pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/lang Update to php54 to 5.4.37.
details: https://anonhg.NetBSD.org/pkgsrc/rev/5840a5b51f49
branches: trunk
changeset: 645123:5840a5b51f49
user: taca <taca%pkgsrc.org@localhost>
date: Fri Jan 23 16:09:26 2015 +0000
description:
Update to php54 to 5.4.37.
22 Jan 2015 PHP 5.4.37
- Core:
. Fixed bug #68710 (Use After Free Vulnerability in PHP's unserialize()).
(CVE-2015-0231) (Stefan Esser)
- CGI:
. Fixed bug #68618 (out of bounds read crashes php-cgi). (CVE-2014-9427)
(Stas)
- EXIF:
. Fixed bug #68799: Free called on unitialized pointer. (CVE-2015-0232) (Stas)
- Fileinfo:
. Removed readelf.c and related code from libmagic sources
(Remi, Anatol)
. Fixed bug #68735 (fileinfo out-of-bounds memory access).
(Anatol)
- OpenSSL:
. Fixed bug #55618 (use case-insensitive cert name matching).
(Daniel Lowrey)
diffstat:
lang/php/phpversion.mk | 4 ++--
lang/php54/distinfo | 8 ++++----
2 files changed, 6 insertions(+), 6 deletions(-)
diffs (34 lines):
diff -r 222d47a5e63c -r 5840a5b51f49 lang/php/phpversion.mk
--- a/lang/php/phpversion.mk Fri Jan 23 16:01:40 2015 +0000
+++ b/lang/php/phpversion.mk Fri Jan 23 16:09:26 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.82 2015/01/01 11:51:41 dholland Exp $
+# $NetBSD: phpversion.mk,v 1.83 2015/01/23 16:09:26 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
@@ -82,7 +82,7 @@
# Define each PHP's version.
PHP53_VERSION= 5.3.29
-PHP54_VERSION= 5.4.36
+PHP54_VERSION= 5.4.37
PHP55_VERSION= 5.5.20
PHP56_VERSION= 5.6.4
diff -r 222d47a5e63c -r 5840a5b51f49 lang/php54/distinfo
--- a/lang/php54/distinfo Fri Jan 23 16:01:40 2015 +0000
+++ b/lang/php54/distinfo Fri Jan 23 16:09:26 2015 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.50 2014/12/19 16:08:35 taca Exp $
+$NetBSD: distinfo,v 1.51 2015/01/23 16:09:26 taca Exp $
-SHA1 (php-5.4.36.tar.bz2) = 6d832bdf631ee4684910d5546734ff92a434f358
-RMD160 (php-5.4.36.tar.bz2) = 1d23d9863ce0211bef58e709396e0f7f66d6bbc3
-Size (php-5.4.36.tar.bz2) = 11892431 bytes
+SHA1 (php-5.4.37.tar.bz2) = 608e00a730e9674e1a2e2627175e7a27f4add18f
+RMD160 (php-5.4.37.tar.bz2) = 9aa559cd4c4c63701133194b59ccff0f241a2241
+Size (php-5.4.37.tar.bz2) = 12275113 bytes
SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00
SHA1 (patch-aclocal.m4) = 699086785fcd3d3834cc6016479dbdae6518e522
SHA1 (patch-build_libtool.m4) = d81527abea3bd97e220f00a5d5296d8b1bfe2659
Home |
Main Index |
Thread Index |
Old Index