From 325096042341325b2eb57dd9c994499a1223a32c Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Fri, 3 Jun 2022 13:44:31 +0200 Subject: add upstream patch ti use more sha256 in openssl tests --- php.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'php.spec') diff --git a/php.spec b/php.spec index a7c50ea..fa629b3 100644 --- a/php.spec +++ b/php.spec @@ -193,6 +193,7 @@ Patch91: php-7.2.0-oci8conf.patch # Upstream fixes (100+) Patch100: php-mbstring.patch +Patch101: php-openssl.patch # Security fixes (200+) @@ -966,7 +967,8 @@ sed -e 's/php-devel/%{?scl_prefix}php-devel/' -i scripts/phpize.in %patch91 -p1 -b .remi-oci8 # upstream patches -%patch100 -p1 -b .up +%patch100 -p1 -b .pcre +%patch101 -p1 -b .sha # security patches @@ -1844,6 +1846,7 @@ fi %changelog * Fri Jun 3 2022 Remi Collet - 8.1.7~RC1-2 - add upstream patch to initialize pcre before mbstring +- add upstream patch ti use more sha256 in openssl tests * Wed May 25 2022 Remi Collet - 8.1.7~RC1-1 - update to 8.1.7RC1 -- cgit