aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authortz <tz@FreeBSD.org>2018-06-25 19:41:48 +0800
committertz <tz@FreeBSD.org>2018-06-25 19:41:48 +0800
commitdd2e403017161c226546d776bb82caa9e9256515 (patch)
tree6e38fb22f58bf6bf56852c404670619c4040fdd1
parent5f8c18941764735851d9bcb8978aa88819a28a22 (diff)
downloadfreebsd-ports-gnome-dd2e403017161c226546d776bb82caa9e9256515.tar.gz
freebsd-ports-gnome-dd2e403017161c226546d776bb82caa9e9256515.tar.zst
freebsd-ports-gnome-dd2e403017161c226546d776bb82caa9e9256515.zip
lang/php72: Update from 7.2.6 to 7.2.7
Changelog: http://www.php.net/ChangeLog-7.php#7.2.7
-rw-r--r--lang/php72/Makefile2
-rw-r--r--lang/php72/distinfo6
-rw-r--r--security/php72-openssl/files/patch-openssl.c11
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