diff options
author | bsiegert <bsiegert@pkgsrc.org> | 2016-02-10 19:29:19 +0000 |
---|---|---|
committer | bsiegert <bsiegert@pkgsrc.org> | 2016-02-10 19:29:19 +0000 |
commit | 07b14d56ff3fdd642a5b3c5557844ff0a68848e5 (patch) | |
tree | f3de02b930ddf1db7b080abe8fbff9d92a1ae973 | |
parent | deb9476eef9b57e89ca4aa2ae09d78d907ad3ded (diff) | |
download | pkgsrc-07b14d56ff3fdd642a5b3c5557844ff0a68848e5.tar.gz |
Pullup ticket #4916 - requested by taca
lang/php55: security fix
Revisions pulled up:
- lang/php/phpversion.mk 1.123
- lang/php55/distinfo 1.49
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Feb 6 07:11:06 UTC 2016
Modified Files:
pkgsrc/lang/php: phpversion.mk
pkgsrc/lang/php55: distinfo
Log Message:
Update php55 to 5.5.32 (PHP 5.5.32).
04 Feb 2016, PHP 5.5.32
- Core:
. Fixed bug #71039 (exec functions ignore length but look for NULL termination).
(Anatol)
. Fixed bug #71323 (Output of stream_get_meta_data can be falsified by its
input). (Leo Gaspard)
. Fixed bug #71459 (Integer overflow in iptcembed()). (Stas)
- GD:
. Improved the fix for bug #70976. (Remi)
- PCRE:
. Upgraded pcrelib to 8.38.
- Phar:
. Fixed bug #71354 (Heap corruption in tar/zip/phar parser). (Stas)
. Fixed bug #71391 (NULL Pointer Dereference in phar_tar_setupmetadata()).
(Stas)
. Fixed bug #71488 (Stack overflow when decompressing tar archives). (Stas)
- WDDX:
. Fixed bug #71335 (Type Confusion in WDDX Packet Deserialization). (Stas)
-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 a94c74ae8e1..2364198fd55 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.119.2.3 2016/01/18 20:14:19 bsiegert Exp $ +# $NetBSD: phpversion.mk,v 1.119.2.4 2016/02/10 19:29:19 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 @@ -81,7 +81,7 @@ PHPVERSION_MK= defined # Define each PHP's version. -PHP55_VERSION= 5.5.31 +PHP55_VERSION= 5.5.32 PHP56_VERSION= 5.6.17 PHP70_VERSION= 7.0.2 diff --git a/lang/php55/distinfo b/lang/php55/distinfo index 2a80dca5c9f..4ab112bec83 100644 --- a/lang/php55/distinfo +++ b/lang/php55/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.47.2.1 2016/01/17 19:19:56 bsiegert Exp $ +$NetBSD: distinfo,v 1.47.2.2 2016/02/10 19:29:19 bsiegert Exp $ -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 (php-5.5.32.tar.bz2) = 7a1323bfaa030f6cdeb31704c9027f2af48a6750 +RMD160 (php-5.5.32.tar.bz2) = 5e70262de0791543152ac7b0b3ea608da3419698 +SHA512 (php-5.5.32.tar.bz2) = 1603864e7a98378bb5a7c1592d81029fd7dfe5d2fa88152a9e29484c3c98cd6126a79741657eea3e3295ed1bdeed47527d33981c9ea0df891f137ee8126cce2b +Size (php-5.5.32.tar.bz2) = 13685561 bytes SHA1 (patch-acinclude.m4) = 9e9c433e4cb96e469f7cf14b2064a0f41fc4568a SHA1 (patch-aclocal.m4) = 46f192351e541453b1e32299acd1b4cfefc93cb2 SHA1 (patch-build_libtool.m4) = 3811edd697fd21eadc4f65cba35c6297141e8ff2 |