summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2015-07-11 00:29:17 +0000
committertaca <taca>2015-07-11 00:29:17 +0000
commit062d9992243c01415b7057307f1364ad36368029 (patch)
tree6d986688686a07c648d31a6f9758bff9518f548a /lang/php
parentc747e64d4688840fd7b1948df47f8d58d480dff2 (diff)
downloadpkgsrc-062d9992243c01415b7057307f1364ad36368029.tar.gz
Update php54 to 5.4.43.
09 Jul 2015 PHP 5.4.43 - Core: . Fixed bug #69768 (escapeshell*() doesn't cater to !). (cmb) . Fixed bug #69874 (Can't set empty additional_headers for mail()), regression from fix to bug #68776. (Yasuo) - Mysqlnd: . Fixed bug #69669 (mysqlnd is vulnerable to BACKRONYM) (CVE-2015-3152). (Andrey) - Phar: . Fixed bug #69958 (Segfault in Phar::convertToData on invalid file). (Stas) . Fixed bug #69923 (Buffer overflow and stack smashing error in phar_fix_filepath). (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 e1b8d3b11a7..43bdf250d78 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.102 2015/06/12 04:51:01 taca Exp $
+# $NetBSD: phpversion.mk,v 1.103 2015/07/11 00:29:17 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.42
+PHP54_VERSION= 5.4.43
PHP55_VERSION= 5.5.26
PHP56_VERSION= 5.6.10