From 965a0f37936de5ec434e80b1813224e031cded63 Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 7 Dec 2018 17:14:58 +0000 Subject: lang/php56: update to 5.6.39 06 Dec 2018, PHP 5.6.39 - Core: . Fixed bug #77231 (Segfault when using convert.quoted-printable-encode filter). (Stas) - IMAP: . Fixed bug #77020 (null pointer dereference in imap_mail). (cmb) . Fixed bug #77153 (imap_open allows to run arbitrary shell commands via mailbox parameter). (Stas) - Phar: . Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas) . Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile). (Stas) --- lang/php/phpversion.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lang/php') diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 6053ca811bc..46f5eb0d568 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.238 2018/12/07 17:13:58 taca Exp $ +# $NetBSD: phpversion.mk,v 1.239 2018/12/07 17:14:58 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 @@ -87,7 +87,7 @@ PHPVERSION_MK= defined # Define each PHP's version. -PHP56_VERSION= 5.6.38 +PHP56_VERSION= 5.6.39 PHP70_VERSION= 7.0.33 PHP71_VERSION= 7.1.26 PHP72_VERSION= 7.2.13 -- cgit v1.2.3