summaryrefslogtreecommitdiffstats
path: root/php71.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-18 10:22:15 +0100
committerRemi Collet <remi@remirepo.net>2020-02-18 10:22:15 +0100
commite45351ab26fc8ef71c133804d0999c0b64e0f1bb (patch)
treee0daddcf2100c823445d8cab38e76516abdd31c4 /php71.spec
parent6523f67414995383f44dceb192a2fef7bb0e5ba3 (diff)
Renew openssl certs
Diffstat (limited to 'php71.spec')
-rw-r--r--php71.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/php71.spec b/php71.spec
index 7c0387b..10b81db 100644
--- a/php71.spec
+++ b/php71.spec
@@ -195,6 +195,8 @@ Patch211: 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,6 +1067,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