diff options
author | taca <taca@pkgsrc.org> | 2016-03-05 05:17:33 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-03-05 05:17:33 +0000 |
commit | d368a4f5508efcf999289c158d24f97749d63aae (patch) | |
tree | 148bb176d4213665eb49fc316804d82bd9a7e0da /lang/php | |
parent | a5108bfc7e16d12983757a4f9a46d1be0100cf1c (diff) | |
download | pkgsrc-d368a4f5508efcf999289c158d24f97749d63aae.tar.gz |
Update php55 to 5.5.33, security fixes.
03 Mar 2016, PHP 5.5.33
- Phar:
. Fixed bug #71498 (Out-of-Bound Read in phar_parse_zipfile()). (Stas)
- WDDX:
. Fixed bug #71587 (Use-After-Free / Double-Free in WDDX Deserialize). (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 f4e35ccacf2..dd8c56656e6 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.125 2016/02/06 07:14:44 taca Exp $ +# $NetBSD: phpversion.mk,v 1.126 2016/03/05 05:17:33 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.32 +PHP55_VERSION= 5.5.33 PHP56_VERSION= 5.6.18 PHP70_VERSION= 7.0.3 |