From db7176af8bdecea4366bde23c9faf31f7b3d84bc Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 12 Jul 2013 19:30:56 +0200 Subject: php 5.4.17 with fix for CVE-2013-4113 --- php54.spec | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'php54.spec') diff --git a/php54.spec b/php54.spec index b4cf31d..a5232c7 100644 --- a/php54.spec +++ b/php54.spec @@ -79,7 +79,7 @@ Version: 5.4.17 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.5.%{?snapdate}%{?rcver}%{?dist} %else -Release: 1%{?dist} +Release: 2%{?dist} %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -132,6 +132,9 @@ Patch46: php-5.4.9-fixheader.patch # drop "Configure command" from phpinfo output Patch47: php-5.4.9-phpinfo.patch +# Security fixes +Patch60: php-5.4.17-CVE-2013-4013.patch + # Fixes for tests # RC Patch @@ -785,6 +788,8 @@ rm -f ext/json/utf8_to_utf16.* %patch46 -p1 -b .fixheader %patch47 -p1 -b .phpinfo +%patch60 -p1 -b .cve4113 + %patch91 -p1 -b .remi-oci8 @@ -1629,6 +1634,10 @@ fi %changelog +* Fri Jul 12 2013 Remi Collet - 5.4.17-2 +- add security fix for CVE-2013-4113 +- add missing ASL 1.0 license + * Wed Jul 3 2013 Remi Collet 5.4.17-1 - update to 5.4.17 -- cgit