diff options
author | reed <reed@pkgsrc.org> | 2004-10-02 15:47:02 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2004-10-02 15:47:02 +0000 |
commit | 35ae62d3677d0455cad4f60e42ce10c30fcaaf0c (patch) | |
tree | 512214e8505fb394532aecbe86acb023d2c41d38 /devel | |
parent | a490807f3fb8ce28db22fbb088aef7001b7accbb (diff) | |
download | pkgsrc-35ae62d3677d0455cad4f60e42ce10c30fcaaf0c.tar.gz |
Update apache to apache-2.0.52.
Also added comment to www/apache2/Makefile.common to remind to
update checksum in devel/apr also.
No actual devel/apr changes seen.
Also removed www/apache2/patches/patch-ab because it is identical to
fix for security in new version.
Changes with Apache 2.0.52
*) Use HTML 2.0 <hr> for error pages. PR 30732 [André Malo]
*) Fix the global mutex crash when the global mutex is never allocated
due to disabled/empty caches. [Jess Holle <jessh ptc.com>]
*) Fix a segfault in the LDAP cache when it is configured switched
off. [Jess Holle <jessh ptc.com>]
*) SECURITY: CAN-2004-0811 (cve.mitre.org)
Fix merging of the Satisfy directive, which was applied to
the surrounding context and could allow access despite configured
authentication. PR 31315. [Rici Lake <rici ricilake.net>]
*) Fix the handling of URIs containing %2F when AllowEncodedSlashes
is enabled. Previously, such urls would still be rejected.
[Jeff Trawick, Bill Stoddard]
*) mod_mem_cache: Fixed race condition causing segfault because of memory being
freed twice, or reused after being freed.
[J. Clar, W. Stoddard, G. Ames]
*) Add -l option to rotatelogs to let it use local time rather than
UTC. PR 24417. [Ken Coar, Uli Zappe <uli ritual.org>]
*) mod_log_config: Fix a bug which prevented request completion time
from being logged for I_INSIST_ON_EXTRA_CYCLES_FOR_CLF_COMPLIANCE
processing. PR 29696. [Alois Treindl <alois astro.ch>]
Diffstat (limited to 'devel')
-rw-r--r-- | devel/apr/distinfo | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/devel/apr/distinfo b/devel/apr/distinfo index efc4541eaf3..fa6f694f424 100644 --- a/devel/apr/distinfo +++ b/devel/apr/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.9 2004/09/20 17:13:06 adrianp Exp $ +$NetBSD: distinfo,v 1.10 2004/10/02 15:47:02 reed Exp $ -SHA1 (httpd-2.0.51.tar.gz) = 68ce1da942226c0a6276c9c313d21fe794a95222 -Size (httpd-2.0.51.tar.gz) = 6735558 bytes +SHA1 (httpd-2.0.52.tar.gz) = 2a22fde052adc7d7258f999cd7dd8a7592ff36e7 +Size (httpd-2.0.52.tar.gz) = 6918995 bytes SHA1 (patch-an) = 64006f0f1b5c3f20df6f47624e56aac0d99ae056 SHA1 (patch-ao) = 25d44b0028772535da908895444d2bfe56f44120 SHA1 (patch-ap) = 357776c7208407936e09891ae87d23b112a12756 |