summaryrefslogtreecommitdiff
path: root/lang/php/phpversion.mk
diff options
context:
space:
mode:
authortaca <taca>2014-10-18 14:29:04 +0000
committertaca <taca>2014-10-18 14:29:04 +0000
commit5e399a71603d6d703212226309a07ccd37f629f6 (patch)
tree43d1cbfd2be47f9a224422a6df08495935807a24 /lang/php/phpversion.mk
parentce1e7da0d9c9d2672d8f7f4c2711e9b7d1e5de87 (diff)
downloadpkgsrc-5e399a71603d6d703212226309a07ccd37f629f6.tar.gz
Update to php54 5.4.34.
16 Oct 2014, PHP 5.4.34 - Fileinfo: . Fixed bug #66242 (libmagic: don't assume char is signed). (ArdB) - Core: . Fixed bug #67985 (Incorrect last used array index copied to new array after unset). (Tjerk) . Fixed bug #68044 (Integer overflow in unserialize() (32-bits only)). (CVE-2014-3669) (Stas) - cURL: . Fixed bug #68089 (NULL byte injection - cURL lib). (Stas) - EXIF: . Fixed bug #68113 (Heap corruption in exif_thumbnail()). (CVE-2014-3670) (Stas) - OpenSSL: . Reverted fixes for bug #41631, due to regressions. (Stas) - XMLRPC: . Fixed bug #68027 (Global buffer overflow in mkgmtime() function). (CVE-2014-3668) (Stas)
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 153bcc0fe76..3740e89d38b 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.74 2014/10/18 14:27:30 taca Exp $
+# $NetBSD: phpversion.mk,v 1.75 2014/10/18 14:29:04 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.33
+PHP54_VERSION= 5.4.34
PHP55_VERSION= 5.5.18
# Define initial release of major version.