diff options
author | taca <taca@pkgsrc.org> | 2014-02-07 15:36:07 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2014-02-07 15:36:07 +0000 |
commit | 2cfec12829f753a3ff384d2a251a60900865f621 (patch) | |
tree | 5586bfc0eb376c3c9b058046f3ea9173e0033d11 | |
parent | 4982968d6a8e07b3622afdb8bcca6034356234d1 (diff) | |
download | pkgsrc-2cfec12829f753a3ff384d2a251a60900865f621.tar.gz |
Update php54 to 5.4.25.
06 Feb 2014, PHP 5.4.25
- Core:
. Fixed bug #66286 (Incorrect object comparison with inheritance). (Nikita)
. Fixed bug #66509 (copy() arginfo has changed starting from 5.4).
(Will Fitch)
- mysqlnd
. Fixed bug #66283 (Segmentation fault after memory_limit). (Johannes)
- PDO_pgsql:
. Fixed bug #62479 (PDO-psql cannot connect if password contains spaces).
(Will Fitch, Ilia)
- Session:
. Fixed bug #66481 (Calls to session_name() segfault when session.name is
null). (Laruence)
-rw-r--r-- | lang/php/phpversion.mk | 4 | ||||
-rw-r--r-- | lang/php54/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/lang/php/phpversion.mk b/lang/php/phpversion.mk index 59b30c4eff1..e2944200c61 100644 --- a/lang/php/phpversion.mk +++ b/lang/php/phpversion.mk @@ -1,4 +1,4 @@ -# $NetBSD: phpversion.mk,v 1.55 2014/02/07 15:35:05 taca Exp $ +# $NetBSD: phpversion.mk,v 1.56 2014/02/07 15:36:07 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.28 -PHP54_VERSION= 5.4.24 +PHP54_VERSION= 5.4.25 PHP55_VERSION= 5.5.9 # Define initial release of major version. diff --git a/lang/php54/distinfo b/lang/php54/distinfo index 6c5a79e1605..0eb8e75bade 100644 --- a/lang/php54/distinfo +++ b/lang/php54/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.32 2014/01/11 17:03:57 taca Exp $ +$NetBSD: distinfo,v 1.33 2014/02/07 15:36:07 taca Exp $ -SHA1 (php-5.4.24.tar.bz2) = 0f6c16e393a837b1576e3a332ade6ae7c1f5305b -RMD160 (php-5.4.24.tar.bz2) = 8248a1314986b071de990f725fc802729ca97e3c -Size (php-5.4.24.tar.bz2) = 12256796 bytes +SHA1 (php-5.4.25.tar.bz2) = de42bf7c55f6b16e29b01ada24d9d5055e89a2a7 +RMD160 (php-5.4.25.tar.bz2) = 53220df5f635aa003740532d7b5d1015fe0ab254 +Size (php-5.4.25.tar.bz2) = 11739877 bytes SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00 SHA1 (patch-configure) = 592b4521f78d7dbfa666dab21e85a64196c3978c SHA1 (patch-ext_gd_config.m4) = 2353efe6f25e1081b41d61033c3185cc643c7891 |