summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2015-10-02 14:36:35 +0000
committertaca <taca>2015-10-02 14:36:35 +0000
commit0ecdef912fa416ac3224c4b2c71b09f5388cc06f (patch)
tree6a0d0a4e68650bdc7dad39c4b58e8d8c9c687931 /lang/php
parent1b6114f48d2573fb09518c12155454b192f94441 (diff)
downloadpkgsrc-0ecdef912fa416ac3224c4b2c71b09f5388cc06f.tar.gz
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)
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 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.