summaryrefslogtreecommitdiff
path: root/lang/php54/Makefile
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/php54/Makefile
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/php54/Makefile')
-rw-r--r--lang/php54/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/lang/php54/Makefile b/lang/php54/Makefile
index ad6e82dba5d..afbfe52fc7a 100644
--- a/lang/php54/Makefile
+++ b/lang/php54/Makefile
@@ -1,10 +1,9 @@
-# $NetBSD: Makefile,v 1.25.4.1 2015/02/18 18:41:36 tron Exp $
+# $NetBSD: Makefile,v 1.25.4.2 2015/03/01 16:19:23 tron Exp $
#
# We can't omit PKGNAME here to handle PKG_OPTIONS.
#
PKGNAME= php-${PHP_BASE_VERS}
-PKGREVISION= 1
CATEGORIES= lang
HOMEPAGE= http://www.php.net/