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.22 (PHP 5.6.22), including se...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7226bfd5309d
branches:  trunk
changeset: 347706:7226bfd5309d
user:      taca <taca%pkgsrc.org@localhost>
date:      Fri May 27 13:28:07 2016 +0000

description:
Update php56 to 5.6.22 (PHP 5.6.22), including security fix.

26 May 2016, PHP 5.6.22

- Core:
  . Fixed bug #72172 (zend_hex_strtod should not use strlen).
    (bwitz at hotmail dot com )
  . Fixed bug #72114 (Integer underflow / arbitrary null write in
    fread/gzread). (Stas)
  . Fixed bug #72135 (Integer Overflow in php_html_entities). (Stas)

- GD:
  . Fixed bug #72227 (imagescale out-of-bounds read). (Stas)

- Intl
  . Fixed bug #64524 (Add intl.use_exceptions to php.ini-*). (Anatol)
  . Fixed bug #72241 (get_icu_value_internal out-of-bounds read). (Stas)

- Postgres:
  . Fixed bug #72151 (mysqli_fetch_object changed behaviour). (Anatol)

diffstat:

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

diffs (36 lines):

diff -r cf5e6d6ff740 -r 7226bfd5309d lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Fri May 27 13:26:57 2016 +0000
+++ b/lang/php/phpversion.mk    Fri May 27 13:28:07 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.136 2016/05/27 13:25:44 taca Exp $
+# $NetBSD: phpversion.mk,v 1.137 2016/05/27 13:28:07 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.
 PHP55_VERSION= 5.5.36
-PHP56_VERSION= 5.6.21
+PHP56_VERSION= 5.6.22
 PHP70_VERSION= 7.0.6
 
 # Define initial release of major version.
diff -r cf5e6d6ff740 -r 7226bfd5309d lang/php56/distinfo
--- a/lang/php56/distinfo       Fri May 27 13:26:57 2016 +0000
+++ b/lang/php56/distinfo       Fri May 27 13:28:07 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.26 2016/05/02 13:08:00 taca Exp $
+$NetBSD: distinfo,v 1.27 2016/05/27 13:28:07 taca Exp $
 
-SHA1 (php-5.6.21.tar.bz2) = 057a3bffc052b907c5bb5a879b8606b5671eb69f
-RMD160 (php-5.6.21.tar.bz2) = a5bd55526af390bbdc514a736587a2c778a221e2
-SHA512 (php-5.6.21.tar.bz2) = 028d62434e7932b4a07fa7d404b8ad938f0ca7968ae2b23386038f77482984d2b6145523e11f37b9e72621c8bf40f08e38a6db1d209493770ac99e13e2fac0d0
-Size (php-5.6.21.tar.bz2) = 14165919 bytes
+SHA1 (php-5.6.22.tar.bz2) = c51c80e56659467c2bcee4a6a2ad217760dda177
+RMD160 (php-5.6.22.tar.bz2) = 0862fb4703c73e82c5c8e13538994756fd8a5cce
+SHA512 (php-5.6.22.tar.bz2) = 9d21104832a1053a350ff31196e2c41cef713a9dfe207491236219954cf2eea216049b2f40313fb2a8e9ef641aad0af3f69456bbcebdf8fee312b0dd4a7df320
+Size (php-5.6.22.tar.bz2) = 14170522 bytes
 SHA1 (patch-acinclude.m4) = b38fc34c3a3847dc317e8e286612b21ec8fd5ce8
 SHA1 (patch-configure) = 5d76f71aa903efa3c3491b908ff76419aa4af27c
 SHA1 (patch-ext_gd_config.m4) = 4b44853250eb4a638af4c663e618307ff25d2cbd



Home | Main Index | Thread Index | Old Index