From dfb3d98285d273641d365e04c5d44d5c7a67cc05 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Wed, 6 Mar 2019 09:21:42 +0100 Subject: Update to 7.1.27 - http://www.php.net/releases/7_1_27.php add upstream patch for OpenSSL 1.1.1b --- php71.spec | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'php71.spec') diff --git a/php71.spec b/php71.spec index b007fae..6c79287 100644 --- a/php71.spec +++ b/php71.spec @@ -107,8 +107,7 @@ %global db_devel libdb-devel %endif -%global upver 7.1.26 -#global rcver RC1 +%global upver 7.1.27 Summary: PHP scripting language for creating dynamic web sites Name: php @@ -171,6 +170,7 @@ Patch49: php-7.1.24-getallheaders.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) +Patch100: php-openssl111.patch # Security fixes (200+) @@ -1018,6 +1018,7 @@ support for JavaScript Object Notation (JSON) to PHP. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .up # security patches @@ -2062,6 +2063,10 @@ fi %changelog +* Wed Mar 6 2019 Remi Collet - 7.1.27-1 +- Update to 7.1.27 - http://www.php.net/releases/7_1_27.php +- add upstream patch for OpenSSL 1.1.1b + * Wed Jan 9 2019 Remi Collet - 7.1.26-1 - Update to 7.1.26 - http://www.php.net/releases/7_1_26.php -- cgit