diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-06-25 11:40:54 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-06-25 11:40:54 +0000 |
commit | 8bc58525b02fdd8ecfdd23406542cc0e6beaef83 (patch) | |
tree | 2a484bfdea364dda030e10cedb9130dfe85a18f5 | |
parent | 82901ac901bc6c48516760657aa60804904eb4ac (diff) | |
download | ports-8bc58525b02fdd8ecfdd23406542cc0e6beaef83.tar.gz ports-8bc58525b02fdd8ecfdd23406542cc0e6beaef83.zip |
Notes
-rw-r--r-- | lang/php71/Makefile | 2 | ||||
-rw-r--r-- | lang/php71/distinfo | 6 | ||||
-rw-r--r-- | security/php71-openssl/files/patch-openssl.c | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/lang/php71/Makefile b/lang/php71/Makefile index e3b897d9b65b..3fe68575ecc7 100644 --- a/lang/php71/Makefile +++ b/lang/php71/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= php71 -PORTVERSION= 7.1.18 +PORTVERSION= 7.1.19 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php71/distinfo b/lang/php71/distinfo index 16a2f9a11d3e..d8bf3a30b3ad 100644 --- a/lang/php71/distinfo +++ b/lang/php71/distinfo @@ -1,5 +1,5 @@ -TIMESTAMP = 1527155148 -SHA256 (php-7.1.18.tar.xz) = 8bd91cea072ea5b368cc9b4533a1a683eb426abdacbf024bb6ffa9b799cd3b01 -SIZE (php-7.1.18.tar.xz) = 12213396 +TIMESTAMP = 1529911273 +SHA256 (php-7.1.19.tar.xz) = 7cab88f269b90a8a38dbcccf3ec0d5c6eba86122431a53eaa94405bbb60370a8 +SIZE (php-7.1.19.tar.xz) = 12215112 SHA256 (php-7.1.x-mail-header.patch) = 8f173d89672f7ebfabfcc3c5d7f8dec1c4243aba665db4b4046e67c34d9d4dc7 SIZE (php-7.1.x-mail-header.patch) = 4504 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 |