From 1fc264fff8eb62f7d78ae9f87902c43d169c6576 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Mar 2019 17:29:10 +0100 Subject: Update to 7.3.3 - http://www.php.net/releases/7_3_3.php add upstream patch for OpenSSL 1.1.1b --- php.spec | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index 1cefcb2..1597278 100644 --- a/php.spec +++ b/php.spec @@ -130,13 +130,13 @@ %endif %global upver 7.3.3 -%global rcver RC1 -%global lower RC1 +#global rcver RC1 +#global lower RC1 Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{lower}} -Release: 2%{?dist} +Release: 1%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -191,6 +191,7 @@ Patch48: php-7.3.3-pdooci.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-openssl111.patch # Security fixes (200+) @@ -935,6 +936,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .up # security patches @@ -1877,7 +1879,11 @@ fi %changelog -* Tue Feb 19 2019 Remi Collet - 7.3.3~RC1-2 +* Tue Mar 5 2019 Remi Collet - 7.3.3-1 +- Update to 7.3.3 - http://www.php.net/releases/7_3_3.php +- add upstream patch for OpenSSL 1.1.1b + +* Fri Feb 22 2019 Remi Collet - 7.3.3~RC1-2 - php-devel: drop dependency on libicu-devel * Tue Feb 19 2019 Remi Collet - 7.3.3~RC1-1 -- cgit