summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca@pkgsrc.org>2015-03-20 16:29:23 +0000
committertaca <taca@pkgsrc.org>2015-03-20 16:29:23 +0000
commitb0692894a620e0cb43338fadbfd19bfde6375379 (patch)
tree8873bd7ff589b8f88312b6e0dad7b5cce9e22513 /lang/php
parentd71746694de1403f59c39ffa30e71e150ba00b6b (diff)
downloadpkgsrc-b0692894a620e0cb43338fadbfd19bfde6375379.tar.gz
Update php54 to 5.4.39, including securitfy fix.
19 Mar 2015 PHP 5.4.39 - Core: . Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas) . Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM configuration options). (Anatol Belski) . Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas) - Ereg: . Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas) - SOAP: . Fixed bug #69085 (SoapClient's __call() type confusion through unserialize()). (Dmitry) - ZIP: . Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap boundary). (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 f1c82e43cf7..685920f72d2 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.90 2015/03/15 15:25:57 taca Exp $
+# $NetBSD: phpversion.mk,v 1.91 2015/03/20 16:29:23 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
@@ -81,7 +81,7 @@
PHPVERSION_MK= defined
# Define each PHP's version.
-PHP54_VERSION= 5.4.38
+PHP54_VERSION= 5.4.39
PHP55_VERSION= 5.5.22
PHP56_VERSION= 5.6.6