summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2019-06-01 15:33:52 +0000
committertaca <taca@pkgsrc.org>2019-06-01 15:33:52 +0000
commitd988e7dc8dba2496688773d4c8df34587bf921ca (patch)
tree6e6f4e1f586a1c619ae5a75e2270b2619129256f /lang/php
parent89884db104deb27b9fdbb903028052f2a7100173 (diff)
downloadpkgsrc-d988e7dc8dba2496688773d4c8df34587bf921ca.tar.gz
lang/php72: update to 7.2.19
Update php72 to 7.2.19. 30 May 2019, PHP 7.2.19 - EXIF: . Fixed bug #77988 (heap-buffer-overflow on php_jpg_get16). (CVE-2019-11040) (Stas) - FPM: . Fixed bug #77934 (php-fpm kill -USR2 not working). (Jakub Zelenka) . Fixed bug #77921 (static.php.net doesn't work anymore). (Peter Kokot) - GD: . Fixed bug #77943 (imageantialias($image, false); does not work). (cmb) . Fixed bug #77973 (Uninitialized read in gdImageCreateFromXbm). (CVE-2019-11038) (cmb) - Iconv: . Fixed bug #78069 (Out-of-bounds read in iconv.c:_php_iconv_mime_decode() due to integer overflow). (CVE-2019-11039). (maris dot adam) - JSON: . Fixed bug #77843 (Use after free with json serializer). (Nikita) - Opcache: . Fixed possible crashes, because of inconsistent PCRE cache and opcache SHM reset. (Alexey Kalinin, Dmitry) - PDO_MySQL: . Fixed bug #77944 (Wrong meta pdo_type for bigint on LLP64). (cmb) - Reflection: . Fixed bug #75186 (Inconsistent reflection of Closure:::__invoke()). (Nikita) - Session: . Fixed bug #77911 (Wrong warning for session.sid_bits_per_character). (cmb) - SPL: . Fixed bug #77024 (SplFileObject::__toString() may return array). (Craig Duncan) - SQLite: . Fixed bug #77967 (Bypassing open_basedir restrictions via file uris). (Stas)
Diffstat (limited to 'lang/php')
-rw-r--r--lang/php/phpversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index ff7449a17d3..9128838acfd 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.258 2019/06/01 15:28:07 taca Exp $
+# $NetBSD: phpversion.mk,v 1.259 2019/06/01 15:33:52 taca Exp $
#
# This file selects a PHP version, based on the user's preferences and
# the installed packages. It does not add a dependency on the PHP
@@ -89,7 +89,7 @@ PHPVERSION_MK= defined
# Define each PHP's version.
PHP56_VERSION= 5.6.40
PHP71_VERSION= 7.1.30
-PHP72_VERSION= 7.2.18
+PHP72_VERSION= 7.2.19
PHP73_VERSION= 7.3.5
# Define initial release of major version.