From a3278409bf770d1a888cfc95aa08619cc46dd078 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 20 Jul 2016 18:21:46 +0200 Subject: PHP 7.0.9 --- php70.spec | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index db2d307..8557a69 100644 --- a/php70.spec +++ b/php70.spec @@ -120,7 +120,7 @@ %global db_devel libdb-devel %endif -%global rcver RC1 +#global rcver RC1 %global rpmrel 1 Summary: PHP scripting language for creating dynamic web sites @@ -177,6 +177,7 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) +Patch100: bug72564.patch # Security fixes (200+) @@ -958,6 +959,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .bug72564 # security patches @@ -1994,6 +1996,10 @@ fi %changelog +* Wed Jul 20 2016 Remi Collet 7.0.9-1 +- Update to 7.0.9 - http://www.php.net/releases/7_0_9.php +- wddx: add upstream patch for https://bugs.php.net/72564 + * Wed Jul 6 2016 Remi Collet 7.0.9-0.1.RC1 - Update to 7.0.9RC1 -- cgit