diff options
author | taca <taca> | 2015-05-16 11:16:40 +0000 |
---|---|---|
committer | taca <taca> | 2015-05-16 11:16:40 +0000 |
commit | 16d817c2542eaf8b5f6139f01d4231ac30dcba40 (patch) | |
tree | 6912e9e53f85f3f741b84190383c813705e05e95 /lang/php | |
parent | 0fbabd9bcb4ade97523aadb6da71b15896eb87c4 (diff) | |
download | pkgsrc-16d817c2542eaf8b5f6139f01d4231ac30dcba40.tar.gz |
Update php54 to 5.4.41.
14 May 2015 PHP 5.4.41
- Core:
. Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
. Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
(Stas)
. Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
. Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
- FTP:
. Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
overflow). (Stas)
- PCNTL:
. Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)
- PCRE
. Upgraded pcrelib to 8.37.
- Phar:
. Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
filename starts with null). (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 57c55336899..043755bce02 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.96 2015/04/17 16:42:43 taca Exp $ +# $NetBSD: phpversion.mk,v 1.97 2015/05/16 11:16:40 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.40 +PHP54_VERSION= 5.4.41 PHP55_VERSION= 5.5.24 PHP56_VERSION= 5.6.8 |