diff options
author | taca <taca@pkgsrc.org> | 2013-10-18 12:25:12 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2013-10-18 12:25:12 +0000 |
commit | 058e836866e2d5bec4c94c943d115cec61d224a8 (patch) | |
tree | 16223af895317a5ef5c26abec5c229c7121d9984 /lang/php54 | |
parent | 5c247dbc91b7486130fe0aacd9363f749c3d24fc (diff) | |
download | pkgsrc-058e836866e2d5bec4c94c943d115cec61d224a8.tar.gz |
Update php54 to 5.4.21 (PHP 5.4.21).
17 Oct 2013, PHP 5.4.21
- Core:
. Fixed bug #65322 (compile time errors won't trigger auto loading). (Nikita)
- CLI server:
. Fixed bug #65633 (built-in server treat some http headers as
case-sensitive). (Adam)
- Datetime:
. Fixed bug #64157 (DateTime::createFromFormat() reports confusing error
message). (Boro Sitnikovski)
- DBA extension:
. Fixed bug #65708 (dba functions cast $key param to string in-place,
bypassing copy on write). (Adam)
- Filter:
. Add RFC 6598 IPs to reserved addresses. (Sebastian Nohn)
. Fixed bug #64441 (FILTER_VALIDATE_URL rejects fully qualified domain names).
(Syra)
- IMAP:
. Fixed bug #65721 (configure script broken in 5.5.4 and 5.4.20 when enabling
imap). (ryotakatsuki at gmail dot com)
- Standard:
. Fixed bug #61548 (content-type must appear at the end of headers for 201
Location to work in http). (Mike)
- Build system:
. Fixed bug #62396 ('make test' crashes starting with 5.3.14 (missing
gzencode())). (Mike)
Diffstat (limited to 'lang/php54')
-rw-r--r-- | lang/php54/distinfo | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lang/php54/distinfo b/lang/php54/distinfo index e3d777281c1..abdcfb76a6e 100644 --- a/lang/php54/distinfo +++ b/lang/php54/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.27 2013/09/21 16:06:07 taca Exp $ +$NetBSD: distinfo,v 1.28 2013/10/18 12:25:12 taca Exp $ -SHA1 (php-5.4.20.tar.bz2) = b468faaf1f88dd4dd5dbeb11283dd9d76c523cd5 -RMD160 (php-5.4.20.tar.bz2) = 629a1ac46a8a067bec99e4fb0469ada072fca12e -Size (php-5.4.20.tar.bz2) = 11700446 bytes +SHA1 (php-5.4.21.tar.bz2) = c45f89521edc0bc93d98e86760313adb2158d12d +RMD160 (php-5.4.21.tar.bz2) = d8bcaec7b70d804c976cc2675f5f55d6ec231ff3 +Size (php-5.4.21.tar.bz2) = 11703043 bytes SHA1 (patch-acinclude.m4) = 71635e5381abf99a9fc9f2537b1c2f18e8096f00 SHA1 (patch-configure) = ce3205292370fb279033aaa06138cea1a3725ef1 SHA1 (patch-ext_gd_config.m4) = 2353efe6f25e1081b41d61033c3185cc643c7891 |