diff options
author | taca <taca@pkgsrc.org> | 2015-09-06 12:26:37 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-06 12:26:37 +0000 |
commit | 0a0894810cbfb188cf1e9288bf6707dabba5f496 (patch) | |
tree | 162658b191ee9b8a9fbd6ca0e2e6324e49040876 /lang | |
parent | dcde3314bf0d27ccea8b1aa5b9470205d7286855 (diff) | |
download | pkgsrc-0a0894810cbfb188cf1e9288bf6707dabba5f496.tar.gz |
Update php55 to 5.5.29 including security fixes.
03 Sep 2015, PHP 5.5.29
- Core:
. Fixed bug #70172 (Use After Free Vulnerability in unserialize()). (Stas)
. Fixed bug #70219 (Use after free vulnerability in session deserializer).
(taoguangchen at icloud dot com)
- EXIF:
. Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte
value of 32 bytes). (Stas)
- hash:
. Fixed bug #70312 (HAVAL gives wrong hashes in specific cases). (letsgolee
at naver dot com)
- PCRE:
. Fixed bug #70345 (Multiple vulnerabilities related to PCRE functions).
(Anatol Belski)
- SOAP:
. Fixed bug #70388 (SOAP serialize_function_call() type confusion / RCE).
(Stas)
- SPL:
. Fixed bug #70365 (Use-after-free vulnerability in unserialize() with
SplObjectStorage). (taoguangchen at icloud dot com)
. Fixed bug #70366 (Use-after-free vulnerability in unserialize() with
SplDoublyLinkedList). (taoguangchen at icloud dot com)
- XSLT:
. Fixed bug #69782 (NULL pointer dereference). (Stas)
- ZIP:
. Fixed bug #70350 (ZipArchive::extractTo allows for directory traversal when
creating directories). (neal at fb dot com)
Diffstat (limited to 'lang')
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php55/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index e2f380587c9..c3ec84f9d6c 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.109 2015/09/06 12:25:11 taca Exp $ +# $NetBSD: phpversion.mk,v 1.110 2015/09/06 12:26:37 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 @@ -82,7 +82,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP54_VERSION= 5.4.45 -PHP55_VERSION= 5.5.28 +PHP55_VERSION= 5.5.29 PHP56_VERSION= 5.6.12 # Define initial release of major version. diff --git a/lang/php55/distinfo b/lang/php55/distinfo index f9487fb85ce..a09e3bc1591 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.44 2015/08/08 00:12:22 taca Exp $ +$NetBSD: distinfo,v 1.45 2015/09/06 12:26:37 taca Exp $ -SHA1 (php-5.5.28.tar.bz2) = a6a4e54e93381a582dd1a945151448029c329065 -RMD160 (php-5.5.28.tar.bz2) = 52b8fef8979033674e20d7e6a10f4f5353f01c09 -Size (php-5.5.28.tar.bz2) = 13249927 bytes +SHA1 (php-5.5.29.tar.bz2) = 4f6ef228e515f67232c1ab982d7b013dbb1a9008 +RMD160 (php-5.5.29.tar.bz2) = 75f386974c61acdd345814b959223204bab9377e +Size (php-5.5.29.tar.bz2) = 13698565 bytes SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a SHA1 (patch-aclocal.m4) = 46f192351e541453b1e32299acd1b4cfefc93cb2 SHA1 (patch-build_libtool.m4) = 3811edd697fd21eadc4f65cba35c6297141e8ff2 |