summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2017-08-28 17:25:04 +0200
committerRemi Collet <remi@remirepo.net>2017-08-28 17:25:04 +0200
commit46dd2dbbddd73fb6979a232c55c62d5e274f56bd (patch)
treee4f78278305d59118eb686a8a678ba15f84060a0
parentdebc4ef08b1358772b4c023312703bfd3a5f7cf7 (diff)
5.2.25
-rw-r--r--php-PHPMailer.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-PHPMailer.spec b/php-PHPMailer.spec
index 6abada0..f9ae837 100644
--- a/php-PHPMailer.spec
+++ b/php-PHPMailer.spec
@@ -9,14 +9,14 @@
#
%global github_user PHPMailer
%global github_app PHPMailer
-%global github_tag 22d04c6a58145a244696f3f254c1875aa653b26a
+%global github_tag 2baf20b01690fba8cf720c1ebcf9b988eda50915
%global github_short %(c=%{github_tag}; echo ${c:0:7})
%global arch_name %{github_app}-%{github_tag}
Name: php-PHPMailer
Summary: PHP email transport class with a lot of features
-Version: 5.2.24
+Version: 5.2.25
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -150,6 +150,9 @@ rm -rf "${RPM_BUILD_ROOT}"
%changelog
+* Mon Aug 28 2017 Remi Collet <remi@remirepo.net> - 5.2.25-1
+- Update to 5.2.25
+
* Thu Jul 27 2017 Patrick Monnerat <patrick@monnerat.net> 5.2.24-1
- Update to 5.2.24: fixes XSS vulnerability CVE-2017-11503.
https://bugzilla.redhat.com/show_bug.cgi?id=1474416