diff options
author | taca <taca@pkgsrc.org> | 2015-09-06 12:25:11 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2015-09-06 12:25:11 +0000 |
commit | dcde3314bf0d27ccea8b1aa5b9470205d7286855 (patch) | |
tree | 16ccf8bcae7b0b606537e1aa13a42ff748a2e3d4 /lang | |
parent | b96a737edf0cfc7c99dc88f2a83d95928ea39f80 (diff) | |
download | pkgsrc-dcde3314bf0d27ccea8b1aa5b9470205d7286855.tar.gz |
Update php54 to 5.4.45 including security fixes.
03 Sep 2015 PHP 5.4.45
- Core:
. Fixed bug #70172 (Use After Free Vulnerability in unserialize()). (Stas)
. Fixed bug #70219 (Use after free vulnerability in session deserializer).
(taoguangchen at icloud dot com)
- EXIF:
. Fixed bug #70385 (Buffer over-read in exif_read_data with TIFF IFD tag byte
value of 32 bytes). (Stas)
- hash:
. Fixed bug #70312 (HAVAL gives wrong hashes in specific cases). (letsgolee
at naver dot com)
- PCRE:
. Fixed bug #70345 (Multiple vulnerabilities related to PCRE functions).
(Anatol Belski)
- SOAP:
. Fixed bug #70388 (SOAP serialize_function_call() type confusion / RCE).
(Stas)
- SPL:
. Fixed bug #70365 (Use-after-free vulnerability in unserialize() with
SplObjectStorage). (taoguangchen at icloud dot com)
. Fixed bug #70366 (Use-after-free vulnerability in unserialize() with
SplDoublyLinkedList). (taoguangchen at icloud dot com)
- XSLT:
. Fixed bug #69782 (NULL pointer dereference). (Stas)
- ZIP:
. Fixed bug #70350 (ZipArchive::extractTo allows for directory traversal when
creating directories). (neal at fb dot com)
Diffstat (limited to 'lang')
-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 41a8ba044ac..e2f380587c9 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.108 2015/08/08 00:13:36 taca Exp $ +# $NetBSD: phpversion.mk,v 1.109 2015/09/06 12:25:11 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. -PHP54_VERSION= 5.4.44 +PHP54_VERSION= 5.4.45 PHP55_VERSION= 5.5.28 PHP56_VERSION= 5.6.12 diff --git a/lang/php54/distinfo b/lang/php54/distinfo index 91c33d1a1e1..fd2a4de3e64 100644 --- a/lang/php54/distinfo +++ b/lang/php54/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.62 2015/08/08 00:11:29 taca Exp $ +$NetBSD: distinfo,v 1.63 2015/09/06 12:25:11 taca Exp $ -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 (php-5.4.45.tar.bz2) = 3032efebf7001e7720c5e42d9898d7077612e9b4 +RMD160 (php-5.4.45.tar.bz2) = 352a0ea8fb75a447301c1434609ac0e4b96acc0c +Size (php-5.4.45.tar.bz2) = 12703324 bytes SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00 SHA1 (patch-aclocal.m4) = 699086785fcd3d3834cc6016479dbdae6518e522 SHA1 (patch-build_libtool.m4) = d81527abea3bd97e220f00a5d5296d8b1bfe2659 |