From 2ab85ff3e18252dd613a2b8d38f910dcd68fed23 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 4 Jul 2017 20:52:07 +0200 Subject: v7.0.21 --- php70.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index 1c7602b..3382814 100644 --- a/php70.spec +++ b/php70.spec @@ -121,7 +121,7 @@ %endif %global upver 7.0.21 -%global rcver RC1 +#global rcver RC1 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -179,6 +179,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+) @@ -1024,6 +1025,7 @@ httpd -V | grep -q 'threaded:.*yes' && exit 1 %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .upstream # security patches @@ -2043,6 +2045,9 @@ fi %changelog +* Tue Jul 4 2017 Remi Collet - 7.0.21-1 +- Update to 7.0.21 - http://www.php.net/releases/7_0_21.php + * Wed Jun 21 2017 Remi Collet - 7.0.21~RC1-1 - Update to 7.0.21RC1 - oci8 version is now 2.1.5 -- cgit