diff options
author | taca <taca@pkgsrc.org> | 2016-02-06 07:11:06 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-02-06 07:11:06 +0000 |
commit | 6e3341d785430c85c2a0aaab011b4b7ad7dfcecc (patch) | |
tree | f80aeb9e99b3167862965906837139f0d66a6612 /lang/php | |
parent | 6035f4520b14f57243d8bde354a6d7b8f3bcc34e (diff) | |
download | pkgsrc-6e3341d785430c85c2a0aaab011b4b7ad7dfcecc.tar.gz |
Update php55 to 5.5.32 (PHP 5.5.32).
04 Feb 2016, PHP 5.5.32
- Core:
. Fixed bug #71039 (exec functions ignore length but look for NULL termination).
(Anatol)
. Fixed bug #71323 (Output of stream_get_meta_data can be falsified by its
input). (Leo Gaspard)
. Fixed bug #71459 (Integer overflow in iptcembed()). (Stas)
- GD:
. Improved the fix for bug #70976. (Remi)
- PCRE:
. Upgraded pcrelib to 8.38.
- Phar:
. Fixed bug #71354 (Heap corruption in tar/zip/phar parser). (Stas)
. Fixed bug #71391 (NULL Pointer Dereference in phar_tar_setupmetadata()).
(Stas)
. Fixed bug #71488 (Stack overflow when decompressing tar archives). (Stas)
- WDDX:
. Fixed bug #71335 (Type Confusion in WDDX Packet Deserialization). (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 44d423c374f..e204f5b0bbc 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.122 2016/01/08 03:29:12 taca Exp $ +# $NetBSD: phpversion.mk,v 1.123 2016/02/06 07:11:06 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. -PHP55_VERSION= 5.5.31 +PHP55_VERSION= 5.5.32 PHP56_VERSION= 5.6.17 PHP70_VERSION= 7.0.2 |