aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2018-06-25 19:40:54 +0800
committertz <tz@FreeBSD.org>2018-06-25 19:40:54 +0800
commit5f8c18941764735851d9bcb8978aa88819a28a22 (patch)
tree2a484bfdea364dda030e10cedb9130dfe85a18f5 /security
parent4a461d5276df0cd0377d44e5ce5722a82c450390 (diff)
downloadfreebsd-ports-gnome-5f8c18941764735851d9bcb8978aa88819a28a22.tar.gz
freebsd-ports-gnome-5f8c18941764735851d9bcb8978aa88819a28a22.tar.zst
freebsd-ports-gnome-5f8c18941764735851d9bcb8978aa88819a28a22.zip
Update PHP 7.1 from 7.1.18 to 7.1.19
Changelog: http://www.php.net/ChangeLog-7.php#7.1.19
Diffstat (limited to 'security')
-rw-r--r--security/php71-openssl/files/patch-openssl.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/security/php71-openssl/files/patch-openssl.c b/security/php71-openssl/files/patch-openssl.c
deleted file mode 100644
index 7dce8bd80c65..000000000000
--- a/security/php71-openssl/files/patch-openssl.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- openssl.c.orig 2018-03-27 13:10:48 UTC
-+++ openssl.c
-@@ -566,7 +566,7 @@ ZEND_GET_MODULE(openssl)
- #endif
-
- /* {{{ OpenSSL compatibility functions and macros */
--#if OPENSSL_VERSION_NUMBER < 0x10100000L || defined (LIBRESSL_VERSION_NUMBER)
-+#if OPENSSL_VERSION_NUMBER < 0x10100000L || ( defined(LIBRESSL_VERSION_NUMBER) && LIBRESSL_VERSION_NUMBER < 0x20700000L )
- #define EVP_PKEY_get0_RSA(_pkey) _pkey->pkey.rsa
- #define EVP_PKEY_get0_DH(_pkey) _pkey->pkey.dh
- #define EVP_PKEY_get0_DSA(_pkey) _pkey->pkey.dsa