diff options
author | taca <taca@pkgsrc.org> | 2016-01-08 03:27:23 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2016-01-08 03:27:23 +0000 |
commit | e831005ee9723320d71ea0d3fa94786543b45f37 (patch) | |
tree | cf485fb08938834a7161116e1a466ccbc3d872f3 | |
parent | 55622debf759d54be2799d5df6f01cf10d1cb020 (diff) | |
download | pkgsrc-e831005ee9723320d71ea0d3fa94786543b45f37.tar.gz |
Update php55 to 5.5.31, security fix.
07 Jan 2015, PHP 5.5.31
- FPM:
. Fixed bug #70755 (fpm_log.c memory leak and buffer overflow). (Stas)
- GD:
. Fixed bug #70976 (Memory Read via gdImageRotateInterpolated Array Index
Out of Bounds). (emmanuel dot law at gmail dot com).
- WDDX:
. Fixed bug #70661 (Use After Free Vulnerability in WDDX Packet Deserialization).
(taoguangchen at icloud dot com)
. Fixed bug #70741 (Session WDDX Packet Deserialization Type Confusion
Vulnerability). (taoguangchen at icloud dot com)
- XMLRPC:
. Fixed bug #70728 (Type Confusion Vulnerability in PHP_to_XMLRPC_worker()).
(Julien)
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php55/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 69f7c427bb3..006e1691e5b 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.119 2015/12/18 14:58:14 taca Exp $ +# $NetBSD: phpversion.mk,v 1.120 2016/01/08 03:27:23 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 @@ -81,7 +81,7 @@ PHPVERSION_MK= defined # Define each PHP's version. -PHP55_VERSION= 5.5.30 +PHP55_VERSION= 5.5.31 PHP56_VERSION= 5.6.16 PHP70_VERSION= 7.0.1 diff --git a/lang/php55/distinfo b/lang/php55/distinfo index 30674db2874..e68d47fec8d 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.47 2015/11/03 22:50:41 agc Exp $ +$NetBSD: distinfo,v 1.48 2016/01/08 03:27:23 taca Exp $ -SHA1 (php-5.5.30.tar.bz2) = f3e29d91ed1699f92e2e680fcce50e3276c8e823 -RMD160 (php-5.5.30.tar.bz2) = 04ab420f944467704fafd4e5a7a1ef6c9fc43a2e -SHA512 (php-5.5.30.tar.bz2) = 9458126f579ace9e2aebdfa7ad7f8d097f1fd502f443d8fd66263ba3c542d579ca9c705e227725fae57e452649a3be7cb717a0330d339b93d3c6c94fa80dbc1f -Size (php-5.5.30.tar.bz2) = 13699702 bytes +SHA1 (php-5.5.31.tar.bz2) = c8c3fddcb5fb210b586d61089fa047bd28849d44 +RMD160 (php-5.5.31.tar.bz2) = 2a0be642b0ea0e4beac73401597076489b59d22a +SHA512 (php-5.5.31.tar.bz2) = b5b44092636bf26898441cfda4007480dcd0d58b72cd5c53d74ad2926fe54bf7e5db995c8ff598f72f1783ecd02aafad6be7d3bbd35dc83300621c7c37d37eca +Size (php-5.5.31.tar.bz2) = 13659002 bytes SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a SHA1 (patch-aclocal.m4) = 46f192351e541453b1e32299acd1b4cfefc93cb2 SHA1 (patch-build_libtool.m4) = 3811edd697fd21eadc4f65cba35c6297141e8ff2 |