pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2016Q1]: pkgsrc/lang Pullup ticket #5035 - requested by taca



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d524d405db9
branches:  pkgsrc-2016Q1
changeset: 408910:1d524d405db9
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sat Jun 04 19:50:02 2016 +0000

description:
Pullup ticket #5035 - requested by taca
lang/php56: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.137
- lang/php56/DESCR                                              1.2
- lang/php56/distinfo                                           1.27

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Mon May 16 04:13:59 UTC 2016

   Modified Files:
        pkgsrc/lang/php56: DESCR

   Log Message:
   This package is not for PHP 5.5.x but 5.6.x.  Noted by Edgar Fu_ via
   privaet E-mail.

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Fri May 27 13:28:07 UTC 2016

   Modified Files:
        pkgsrc/lang/php: phpversion.mk
        pkgsrc/lang/php56: distinfo

   Log Message:
   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/DESCR       |   2 +-
 lang/php56/distinfo    |  10 +++++-----
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (45 lines):

diff -r 3909880e30a3 -r 1d524d405db9 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk    Sat Jun 04 19:45:18 2016 +0000
+++ b/lang/php/phpversion.mk    Sat Jun 04 19:50:02 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.131.2.4 2016/06/04 19:45:18 bsiegert Exp $
+# $NetBSD: phpversion.mk,v 1.131.2.5 2016/06/04 19:50:02 bsiegert 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 3909880e30a3 -r 1d524d405db9 lang/php56/DESCR
--- a/lang/php56/DESCR  Sat Jun 04 19:45:18 2016 +0000
+++ b/lang/php56/DESCR  Sat Jun 04 19:50:02 2016 +0000
@@ -4,4 +4,4 @@
 thrown in.  The language is designed to allow web developers to
 write dynamically generated pages quickly.
 
-This package provides PHP version 5.5.x.
+This package provides PHP version 5.6.x.
diff -r 3909880e30a3 -r 1d524d405db9 lang/php56/distinfo
--- a/lang/php56/distinfo       Sat Jun 04 19:45:18 2016 +0000
+++ b/lang/php56/distinfo       Sat Jun 04 19:50:02 2016 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.25.2.1 2016/05/08 14:08:45 bsiegert Exp $
+$NetBSD: distinfo,v 1.25.2.2 2016/06/04 19:50:02 bsiegert 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