pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang Update php56 to 5.6.9.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/22f103f31171
branches:  trunk
changeset: 651873:22f103f31171
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 16 11:18:57 2015 +0000

description:
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)

diffstat:

 lang/php/phpversion.mk |  4 ++--
 lang/php56/distinfo    |  8 ++++----
 2 files changed, 6 insertions(+), 6 deletions(-)

diffs (34 lines):

diff -r bd5549012673 -r 22f103f31171 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat May 16 11:17:45 2015 +0000
+++ b/lang/php/phpversion.mk    Sat May 16 11:18:57 2015 +0000
@@ -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 @@
 # 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 -r bd5549012673 -r 22f103f31171 lang/php56/distinfo
--- a/lang/php56/distinfo       Sat May 16 11:17:45 2015 +0000
+++ b/lang/php56/distinfo       Sat May 16 11:18:57 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index