summaryrefslogtreecommitdiff
path: root/lang/php
diff options
context:
space:
mode:
authortaca <taca>2013-08-23 03:11:55 +0000
committertaca <taca>2013-08-23 03:11:55 +0000
commit725019e6666fa9f9905c2b33ab8bfee2e9e4ee16 (patch)
tree171fbfc077d16b328d4a12493268f22cd35ab58e /lang/php
parent17cc4f145072544eb4b0c5da96c40854517bc863 (diff)
downloadpkgsrc-725019e6666fa9f9905c2b33ab8bfee2e9e4ee16.tar.gz
Update php54 to 5.4.19.
22 Aug 2013, PHP 5.4.19 - Core: . Fixed bug #64503 (Compilation fails with error: conflicting types for 'zendparse'). (Laruence) - Openssl: . Fixed UMR in fix for CVE-2013-4248.
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 3887cf8c339..b2390875508 100644
--- a/lang/php/phpversion.mk
+++ b/lang/php/phpversion.mk
@@ -1,4 +1,4 @@
-# $NetBSD: phpversion.mk,v 1.41 2013/08/18 20:56:32 taca Exp $
+# $NetBSD: phpversion.mk,v 1.42 2013/08/23 03:11:55 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.27
-PHP54_VERSION= 5.4.18
+PHP54_VERSION= 5.4.19
PHP55_VERSION= 5.5.2
# Define initial release of major version.