summaryrefslogtreecommitdiff
path: root/lang/php/phpversion.mk
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2015-03-01 16:19:23 +0000
committertron <tron@pkgsrc.org>2015-03-01 16:19:23 +0000
commit19a206882f54a1fe3260a730888ec16e4e62a062 (patch)
tree45d7e62ca7863729b60048d766bfa6f712c82b1a /lang/php/phpversion.mk
parentac6277a9aa32ddf7c93265d4dc2396f5d0f23d39 (diff)
downloadpkgsrc-19a206882f54a1fe3260a730888ec16e4e62a062.tar.gz
Pullup ticket #4631 - requested by taca
lang/php54: security update Revisions pulled up: - lang/php/phpversion.mk 1.86 - lang/php54/Makefile 1.27 - lang/php54/distinfo 1.53 - lang/php54/patches/patch-ext_date_php_date.c deleted - lang/php54/patches/patch-ext_date_tests_bug68942_2.phpt deleted --- Module Name: pkgsrc Committed By: taca Date: Thu Feb 19 09:37:36 UTC 2015 Modified Files: pkgsrc/lang/php54: Makefile distinfo Removed Files: pkgsrc/lang/php54/patches: patch-ext_date_php_date.c patch-ext_date_tests_bug68942_2.phpt Log Message: Update php54 to 5.4.38 (PHP 5.4.38). 19 Feb 2015 PHP 5.4.38 - Core: . Removed support for multi-line headers, as the are deprecated by RFC 7230. (Stas) . Added NULL byte protection to exec, system and passthru. (Yasuo) . Fixed bug #68925 (Mitigation for CVE-2015-0235 – GHOST: glibc gethostbyname buffer overflow). (Stas) . Fixed bug #67827 (broken detection of system crypt sha256/sha512 support). (ncopa at alpinelinux dot org) . Fixed bug #68942 (Use after free vulnerability in unserialize() with DateTimeZone). (Stas) - Enchant: . Fixed bug #6855 (heap buffer overflow in enchant_broker_request_dict()). (Antony) - SOAP: . Fixed bug #67427 (SoapServer cannot handle large messages) (brandt at docoloc dot de) --- Module Name: pkgsrc Committed By: taca Date: Thu Feb 19 13:15:00 UTC 2015 Modified Files: pkgsrc/lang/php: phpversion.mk Log Message: Forgot to commit with php54 update.
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 0f068e723d6..f935f7fe4fd 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.81.2.3 2015/01/27 19:48:35 tron Exp $
+# $NetBSD: phpversion.mk,v 1.81.2.4 2015/03/01 16:19:23 tron 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.37
+PHP54_VERSION= 5.4.38
PHP55_VERSION= 5.5.21
PHP56_VERSION= 5.6.5