From 0ecdef912fa416ac3224c4b2c71b09f5388cc06f Mon Sep 17 00:00:00 2001 From: taca Date: Fri, 2 Oct 2015 14:36:35 +0000 Subject: Update php55 to 5.5.30. ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||| ** PHP 5.5 is in security-only mode , please do not commit to this branch ** 01 Oct 2015, PHP 5.5.30 - Phar: . Fixed bug #69720 (Null pointer dereference in phar_get_fp_offset()). (Stas) . FIxed bug #70433 (Uninitialized pointer in phar_make_dirstream when zip entry filename is "/"). (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 142a06615af..79f20fbe68f 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.112 2015/09/26 20:02:38 bouyer Exp $ +# $NetBSD: phpversion.mk,v 1.113 2015/10/02 14:36:35 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 @@ -82,7 +82,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP54_VERSION= 5.4.45 -PHP55_VERSION= 5.5.29 +PHP55_VERSION= 5.5.30 PHP56_VERSION= 5.6.13 # Define initial release of major version. -- cgit v1.2.3