summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2014-11-15 14:49:45 +0000
committertaca <taca>2014-11-15 14:49:45 +0000
commitda89512ce4024cc91f42ba5231cf0c9abb0dc932 (patch)
tree07858c1f2c0710c6144a7b594be016e9b7391d43 /lang/php
parentd851231819264406f45c5a449b0bf0d75482b754 (diff)
downloadpkgsrc-da89512ce4024cc91f42ba5231cf0c9abb0dc932.tar.gz
Update php54 to 5.4.35 (PHP 5.4.35).
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')
-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 3740e89d38b..b01159461d1 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.75 2014/10/18 14:29:04 taca Exp $
+# $NetBSD: phpversion.mk,v 1.76 2014/11/15 14:49:45 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.34
+PHP54_VERSION= 5.4.35
PHP55_VERSION= 5.5.18
# Define initial release of major version.