diff options
author | tron <tron> | 2015-08-12 20:12:29 +0000 |
---|---|---|
committer | tron <tron> | 2015-08-12 20:12:29 +0000 |
commit | f56c5a9a721f894070300e7e2469f255f95b2767 (patch) | |
tree | f6d2c0393064db69405a42cdbd053619e09abd37 | |
parent | f9c84f0c5f3b59a2586b5787a15b1af5ba1743b0 (diff) | |
download | pkgsrc-f56c5a9a721f894070300e7e2469f255f95b2767.tar.gz |
Pullup ticket #4791 - requested by taca
lang/php55: security update
Revisions pulled up:
- lang/php/phpversion.mk 1.107
- lang/php55/distinfo 1.44
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Aug 8 00:12:22 UTC 2015
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php55: distinfo
Log Message:
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)
-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 8c836e9dcca..5b502ad06ae 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.102.2.4 2015/08/12 20:07:45 tron Exp $ +# $NetBSD: phpversion.mk,v 1.102.2.5 2015/08/12 20:12:29 tron 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. diff --git a/lang/php55/distinfo b/lang/php55/distinfo index a08d90236a7..6d7aef7b0da 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.42.2.1 2015/07/14 22:11:16 tron Exp $ +$NetBSD: distinfo,v 1.42.2.2 2015/08/12 20:12:29 tron 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 |