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.25.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/bd5549012673
branches:  trunk
changeset: 651872:bd5549012673
user:      taca <taca%pkgsrc.org@localhost>
date:      Sat May 16 11:17:45 2015 +0000

description:
Update php55 to 5.5.25.

14 May 2015, PHP 5.5.25

- Core:
  . 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)
  . 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)

- FTP:
  . Fixed bug #69545 (Integer overflow in ftp_genlist() resulting in heap
    overflow). (Stas)

- ODBC:
  . 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)

- Phar:
  . Fixed bug #69453 (Memory Corruption in phar_parse_tarfile when entry filename
    starts with null). (Stas)

diffstat:

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

diffs (34 lines):

diff -r 6c1fb6fb43a6 -r bd5549012673 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat May 16 11:16:40 2015 +0000
+++ b/lang/php/phpversion.mk    Sat May 16 11:17:45 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.97 2015/05/16 11:16:40 taca Exp $
+# $NetBSD: phpversion.mk,v 1.98 2015/05/16 11:17:45 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.41
-PHP55_VERSION= 5.5.24
+PHP55_VERSION= 5.5.25
 PHP56_VERSION= 5.6.8
 
 # Define initial release of major version.
diff -r 6c1fb6fb43a6 -r bd5549012673 lang/php55/distinfo
--- a/lang/php55/distinfo       Sat May 16 11:16:40 2015 +0000
+++ b/lang/php55/distinfo       Sat May 16 11:17:45 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.39 2015/04/17 16:40:58 taca Exp $
+$NetBSD: distinfo,v 1.40 2015/05/16 11:17:45 taca Exp $
 
-SHA1 (php-5.5.24.tar.bz2) = 9f446753c994fb2ea9d8a827a43b34a3f2119df3
-RMD160 (php-5.5.24.tar.bz2) = b6abec80c013aa28df0bce5134ca31645119667b
-Size (php-5.5.24.tar.bz2) = 13337043 bytes
+SHA1 (php-5.5.25.tar.bz2) = 89a7c0de86db9e06106f5bc091b13aa0c0e06952
+RMD160 (php-5.5.25.tar.bz2) = c48a7598875595404c0143fde782f82452b24f63
+Size (php-5.5.25.tar.bz2) = 13422002 bytes
 SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a
 SHA1 (patch-aclocal.m4) = 46f192351e541453b1e32299acd1b4cfefc93cb2
 SHA1 (patch-build_libtool.m4) = 3811edd697fd21eadc4f65cba35c6297141e8ff2



Home | Main Index | Thread Index | Old Index