diff options
author | Remi Collet <remi@remirepo.net> | 2022-06-03 13:44:31 +0200 |
---|---|---|
committer | Remi Collet <remi@php.net> | 2022-06-03 13:44:31 +0200 |
commit | 325096042341325b2eb57dd9c994499a1223a32c (patch) | |
tree | 0eef2a652c2a6654a496b63818ec052c41c22663 /php.spec | |
parent | 4505a1b3450bb0e94c9311cb3ca6cbf7e0be5d5c (diff) |
add upstream patch ti use more sha256 in openssl tests
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 <remi@remirepo.net> - 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 <remi@remirepo.net> - 8.1.7~RC1-1 - update to 8.1.7RC1 |