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 | a199c5b73c7b21520262b1c365eb54ed9d1caf01 (patch) | |
tree | 4df629b2a30bc3d68847658b8df6c47c995837f9 /lang/php | |
parent | aa0a1498fd3b5258f1d4ac16ce03a61f362fc637 (diff) | |
download | pkgsrc-a199c5b73c7b21520262b1c365eb54ed9d1caf01.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/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 81b5921786f..5e815037de4 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.106 2015/08/08 00:11:29 taca Exp $ +# $NetBSD: phpversion.mk,v 1.107 2015/08/08 00:12:22 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.44 -PHP55_VERSION= 5.5.27 +PHP55_VERSION= 5.5.28 PHP56_VERSION= 5.6.11 # Define initial release of major version. |