diff options
author | taca <taca@pkgsrc.org> | 2015-08-08 00:12:22 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-08-08 00:12:22 +0000 |
commit | 35f77fea3ccacfc2fa4fd3669075da73413efcec (patch) | |
tree | 4df629b2a30bc3d68847658b8df6c47c995837f9 /lang/php55 | |
parent | 3d4da3e38b5c74688fc5daf0cf463f70ed1d4ec5 (diff) | |
download | pkgsrc-35f77fea3ccacfc2fa4fd3669075da73413efcec.tar.gz |
Update php55 to 5.5.28.
06 Aug 2015, PHP 5.5.28
- Core:
. Fixed bug #69793 (Remotely triggerable stack exhaustion via recursive
method calls). (Stas)
. Fixed bug #69892 (Different arrays compare indentical due to integer key
truncation). (Nikita)
. Fixed bug #70002 (TS issues with temporary dir handling). (Anatol)
. Fixed bug #70121 (unserialize() could lead to unexpected methods execution
/ NULL pointer deref). (Stas)
- OpenSSL:
. Fixed bug #70014 (openssl_random_pseudo_bytes() is not cryptographically
secure). (Stas)
- Phar:
. Improved fix for bug #69441. (Anatol Belski)
. Fixed bug #70019 (Files extracted from archive may be placed outside of
destination directory). (Anatol Belski)
- SOAP:
. Fixed bug #70081 (SoapClient info leak / null pointer dereference via
multiple type confusions). (Stas)
- SPL:
. Fixed bug #70068 (Dangling pointer in the unserialization of ArrayObject
items). (sean.heelan)
. Fixed bug #70166 (Use After Free Vulnerability in unserialize() with
SPLArrayObject). (taoguangchen at icloud dot com)
. Fixed bug #70168 (Use After Free Vulnerability in unserialize() with
SplObjectStorage). (taoguangchen at icloud dot com)
. Fixed bug #70169 (Use After Free Vulnerability in unserialize() with
SplDoublyLinkedList). (taoguangchen at icloud dot com)
Diffstat (limited to 'lang/php55')
-rw-r--r-- | lang/php55/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php55/distinfo b/lang/php55/distinfo index 6ce98ed8ca4..f9487fb85ce 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.43 2015/07/11 00:30:11 taca Exp $ +$NetBSD: distinfo,v 1.44 2015/08/08 00:12:22 taca Exp $ -SHA1 (php-5.5.27.tar.bz2) = 1bb65c8e66324e16eef5464b0e0fcb5a7378b9ac -RMD160 (php-5.5.27.tar.bz2) = d9e07abb119f4b84343f42e686eefb73a6a30de2 -Size (php-5.5.27.tar.bz2) = 13692811 bytes +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 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a SHA1 (patch-aclocal.m4) = 46f192351e541453b1e32299acd1b4cfefc93cb2 SHA1 (patch-build_libtool.m4) = 3811edd697fd21eadc4f65cba35c6297141e8ff2 |