summaryrefslogtreecommitdiffstats
path: root/php-PHPMailer.spec
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2017-03-16 07:40:17 +0100
committerRemi Collet <fedora@famillecollet.com>2017-03-16 07:40:17 +0100
commit30d2ba51f76d36ba640a89d20257fd29bfbdb9fa (patch)
tree4e4cb26ddbe0a5246abb2b764e71f3d7d792ff52 /php-PHPMailer.spec
parenta5ae01ac7a955c5332a392a26184f40071e3ff98 (diff)
php-PHPMailer: 5.2.23
Diffstat (limited to 'php-PHPMailer.spec')
-rw-r--r--php-PHPMailer.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/php-PHPMailer.spec b/php-PHPMailer.spec
index 250df67..0b20281 100644
--- a/php-PHPMailer.spec
+++ b/php-PHPMailer.spec
@@ -9,14 +9,14 @@
#
%global github_user PHPMailer
%global github_app PHPMailer
-%global github_tag b18cb98131bd83103ccb26a888fdfe3177b8a663
+%global github_tag 7115df4a6f76281109ebe352900c42403b728bb4
%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.22
+Version: 5.2.23
Release: 1%{?dist}
License: LGPLv2+
Group: System Environment/Libraries
@@ -152,6 +152,9 @@ rm -rf "${RPM_BUILD_ROOT}"
%changelog
+* Thu Mar 16 2017 Remi Collet <remi@remirepo.net> - 5.2.23-1
+- Update to 5.2.23
+
* Mon Jan 9 2017 Remi Collet <remi@fedoraproject.org> - 5.2.22-1
- update to 5.2.22
- fix local file disclosure vulnerability CVE-2017-5223