diff options
-rw-r--r-- | php-PHPMailer.spec | 7 |
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 |