summaryrefslogtreecommitdiff
path: root/lang/php/phpversion.mk
diff options
context:
space:
mode:
authortaca <taca>2014-12-19 16:08:35 +0000
committertaca <taca>2014-12-19 16:08:35 +0000
commitff4d8ae4ab6b3a61831216e20a485571329265e3 (patch)
tree990d156f38ea64bf1ecafc462fed01cb4777ce91 /lang/php/phpversion.mk
parent1299df916b5f20b84ba6157ae607157d4c7144d2 (diff)
downloadpkgsrc-ff4d8ae4ab6b3a61831216e20a485571329265e3.tar.gz
Update php54 to 5.4.36, including security fix.
18 Dec 2014 PHP 5.4.36 - Core: . Upgraded crypt_blowfish to version 1.3. (Leigh) . Fixed bug #68545 (NULL pointer dereference in unserialize.c). (Anatol) . Fixed bug #68594 (Use after free vulnerability in unserialize()). (CVE-2014-8142) (Stefan Esser) 13 Nov 2014 PHP 5.4.35 - Core: . Fixed bug #68365 (zend_mm_heap corrupted after memory overflow in zend_hash_copy). (Dmitry) - Fileinfo: . Fixed bug #68283 (fileinfo: out-of-bounds read in elf note headers). (CVE-2014-3710) (Remi) - GMP: . Fixed bug #63595 (GMP memory management conflicts with other libraries using GMP). (Remi) - PDO_pgsql: . Fixed bug #66584 (Segmentation fault on statement deallocation) (Matteo)
Diffstat (limited to 'lang/php/phpversion.mk')
-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 1c302dc02b4..840574569cb 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.78 2014/11/24 15:36:05 taca Exp $
+# $NetBSD: phpversion.mk,v 1.79 2014/12/19 16:08:35 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.35
+PHP54_VERSION= 5.4.36
PHP55_VERSION= 5.5.19
PHP56_VERSION= 5.6.3