From ea79f0802baf34e3fab36e28b83bab0e887e2511 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 5 Mar 2019 15:51:09 +0100 Subject: add upstream patch for OpenSSL 1.1.1b --- php.spec | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index af1579d..22e0962 100644 --- a/php.spec +++ b/php.spec @@ -135,7 +135,7 @@ Summary: PHP scripting language for creating dynamic web sites Name: %{?scl_prefix}php Version: %{upver}%{?rcver:~%{rcver}} -Release: 1%{?dist} +Release: 2%{?dist} # All files licensed under PHP version 3.01, except # Zend is licensed under Zend # TSRM is licensed under BSD @@ -192,6 +192,7 @@ Patch49: php-7.2.16-pdooci.patch Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) +Patch100: php-openssl111.patch # Security fixes (200+) @@ -936,6 +937,7 @@ low-level PHP extension for the libsodium cryptographic library. %patch91 -p1 -b .remi-oci8 # upstream patches +%patch100 -p1 -b .up # security patches @@ -1884,6 +1886,9 @@ fi %changelog +* Tue Mar 5 2019 Remi Collet - 7.2.16-2 +- add upstream patch for OpenSSL 1.1.1b + * Tue Mar 5 2019 Remi Collet - 7.2.16-1 - Update to 7.2.16 - http://www.php.net/releases/7_2_16.php -- cgit