diff options
author | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-06-25 11:41:48 +0000 |
---|---|---|
committer | Torsten Zuehlsdorff <tz@FreeBSD.org> | 2018-06-25 11:41:48 +0000 |
commit | 42832a8de7f3ca765288deb6062a2f99baa88d06 (patch) | |
tree | 6e38fb22f58bf6bf56852c404670619c4040fdd1 | |
parent | 8bc58525b02fdd8ecfdd23406542cc0e6beaef83 (diff) | |
download | ports-42832a8de7f3ca765288deb6062a2f99baa88d06.tar.gz ports-42832a8de7f3ca765288deb6062a2f99baa88d06.zip |
Notes
-rw-r--r-- | lang/php72/Makefile | 2 | ||||
-rw-r--r-- | lang/php72/distinfo | 6 | ||||
-rw-r--r-- | security/php72-openssl/files/patch-openssl.c | 11 |
3 files changed, 4 insertions, 15 deletions
diff --git a/lang/php72/Makefile b/lang/php72/Makefile index 11e4ed105086..d46b4f9e89e8 100644 --- a/lang/php72/Makefile +++ b/lang/php72/Makefile @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= php72 -DISTVERSION= 7.2.6 +DISTVERSION= 7.2.7 PORTREVISION?= 0 CATEGORIES?= lang devel www MASTER_SITES= PHP/distributions diff --git a/lang/php72/distinfo b/lang/php72/distinfo index 8e3c497bca2d..53fee9bbcc6a 100644 --- a/lang/php72/distinfo +++ b/lang/php72/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1527236859 -SHA256 (php-7.2.6.tar.xz) = 1f004e049788a3effc89ef417f06a6cf704c95ae2a718b2175185f2983381ae7 -SIZE (php-7.2.6.tar.xz) = 12113028 +TIMESTAMP = 1529912546 +SHA256 (php-7.2.7.tar.xz) = eb01c0153b3baf1f64b8b044013ce414b52fede222df3f509e8ff209478f31f0 +SIZE (php-7.2.7.tar.xz) = 12115168 diff --git a/security/php72-openssl/files/patch-openssl.c b/security/php72-openssl/files/patch-openssl.c deleted file mode 100644 index 7dce8bd80c65..000000000000 --- a/security/php72-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 |