From 969a883bb4e40fbd79a2ef10b03188425fdc5b02 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 20 Dec 2013 19:17:38 +0100 Subject: php 5.5: test build for https://bugs.php.net/66331 --- php55.spec | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) (limited to 'php55.spec') diff --git a/php55.spec b/php55.spec index be2b0b9..cfcd6e8 100644 --- a/php55.spec +++ b/php55.spec @@ -108,7 +108,7 @@ Version: 5.5.7 %if 0%{?snapdate:1}%{?rcver:1} Release: 0.4.%{?snapdate}%{?rcver}%{?dist} %else -Release: 1%{?dist} +Release: 1%{?dist}.1 %endif # All files licensed under PHP version 3.01, except # Zend is licensed under Zend @@ -165,6 +165,9 @@ Patch46: php-5.4.9-fixheader.patch # drop "Configure command" from phpinfo output Patch47: php-5.4.9-phpinfo.patch +# RC Patch +Patch91: php-5.3.7-oci8conf.patch + # Upstream fixes # 66060 Heap buffer over-read in DateInterval Patch100: php-bug66060.patch @@ -177,11 +180,8 @@ Patch102: php-bugarm.patch # Fixes for tests -# RC Patch -Patch91: php-5.3.7-oci8conf.patch - # WIP -#Patch102: php-wip3.patch +Patch200: php-wip.patch BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) @@ -889,11 +889,16 @@ rm -rf ext/json %patch91 -p1 -b .remi-oci8 -# wip patches +# upstream patches %patch100 -p1 -b .bug66060 %patch101 -p1 -b .bug66218 %patch102 -p1 -b .bugarm +# security patches + +# WIP patch +%patch200 -p0 -b .wip + # Prevent %%doc confusion over LICENSE files cp Zend/LICENSE Zend/ZEND_LICENSE cp TSRM/LICENSE TSRM_LICENSE @@ -1867,6 +1872,9 @@ fi %changelog +* Sat Dec 20 2013 Remi Collet 5.5.7-1.1 +- test build for https://bugs.php.net/66331 + * Wed Dec 11 2013 Remi Collet 5.5.7-1 - update to 5.5.7, fix for CVE-2013-6420 - fix zend_register_functions breaks reflection, php bug 66218 -- cgit