pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Update php55 to 5.5.23, including security fix.
details: https://anonhg.NetBSD.org/pkgsrc/rev/bd8a4ebae278
branches: trunk
changeset: 648833:bd8a4ebae278
user: taca <taca%pkgsrc.org@localhost>
date: Fri Mar 20 16:30:37 2015 +0000
description:
Update php55 to 5.5.23, including security fix.
19 Mar 2015, PHP 5.5.23
- Core:
. Fixed bug #69174 (leaks when unused inner class use traits precedence).
(Laruence)
. Fixed bug #69139 (Crash in gc_zval_possible_root on unserialize).
(Laruence)
. Fixed bug #69121 (Segfault in get_current_user when script owner is not
in passwd with ZTS build). (dan at syneto dot net)
. Fixed bug #65593 (Segfault when calling ob_start from output buffering
callback). (Mike)
. Fixed bug #69017 (Fail to push to the empty array with the constant value
defined in class scope). (Laruence)
. Fixed bug #68986 (pointer returned by php_stream_fopen_temporary_file
not validated in memory.c). (nayana at ddproperty dot com)
. Fixed bug #68166 (Exception with invalid character causes segv). (Rasmus)
. Fixed bug #69141 (Missing arguments in reflection info for some builtin
functions). (kostyantyn dot lysyy at oracle dot com)
. Fixed bug #68976 (Use After Free Vulnerability in unserialize()). (Stas)
. Fixed bug #69134 (Per Directory Values overrides PHP_INI_SYSTEM
configuration options). (Anatol Belski)
. Fixed bug #69207 (move_uploaded_file allows nulls in path). (Stas)
- CGI:
. Fixed bug #69015 (php-cgi's getopt does not see $argv). (Laruence)
- CLI:
. Fixed bug #67741 (auto_prepend_file messes up __LINE__). (Reeze Xia)
- cURL:
. Fixed bug #69088 (PHP_MINIT_FUNCTION does not fully initialize cURL on
Win32). (Grant Pannell)
. Add CURLPROXY_SOCKS4A and CURLPROXY_SOCKS5_HOSTNAME constants if supported
by libcurl. (Linus Unneback)
- Ereg:
. Fixed bug #69248 (heap overflow vulnerability in regcomp.c). (Stas)
- FPM:
. Fixed bug #68822 (request time is reset too early). (honghu069 at 163 dot com)
- ODBC:
. Fixed bug #68964 (Allowed memory size exhausted with odbc_exec). (Anatol)
- Opcache:
. Fixed bug #69125 (Array numeric string as key). (Laruence)
. Fixed bug #69038 (switch(SOMECONSTANT) misbehaves). (Laruence)
- OpenSSL:
. Fixed bugs #61285, #68329, #68046, #41631 (encrypted streams don't observe
socket timeouts). (Brad Broerman)
- pgsql:
. Fixed bug #68638 (pg_update() fails to store infinite values).
(william dot welter at 4linux dot com dot br, Laruence)
- Readline:
. Fixed bug #69054 (Null dereference in readline_(read|write)_history() without
parameters). (Laruence)
- SOAP:
. Fixed bug #69085 (SoapClient's __call() type confusion through
unserialize()). (andrea dot palazzo at truel dot it, Laruence)
- SPL:
. Fixed bug #69108 ("Segmentation fault" when (de)serializing
SplObjectStorage). (Laruence)
. Fixed bug #68557 (RecursiveDirectoryIterator::seek(0) broken after
calling getChildren()). (Julien)
- ZIP:
. Fixed bug #69253 (ZIP Integer Overflow leads to writing past heap
boundary) (CVE-2015-2331). (Stas)
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php55/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r 0c2db4ff569e -r bd8a4ebae278 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Fri Mar 20 16:29:23 2015 +0000
+++ b/lang/php/phpversion.mk Fri Mar 20 16:30:37 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.91 2015/03/20 16:29:23 taca Exp $
+# $NetBSD: phpversion.mk,v 1.92 2015/03/20 16:30: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 @@
# Define each PHP's version.
PHP54_VERSION= 5.4.39
-PHP55_VERSION= 5.5.22
+PHP55_VERSION= 5.5.23
PHP56_VERSION= 5.6.6
# Define initial release of major version.
diff -r 0c2db4ff569e -r bd8a4ebae278 lang/php55/distinfo
--- a/lang/php55/distinfo Fri Mar 20 16:29:23 2015 +0000
+++ b/lang/php55/distinfo Fri Mar 20 16:30:37 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.37 2015/03/19 08:12:50 he Exp $
+$NetBSD: distinfo,v 1.38 2015/03/20 16:30:38 taca Exp $
-SHA1 (php-5.5.22.tar.bz2) = 76fcfc157855100e2bb09b22209e78e3088a4b11
-RMD160 (php-5.5.22.tar.bz2) = 8849bc779dbb8687d83e2d50dd476d43900713d6
-Size (php-5.5.22.tar.bz2) = 13305486 bytes
+SHA1 (php-5.5.23.tar.bz2) = a206cc931bd3aec946a7e5f82b28552d4a93c3cb
+RMD160 (php-5.5.23.tar.bz2) = 936892bf22a39920920e85d2b69bcdac9c4fffc9
+Size (php-5.5.23.tar.bz2) = 13308115 bytes
SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a
SHA1 (patch-aclocal.m4) = 46f192351e541453b1e32299acd1b4cfefc93cb2
SHA1 (patch-build_libtool.m4) = 3811edd697fd21eadc4f65cba35c6297141e8ff2
Home |
Main Index |
Thread Index |
Old Index