From ff10705a0ebfd5ace4509630e5d5e4e7541f4251 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 15 Sep 2016 16:23:51 +0200 Subject: PHP 5.6.26 --- php56.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php56.spec') diff --git a/php56.spec b/php56.spec index c5a2f71..083fdf0 100644 --- a/php56.spec +++ b/php56.spec @@ -143,7 +143,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 @@ -207,6 +207,7 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) +Patch100: php-upstream.patch # Security fixes (200+) @@ -969,6 +970,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .upstream # security patches @@ -1997,6 +1999,9 @@ fi %changelog +* Thu Sep 15 2016 Remi Collet 5.6.26-1 +- Update to 5.6.26 - http://www.php.net/releases/5_6_26.php + * Fri Sep 2 2016 Remi Collet 5.6.26-0.1.RC1 - update to 5.6.26RC1 - oci8 version is now 2.0.12 -- cgit