diff options
author | taca <taca@pkgsrc.org> | 2013-08-23 03:11:55 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-08-23 03:11:55 +0000 |
commit | c94afc1106c8558f04cc48e976111a87ba3e1d25 (patch) | |
tree | 171fbfc077d16b328d4a12493268f22cd35ab58e /lang/php/phpversion.mk | |
parent | 86a8ed2ef5d87bea1e6c42b142eeaf4cc3bf559d (diff) | |
download | pkgsrc-c94afc1106c8558f04cc48e976111a87ba3e1d25.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/phpversion.mk')
-rw-r--r-- | lang/php/phpversion.mk | 4 |
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. |