summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2015-01-23 16:09:26 +0000
committertaca <taca>2015-01-23 16:09:26 +0000
commit278b02f6dfe462d99292e53846ea50fbc701b04d (patch)
treeb1a186c12581f4045ed3840f14f1bff079d0ef38 /lang/php
parent22ee672558ce5ddb98d9bb76fe362bfa25068fbd (diff)
downloadpkgsrc-278b02f6dfe462d99292e53846ea50fbc701b04d.tar.gz
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 (limited to 'lang/php')
-rw-r--r--lang/php/phpversion.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk
index 85439f96f19..c8257e5e634 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -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 @@ PHPVERSION_MK= defined
# 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