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:49:15 UTC 2017

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

Log Message:
Pullup ticket #5198 - requested by taca
lang/php56: security fix

Revisions pulled up:
- lang/php/phpversion.mk                                        1.171
- lang/php56/distinfo                                           1.39

---
   Module Name: pkgsrc
   Committed By:        taca
   Date:                Fri Jan 20 00:44:01 UTC 2017

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

   Log Message:
   Update php56 to 5.6.30.

   PHP                                                                        NEWS
   |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
   19 Jan 2017, PHP 5.6.30

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

   - GD:
    . Fixed bug #73549 (Use after free when stream is passed to imagepng). (cmb)
    . Fixed bug #73868 (DOS vulnerability in gdImageCreateFromGd2Ctx()). (cmb)
    . Fixed bug #73869 (Signed Integer Overflow gd_io.c). (cmb)

   - Intl:
    . Fixed bug #68447 (grapheme_extract take an extra trailing character).
      (SATŌ Kentarō)

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

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

   - Standard:
    . Fixed bug #70213 (Unserialize context shared on double class lookup).
      (Taoguang Chen)
    . Fixed bug #73825 (Heap out of bounds read on unserialize in
      finish_nested_data()). (Stas)


To generate a diff of this commit:
cvs rdiff -u -r1.168.2.2 -r1.168.2.3 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.38 -r1.38.2.1 pkgsrc/lang/php56/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.2.2 pkgsrc/lang/php/phpversion.mk:1.168.2.3
--- pkgsrc/lang/php/phpversion.mk:1.168.2.2     Sat Jan 21 10:18:29 2017
+++ pkgsrc/lang/php/phpversion.mk       Sat Jan 21 10:49:15 2017
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.168.2.2 2017/01/21 10:18:29 bsiegert Exp $
+# $NetBSD: phpversion.mk,v 1.168.2.3 2017/01/21 10:49:15 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
@@ -87,7 +87,7 @@
 PHPVERSION_MK= defined
 
 # Define each PHP's version.
-PHP56_VERSION= 5.6.29
+PHP56_VERSION= 5.6.30
 PHP70_VERSION= 7.0.15
 PHP71_VERSION= 7.1.1
 

Index: pkgsrc/lang/php56/distinfo
diff -u pkgsrc/lang/php56/distinfo:1.38 pkgsrc/lang/php56/distinfo:1.38.2.1
--- pkgsrc/lang/php56/distinfo:1.38     Sat Dec 10 07:08:39 2016
+++ pkgsrc/lang/php56/distinfo  Sat Jan 21 10:49:15 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.38 2016/12/10 07:08:39 taca Exp $
+$NetBSD: distinfo,v 1.38.2.1 2017/01/21 10:49:15 bsiegert Exp $
 
-SHA1 (php-5.6.29.tar.bz2) = 92c51ec6461db6ac7c662585ca31fa9c8e70a7e2
-RMD160 (php-5.6.29.tar.bz2) = b719236b4fb261781950e6d4aef22cf11f661e6d
-SHA512 (php-5.6.29.tar.bz2) = 305049ab9ece8fd5b61f2b2beeaf8bbe994aa325911d90b5fcf8be1dbc43dcdf2528296aa017b8c73cfc3b4614e306a1741fd7c69f90fb23477ca6bf13c10d44
-Size (php-5.6.29.tar.bz2) = 14990883 bytes
+SHA1 (php-5.6.30.tar.bz2) = 9ac486b7f86c01a297375cae5728b424ac5790ce
+RMD160 (php-5.6.30.tar.bz2) = 445f7a88b802f88484671e2981f44147b13794fc
+SHA512 (php-5.6.30.tar.bz2) = 12734d786cca5767b8b8838affbe1c3d578dd179c8d5339653d905658562c5fdf39a88349213b1340f320320700a5378aed617447b6e15909019788a49ad2da0
+Size (php-5.6.30.tar.bz2) = 15011816 bytes
 SHA1 (patch-acinclude.m4) = 34d38d2538cc00932cdfcc80d1d4a91632cd15d0
 SHA1 (patch-configure) = 5d76f71aa903efa3c3491b908ff76419aa4af27c
 SHA1 (patch-ext_gd_config.m4) = b92ab4c7fe8aceaef7787a607a7d2eac258fee19



Home | Main Index | Thread Index | Old Index