summaryrefslogtreecommitdiffstats
path: root/php70.spec
diff options
context:
space:
mode:
Diffstat (limited to 'php70.spec')
-rw-r--r--php70.spec6
1 files changed, 4 insertions, 2 deletions
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