aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-06-07 09:24:18 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-06-07 09:24:18 +0000
commit0f96eb9d5e0874076b1db1e46e03ec511cd27695 (patch)
tree17f9a1ba12833460c20836f93f4f38d25ad3db9e
parent0e300e5994d9472262734c85e4c21a39d5e7f3f4 (diff)
downloadports-0f96eb9d5e0874076b1db1e46e03ec511cd27695.tar.gz
ports-0f96eb9d5e0874076b1db1e46e03ec511cd27695.zip
MFH: r503195
lang/php73: Update from 7.3.5 to 7.3.6 Changelog: cURL: Implemented FR #72189 (Add missing CURL_VERSION_* constants). EXIF: Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16) (CVE-2019-11040). FPM: Fixed bug #77934 (php-fpm kill -USR2 not working). Fixed bug #77921 (static.php.net doesn't work anymore). GD: Fixed bug #77943 (imageantialias($image, false); does not work). Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm) (CVE-2019-11038). Iconv: Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow) (CVE-2019-11039). JSON: Fixed bug #77843 (Use after free with json serializer). Opcache: Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset. PDO_MySQL: Fixed bug #77944 (Wrong meta pdo_type for bigint on LLP64). Reflection: Fixed bug #75186 (Inconsistent reflection of Closure:::__invoke()). Session: Fixed bug #77911 (Wrong warning for session.sid_bits_per_character). SOAP: Fixed bug #77945 (Segmentation fault when constructing SoapClient with WSDL_CACHE_BOTH). SPL: Fixed bug #77024 (SplFileObject::__toString() may return array). SQLite: Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). Standard: Fixed bug #77931 (Warning for array_map mentions wrong type). Fixed bug #78003 (strip_tags output change since PHP 7.3). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.3.6 Approved by: ports-secteam (miwi)
Notes
Notes: svn path=/branches/2019Q2/; revision=503627
-rw-r--r--lang/php73/Makefile2
-rw-r--r--lang/php73/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php73/Makefile b/lang/php73/Makefile
index 55f402208453..9d811661e8e3 100644
--- a/lang/php73/Makefile
+++ b/lang/php73/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php73
-DISTVERSION= 7.3.5
+DISTVERSION= 7.3.6
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
diff --git a/lang/php73/distinfo b/lang/php73/distinfo
index 4b621ca99982..a3320eefaee1 100644
--- a/lang/php73/distinfo
+++ b/lang/php73/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557174604
-SHA256 (php-7.3.5.tar.xz) = e1011838a46fd4a195c8453b333916622d7ff5bce4aca2d9d99afac142db2472
-SIZE (php-7.3.5.tar.xz) = 11981356
+TIMESTAMP = 1559316022
+SHA256 (php-7.3.6.tar.xz) = fefc8967daa30ebc375b2ab2857f97da94ca81921b722ddac86b29e15c54a164
+SIZE (php-7.3.6.tar.xz) = 11989392