pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2016Q4] pkgsrc/lang



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sat Jan 21 10:12:43 UTC 2017

Modified Files:
        pkgsrc/lang/php [pkgsrc-2016Q4]: phpversion.mk
        pkgsrc/lang/php71 [pkgsrc-2016Q4]: distinfo

Log Message:
Pullup ticket #5196 - requested by taca
lang/php71: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.169
- lang/php71/distinfo                                           1.12

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Thu Jan 19 14:43:25 UTC 2017

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

   Log Message:
   Update php71 to 7.1.1.

   PHP                                                                        NEWS
   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   19 Jan 2017, PHP 7.1.1

   - Core:
     . Fixed bug #73792 (invalid foreach loop hangs script). (Dmitry)
     . Fixed bug #73686 (Adding settype()ed values to ArrayObject results in
       references). (Nikita, Laruence)
     . Fixed bug #73663 ("Invalid opcode 65/16/8" occurs with a variable created
       with list()). (Laruence)
     . Fixed bug #73727 (ZEND_MM_BITSET_LEN is "undefined symbol" in
       zend_bitset.h). (Nikita)
     . Fixed bug #73753 (unserialized array pointer not advancing). (David Walker)
     . Fixed bug #73783 (SIG_IGN doesn't work when Zend Signals is enabled).
       (David Walker)
     . Fixed bug #73825 (Heap out of bounds read on unserialize in
       finish_nested_data()). (Stas)
     . Fixed bug #73831 (NULL Pointer Dereference while unserialize php object).
       (Stas)
     . Fixed bug #73832 (Use of uninitialized memory in unserialize()). (Stas)

   - CLI:
     . Fixed bug #72555 (CLI output(japanese) on Windows). (Anatol)

   - COM:
     . Fixed bug #73679 (DOTNET read access violation using invalid codepage).
       (Anatol)

   - DOM:
     . Fixed bug #67474 (getElementsByTagNameNS filter on default ns). (aboks)

   - EXIF:
     . Bug bug #73737 (FPE when parsing a tag format). (Stas)

   - GD:
     . Fixed bug #73869 (Signed Integer Overflow gd_io.c). (cmb)
     . Fixed bug #73868 (DOS vulnerability in gdImageCreateFromGd2Ctx()). (cmb)

   - Mbstring:
     . Fixed bug #73646 (mb_ereg_search_init null pointer dereference).
       (Laruence)

   - Mysqli:
     . Fixed bug #73462 (Persistent connections don't set $connect_errno).
       (darkain)

   - Mysqlnd:
     . Optimized handling of BIT fields - less memory copies and lower memory
       usage. (Andrey)
     . Fixed bug #73800 (sporadic segfault with MYSQLI_OPT_INT_AND_FLOAT_NATIVE).
        (vanviegen)

   - Opcache:
     . Fixed bug #73789 (Strange behavior of class constants in switch/case block).
       (Laruence)
     . Fixed bug #73746 (Method that returns string returns UNKNOWN:0 instead).
       (Laruence)
     . Fixed bug #73654 (Segmentation fault in zend_call_function). (Nikita)
     . Fixed bug #73668 ("SIGFPE Arithmetic exception" in opcache when divide by
       minus 1). (Nikita)
     . Fixed bug #73847 (Recursion when a variable is redefined as array). (Nikita)

   - PDO_Firebird:
     . Fixed bug #72931 (PDO_FIREBIRD with Firebird 3.0 not work on returning
       statement). (Dorin Marcoci)

   - Phar:
     . Fixed bug #73773 (Seg fault when loading hostile phar). (Stas)
     . Fixed bug #73768 (Memory corruption when loading hostile phar). (Stas)
     . Fixed bug #73764 (Crash while loading hostile phar archive). (Stas)

   - phpdbg:
     . Fixed bug #73794 (Crash (out of memory) when using run and # command
       separator). (Bob)
     . Fixed bug #73704 (phpdbg shows the wrong line in files with shebang). (Bob)

   - SQLite3:
     . Reverted fix for bug #73530      (Unsetting result set may reset other result
       set). (cmb)

   - Standard:
     . Fixed bug #73594 (dns_get_record does not populate $additional out
       parameter). (Bruce Weirdan)
     . Fixed bug #70213 (Unserialize context shared on double class lookup).
       (Taoguang Chen)
     . Fixed bug #73154 (serialize object with __sleep function crash). (Nikita)
     . Fixed bug #70490 (get_browser function is very slow). (Nikita)
     . Fixed bug #73265 (Loading browscap.ini at startup causes high memory usage).
       (Nikita)
     . Add subject to mail log. (tomsommer)
     . Fixed bug #31875 (get_defined_functions additional param to exclude
        disabled functions). (willianveiga)

   - Zlib
     . Fixed bug #73373 (deflate_add does not verify that output was not truncated).
       (Matt Bonneau)


To generate a diff of this commit:
cvs rdiff -u -r1.168 -r1.168.2.1 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.11 -r1.11.2.1 pkgsrc/lang/php71/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/php/phpversion.mk
diff -u pkgsrc/lang/php/phpversion.mk:1.168 pkgsrc/lang/php/phpversion.mk:1.168.2.1
--- pkgsrc/lang/php/phpversion.mk:1.168 Sat Dec 10 07:10:53 2016
+++ pkgsrc/lang/php/phpversion.mk       Sat Jan 21 10:12:43 2017
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.168 2016/12/10 07:10:53 taca Exp $
+# $NetBSD: phpversion.mk,v 1.168.2.1 2017/01/21 10:12:43 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
@@ -89,7 +89,7 @@ PHPVERSION_MK=        defined
 # Define each PHP's version.
 PHP56_VERSION= 5.6.29
 PHP70_VERSION= 7.0.14
-PHP71_VERSION= 7.1.0
+PHP71_VERSION= 7.1.1
 
 # Define initial release of major version.
 PHP56_RELDATE= 20140828

Index: pkgsrc/lang/php71/distinfo
diff -u pkgsrc/lang/php71/distinfo:1.11 pkgsrc/lang/php71/distinfo:1.11.2.1
--- pkgsrc/lang/php71/distinfo:1.11     Tue Dec 20 07:24:04 2016
+++ pkgsrc/lang/php71/distinfo  Sat Jan 21 10:12:43 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.11 2016/12/20 07:24:04 maya Exp $
+$NetBSD: distinfo,v 1.11.2.1 2017/01/21 10:12:43 bsiegert Exp $
 
-SHA1 (php-7.1.0.tar.bz2) = 06e08b5cbbd84497b281f4902a853a978ece0b48
-RMD160 (php-7.1.0.tar.bz2) = ba2ece4ade6b74238e60e5ca57e7cba83f7f3e29
-SHA512 (php-7.1.0.tar.bz2) = 94c051abd19dbdf3d016f068269b5c6d667938def4df1732f7826a0ab2dd1fa541ff838dafc1531e1c4fa790df0b07feaef97512b28dda3e4ce5e724ede89b37
-Size (php-7.1.0.tar.bz2) = 15781955 bytes
+SHA1 (php-7.1.1.tar.bz2) = 40c4ff13013de1fc896ab1aaada6d9f63529a658
+RMD160 (php-7.1.1.tar.bz2) = 4236dacc38aa9c576387b40b1a53e1967f68807f
+SHA512 (php-7.1.1.tar.bz2) = 005471c0233e04fd95e159f8106ecfb059500076482cd49b26d2597ac390f4fa09ec14146058cdcd38e7d27665ac1d2afdc758f41b86e7fb88c8ba405b6e6415
+Size (php-7.1.1.tar.bz2) = 15774720 bytes
 SHA1 (patch-acinclude.m4) = b682280fd89950c082c2226bdb7364b0dc475bad
 SHA1 (patch-configure) = a129e19ef87338f6e53ccc967c40ddcde7c7357c
 SHA1 (patch-ext_gd_config.m4) = 93b62daad93b9ee6dc28e06016f739bc26b0dc9f



Home | Main Index | Thread Index | Old Index