diff options
author | tron <tron> | 2015-08-12 20:07:45 +0000 |
---|---|---|
committer | tron <tron> | 2015-08-12 20:07:45 +0000 |
commit | f9c84f0c5f3b59a2586b5787a15b1af5ba1743b0 (patch) | |
tree | 378699169af8765868ede08822426b5b84afc0af | |
parent | d48c097c7897ca3f796b2adac764af4cca5aa8ff (diff) | |
download | pkgsrc-f9c84f0c5f3b59a2586b5787a15b1af5ba1743b0.tar.gz |
Pullup ticket #4790 - requested by taca
lang/php54: security update
Revisions pulled up:
- lang/php/phpversion.mk 1.106
- lang/php54/distinfo 1.62
---
Module Name: pkgsrc
Committed By: taca
Date: Sat Aug 8 00:11:29 UTC 2015
Modified Files:
pkgsrc/lang/php: pear.mk phpversion.mk
pkgsrc/lang/php54: distinfo
Log Message:
Update phpt54 to 5.4.44.
06 Aug 2015 PHP 5.4.44
- Core:
. Fixed bug #69793 (Remotely triggerable stack exhaustion via recursive
method calls). (Stas)
. Fixed bug #69892 (Different arrays compare indentical due to integer key
truncation). (Nikita)
. Fixed bug #70121 (unserialize() could lead to unexpected methods execution
/ NULL pointer deref). (Stas)
- OpenSSL:
. Fixed bug #70014 (openssl_random_pseudo_bytes() is not cryptographically
secure). (Stas)
- Phar:
. Improved fix for bug #69441. (Anatol Belski)
. Fixed bug #70019 (Files extracted from archive may be placed outside of
destination directory). (Anatol Belski)
- SOAP:
. Fixed bug #70081 (SoapClient info leak / null pointer dereference via
multiple type confusions). (Stas)
- SPL:
. Fixed bug #70068 (Dangling pointer in the unserialization of ArrayObject
items). (sean.heelan)
. Fixed bug #70166 (Use After Free Vulnerability in unserialize() with
SPLArrayObject). (taoguangchen at icloud dot com)
. Fixed bug #70168 (Use After Free Vulnerability in unserialize() with
SplObjectStorage). (taoguangchen at icloud dot com)
. Fixed bug #70169 (Use After Free Vulnerability in unserialize() with
SplDoublyLinkedList). (taoguangchen at icloud dot com)
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php54/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 012ff892890..8c836e9dcca 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.102.2.3 2015/07/14 22:14:30 tron Exp $ +# $NetBSD: phpversion.mk,v 1.102.2.4 2015/08/12 20:07:45 tron 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. -PHP54_VERSION= 5.4.43 +PHP54_VERSION= 5.4.44 PHP55_VERSION= 5.5.27 PHP56_VERSION= 5.6.11 diff --git a/lang/php54/distinfo b/lang/php54/distinfo index 6d49f2e1ea4..79cf116d9d3 100644 --- a/lang/php54/distinfo +++ b/lang/php54/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.60.2.1 2015/07/14 22:08:12 tron Exp $ +$NetBSD: distinfo,v 1.60.2.2 2015/08/12 20:07:45 tron Exp $ -SHA1 (php-5.4.43.tar.bz2) = 2370ff60be9e058c94665e1b04ead80d23c37f1e -RMD160 (php-5.4.43.tar.bz2) = 87ab07db18d04f50972ea4197c6580882e5760a9 -Size (php-5.4.43.tar.bz2) = 12708452 bytes +SHA1 (php-5.4.44.tar.bz2) = 915dd2fd1bff17cd24588b88253410caaafd8446 +RMD160 (php-5.4.44.tar.bz2) = 11aa2a7daaaec56f49481d6c1f53ca6fc506a00a +Size (php-5.4.44.tar.bz2) = 12705644 bytes SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00 SHA1 (patch-aclocal.m4) = 699086785fcd3d3834cc6016479dbdae6518e522 SHA1 (patch-build_libtool.m4) = d81527abea3bd97e220f00a5d5296d8b1bfe2659 |