diff options
author | Remi Collet <remi@remirepo.net> | 2020-02-18 15:15:05 +0100 |
---|---|---|
committer | Remi Collet <remi@remirepo.net> | 2020-02-18 15:15:05 +0100 |
commit | 3099bdb9d235802bda9432181659ebcf5acbc9f0 (patch) | |
tree | 3c63356dac940afd54d772c8d3d7dd0d07f427e5 /php.spec | |
parent | cc34720530d9a9c85aee555ed66254ef58bedebc (diff) |
Renew openssl certs
Diffstat (limited to 'php.spec')
-rw-r--r-- | php.spec | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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 |