pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang



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.170 -r1.171 pkgsrc/lang/php/phpversion.mk
cvs rdiff -u -r1.38 -r1.39 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.170 pkgsrc/lang/php/phpversion.mk:1.171
--- pkgsrc/lang/php/phpversion.mk:1.170 Thu Jan 19 14:48:49 2017
+++ pkgsrc/lang/php/phpversion.mk       Fri Jan 20 00:44:00 2017
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.170 2017/01/19 14:48:49 taca Exp $
+# $NetBSD: phpversion.mk,v 1.171 2017/01/20 00:44:00 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
@@ -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.39
--- pkgsrc/lang/php56/distinfo:1.38     Sat Dec 10 07:08:39 2016
+++ pkgsrc/lang/php56/distinfo  Fri Jan 20 00:44:01 2017
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.38 2016/12/10 07:08:39 taca Exp $
+$NetBSD: distinfo,v 1.39 2017/01/20 00:44:01 taca 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