From 3099bdb9d235802bda9432181659ebcf5acbc9f0 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2020 15:15:05 +0100 Subject: Renew openssl certs --- php.spec | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'php.spec') diff --git a/php.spec b/php.spec index d831dbb..d1857e8 100644 --- a/php.spec +++ b/php.spec @@ -243,6 +243,8 @@ Patch237: php-bug79082.patch Patch300: php-5.6.30-datetests.patch # Revert changes for pcre < 8.34 Patch301: php-5.6.0-oldpcre.patch +# Renew openssl certs +Patch302: php-openssl-cert.patch # WIP @@ -1003,6 +1005,9 @@ if ! pkg-config libpcre --atleast-version 8.34 ; then %patch301 -p1 -b .pcre834 fi %endif +# New openssl certs +%patch302 -p1 -b .renewcert +rm ext/openssl/tests/bug65538_003.phpt # WIP patch -- cgit