diff options
author | taca <taca@pkgsrc.org> | 2015-05-16 11:18:57 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-05-16 11:18:57 +0000 |
commit | 79c8589db11d32df5d1e5b70ba50d453c6778133 (patch) | |
tree | 4bf99f88afcba78008de80f126f546d5010d379d | |
parent | 5e092a62806e9d4ba5a45ba7d79c7da309f5fc2a (diff) | |
download | pkgsrc-79c8589db11d32df5d1e5b70ba50d453c6778133.tar.gz |
Update php56 to 5.6.9.
14 May 2015, PHP 5.6.9
- Core:
. Fixed bug #69467 (Wrong checked for the interface by using Trait).
(Laruence)
. Fixed bug #69420 (Invalid read in zend_std_get_method). (Laruence)
. Fixed bug #60022 ("use statement [...] has no effect" depends on leading
backslash). (Nikita)
. Fixed bug #67314 (Segmentation fault in gc_remove_zval_from_buffer).
(Dmitry)
. Fixed bug #68652 (segmentation fault in destructor). (Dmitry)
. Fixed bug #69419 (Returning compatible sub generator produces a warning).
(Nikita)
. Fixed bug #69472 (php_sys_readlink ignores misc errors from
GetFinalPathNameByHandleA). (Jan Starke)
. Fixed bug #69364 (PHP Multipart/form-data remote dos Vulnerability). (Stas)
. Fixed bug #69403 (str_repeat() sign mismatch based memory corruption).
(Stas)
. Fixed bug #69418 (CVE-2006-7243 fix regressions in 5.4+). (Stas)
. Fixed bug #69522 (heap buffer overflow in unpack()). (Stas)
- FTP:
. Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
overflow). (Stas)
- ODBC:
. Fixed bug #69354 (Incorrect use of SQLColAttributes with ODBC 3.0).
(Anatol)
. Fixed bug #69474 (ODBC: Query with same field name from two tables returns
incorrect result). (Anatol)
. Fixed bug #69381 (out of memory with sage odbc driver). (Frederic Marchall,
Anatol Belski)
- OpenSSL:
. Fixed bug #69402 (Reading empty SSL stream hangs until timeout).
(Daniel Lowrey)
- PCNTL:
. Fixed bug #68598 (pcntl_exec() should not allow null char). (Stas)
- PCRE
. Upgraded pcrelib to 8.37.
- Phar:
. Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry
filename starts with null). (Stas)
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php56/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 938fd069344..29c9812e2ee 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.98 2015/05/16 11:17:45 taca Exp $ +# $NetBSD: phpversion.mk,v 1.99 2015/05/16 11:18:57 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. PHP54_VERSION= 5.4.41 PHP55_VERSION= 5.5.25 -PHP56_VERSION= 5.6.8 +PHP56_VERSION= 5.6.9 # Define initial release of major version. PHP54_RELDATE= 20120301 diff --git a/lang/php56/distinfo b/lang/php56/distinfo index e95d35a90ff..d7b2f0e4ae6 100644 --- a/lang/php56/distinfo +++ b/lang/php56/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.9 2015/04/17 16:42:43 taca Exp $ +$NetBSD: distinfo,v 1.10 2015/05/16 11:18:57 taca Exp $ -SHA1 (php-5.6.8.tar.bz2) = e946b6519a22110bce41b9fba2cf9e51d4070986 -RMD160 (php-5.6.8.tar.bz2) = fea06774bd27cb6dacac8e69984b431b934e0517 -Size (php-5.6.8.tar.bz2) = 13724681 bytes +SHA1 (php-5.6.9.tar.bz2) = a03f3a168a83a5e6fb983c44933f23fc44323a00 +RMD160 (php-5.6.9.tar.bz2) = b99aefd6118cbfc139b08fd137026edcb49d3e63 +Size (php-5.6.9.tar.bz2) = 14037070 bytes SHA1 (patch-acinclude.m4) = b38fc34c3a3847dc317e8e286612b21ec8fd5ce8 SHA1 (patch-aclocal.m4) = 49117c42e03bd3ed57d967d33ba543f936013b4f SHA1 (patch-build_libtool.m4) = f459cda09cbdad9780568d271091fb17bbc5d965 |