From 5f5d6fbf02bdf3955378fa6eebabb1fea11b8075 Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Tue, 18 Feb 2020 15:08:42 +0100 Subject: Renew openssl certs --- php70.spec | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'php70.spec') diff --git a/php70.spec b/php70.spec index ed53695..c637299 100644 --- a/php70.spec +++ b/php70.spec @@ -173,7 +173,6 @@ Patch47: php-5.6.3-phpinfo.patch Patch91: php-5.6.3-oci8conf.patch # Upstream fixes (100+) -Patch102: php-openssl-cert.patch Patch103: php-bug76846.patch # Security fixes (200+) @@ -221,6 +220,8 @@ Patch237: php-bug79082.patch Patch300: php-7.0.10-datetests.patch # Revert changes for pcre < 8.34 Patch301: php-7.0.0-oldpcre.patch +# Renew openssl certs +Patch302: php-openssl-cert.patch # WIP @@ -1065,7 +1066,6 @@ echo CIBLE = %{name}-%{version}-%{release} oci8=%{with_oci8} libzip=%{with_libzi %patch91 -p1 -b .remi-oci8 # upstream patches -%patch102 -p1 -b .up3 %patch103 -p1 -b .bug76846 # security patches @@ -1118,6 +1118,8 @@ if ! pkg-config libpcre --atleast-version 8.34 ; then %patch301 -p1 -b .pcre834 fi %endif +%patch302 -p1 -b .renewcert +rm ext/openssl/tests/bug65538_003.phpt # WIP patch -- cgit