diff options
author | taca <taca@pkgsrc.org> | 2014-10-18 14:27:30 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-10-18 14:27:30 +0000 |
commit | 8e751ad3aaacdda29014b4c80f48b2087ad01074 (patch) | |
tree | 0abd0568ec0047f14cdf1e7382a7aae7ee6c10d4 /lang | |
parent | de2013c2eeb7da6db07d2cc8f54ead852d0f08dc (diff) | |
download | pkgsrc-8e751ad3aaacdda29014b4c80f48b2087ad01074.tar.gz |
Update php55 to 5.5.18.
16 Oct 2014, PHP 5.5.18
- Core:
. Fixed bug #67985 (Incorrect last used array index copied to new array after
unset). (Tjerk)
. Fixed bug #67739 (Windows 8.1/Server 2012 R2 OS build number reported
as 6.2 (instead of 6.3)). (Christian Wenz)
. Fixed bug #67633 (A foreach on an array returned from a function not doing
copy-on-write). (Nikita)
. Fixed bug #51800 (proc_open on Windows hangs forever). (Anatol)
. Fixed bug #68044 (Integer overflow in unserialize() (32-bits only)).
(CVE-2014-3669) (Stas)
- cURL:
. Fixed bug #68089 (NULL byte injection - cURL lib). (Stas)
- EXIF:
. Fixed bug #68113 (Heap corruption in exif_thumbnail()). (CVE-2014-3670)
(Stas)
- FPM:
. Fixed bug #65641 (PHP-FPM incorrectly defines the SCRIPT_NAME variable
when using Apache, mod_proxy-fcgi and ProxyPass). (Remi)
- OpenSSL:
. Revert regression introduced by fix of bug #41631
- Reflection:
. Fixed bug #68103 (Duplicate entry in Reflection for class alias). (Remi)
- Session:
. Fixed bug #67972 (SessionHandler Invalid memory read create_sid()). (Adam)
- XMLRPC:
. Fixed bug #68027 (Global buffer overflow in mkgmtime() function).
(CVE-2014-3668) (Stas)
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 89cae836bf0..153bcc0fe76 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.73 2014/09/30 08:16:10 taca Exp $ +# $NetBSD: phpversion.mk,v 1.74 2014/10/18 14:27:30 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 @@ -83,7 +83,7 @@ PHPVERSION_MK= defined # Define each PHP's version. PHP53_VERSION= 5.3.29 PHP54_VERSION= 5.4.33 -PHP55_VERSION= 5.5.17 +PHP55_VERSION= 5.5.18 # Define initial release of major version. PHP53_RELDATE= 20090630 diff --git a/lang/php55/distinfo b/lang/php55/distinfo index 31a13f68e6e..d69db73cc85 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.29 2014/09/30 08:14:25 taca Exp $ +$NetBSD: distinfo,v 1.30 2014/10/18 14:27:30 taca Exp $ -SHA1 (php-5.5.17.tar.bz2) = e5cdf8cea131e5ee7116efc6d00e1cacfc850393 -RMD160 (php-5.5.17.tar.bz2) = 03c2a2acd36d5c40047290af5b4bbc5b72dbd478 -Size (php-5.5.17.tar.bz2) = 13269227 bytes +SHA1 (php-5.5.18.tar.bz2) = ab76f52d2fc5c1e8d9426b3f1a99f05d10edfcc0 +RMD160 (php-5.5.18.tar.bz2) = 211e1147f013002c8cb3108fafc34dc51d309c8e +Size (php-5.5.18.tar.bz2) = 13276408 bytes SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a SHA1 (patch-aclocal.m4) = 46f192351e541453b1e32299acd1b4cfefc93cb2 SHA1 (patch-build_libtool.m4) = 3811edd697fd21eadc4f65cba35c6297141e8ff2 |