diff options
author | taca <taca@pkgsrc.org> | 2015-07-11 00:29:17 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-07-11 00:29:17 +0000 |
commit | 354c1af5e2c26ab571a7b50d2d51ea8e51cb99d7 (patch) | |
tree | 6d986688686a07c648d31a6f9758bff9518f548a /lang/php | |
parent | f46d3e3f8f4198e45623281ce2ea37f5f17d945e (diff) | |
download | pkgsrc-354c1af5e2c26ab571a7b50d2d51ea8e51cb99d7.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.mk | 4 |
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 |