aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTorsten Zuehlsdorff <tz@FreeBSD.org>2019-06-11 08:37:18 +0000
committerTorsten Zuehlsdorff <tz@FreeBSD.org>2019-06-11 08:37:18 +0000
commit6be6ec9da1faac73a2f59d544719b8c8597f3863 (patch)
tree81cf5da1463ba7ce70f9b6d1d15cf0130474f626
parentcdd50a1ff6a8315c270d187d4b2d44c608d3a13a (diff)
downloadports-6be6ec9da1faac73a2f59d544719b8c8597f3863.tar.gz
ports-6be6ec9da1faac73a2f59d544719b8c8597f3863.zip
MFH: r503194
lang/php72: Upgrade from 7.2.18 7.2.19 Changelog: 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). SPL: Fixed bug #77024 (SplFileObject::__toString() may return array). SQLite: Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). Changelog taken from: https://www.php.net/ChangeLog-7.php#7.2.19 MFC after: 2019Q2 Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2019Q2/; revision=503944
-rw-r--r--lang/php72/Makefile2
-rw-r--r--lang/php72/distinfo6
2 files changed, 4 insertions, 4 deletions
diff --git a/lang/php72/Makefile b/lang/php72/Makefile
index 6766bd36a6c4..cad28dd22906 100644
--- a/lang/php72/Makefile
+++ b/lang/php72/Makefile
@@ -1,7 +1,7 @@
# $FreeBSD$
PORTNAME= php72
-DISTVERSION= 7.2.18
+DISTVERSION= 7.2.19
PORTREVISION?= 0
CATEGORIES?= lang devel www
MASTER_SITES= PHP/distributions
diff --git a/lang/php72/distinfo b/lang/php72/distinfo
index 2f27de060fde..4849f9935869 100644
--- a/lang/php72/distinfo
+++ b/lang/php72/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1557174681
-SHA256 (php-7.2.18.tar.xz) = 9970dbb3ab1298c9e6aac54bebfa841c8ad14b18eead65594a68fa841364cb8d
-SIZE (php-7.2.18.tar.xz) = 12172696
+TIMESTAMP = 1559316031
+SHA256 (php-7.2.19.tar.xz) = 4ffa2404a88d60e993a9fe69f829ebec3eb1e006de41b6048ce5e91bbeaa9282
+SIZE (php-7.2.19.tar.xz) = 12176404