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)
This commit is contained in:
parent
792163596d
commit
5137c6e69c
2 changed files with 7 additions and 7 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue