summaryrefslogtreecommitdiffstats
path: root/php.spec
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2020-02-18 10:22:05 +0100
committerRemi Collet <remi@remirepo.net>2020-02-18 10:22:05 +0100
commitaa260171c680e90059482026252bea3c7b939c9e (patch)
tree81150560c40e70867809a35f81c42323b3a6123c /php.spec
parent4f475d8871cad5efb7d7a6d04e31df8b7c1048db (diff)
Renew openssl certs
Diffstat (limited to 'php.spec')
-rw-r--r--php.spec5
1 files changed, 5 insertions, 0 deletions
diff --git a/php.spec b/php.spec
index ab379eb..65d3d94 100644
--- a/php.spec
+++ b/php.spec
@@ -218,6 +218,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
@@ -961,6 +963,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