summaryrefslogtreecommitdiff
path: root/www/apache/patches
diff options
context:
space:
mode:
authorjlam <jlam>2002-04-02 14:13:01 +0000
committerjlam <jlam>2002-04-02 14:13:01 +0000
commit87d3331bd476526945055a76d9c82f323bf48ba1 (patch)
tree8348a8c3f3240a0383ce8a5e7e58633a782bdffe /www/apache/patches
parent3de6b14682021341ad28a0d87a4e2fa6acf45412 (diff)
downloadpkgsrc-87d3331bd476526945055a76d9c82f323bf48ba1.tar.gz
Update www/apache to 1.3.24 with EAPI patch from mod_ssl-2.8.8-1.3.24.
Relevant changes from version 1.3.23 include: * Prevent invalid client hostnames from appearing in the log file. * Various mod_proxy improvements, such as the new ProxyIOBufferSize directive. * The new ''IgnoreCase' keyword to the IndexOptions directive. * mod_rewrite's 'rnd' was broken and has been fixed. * The '-S' option of 'apxs' was not able to handle quotes; also 'apxs' is now rebuilt when options are changed. * proxy now correctly handles Cookies and X-Cache headers. * Fixed a problem in TPF when we were using the wrong subpool when opening the error log. * pthread accept() mutexes on Solaris were broken (since we were not linking against pthread)
Diffstat (limited to 'www/apache/patches')
-rw-r--r--www/apache/patches/patch-ai8
1 files changed, 4 insertions, 4 deletions
diff --git a/www/apache/patches/patch-ai b/www/apache/patches/patch-ai
index 13e41ca6a2a..8ada8fdb436 100644
--- a/www/apache/patches/patch-ai
+++ b/www/apache/patches/patch-ai
@@ -1,8 +1,8 @@
-$NetBSD: patch-ai,v 1.7 2001/10/22 18:02:53 jlam Exp $
+$NetBSD: patch-ai,v 1.8 2002/04/02 14:13:03 jlam Exp $
---- src/support/apxs.pl.orig Sat Jun 9 01:06:57 2001
-+++ src/support/apxs.pl Sat Jun 9 01:11:28 2001
-@@ -459,8 +459,7 @@
+--- src/support/apxs.pl.orig Tue Apr 2 02:15:23 2002
++++ src/support/apxs.pl
+@@ -460,8 +460,7 @@
if ($^O ne "MSWin32") {
$t =~ s|^.+/([^/]+)$|$1|;
if ($opt_i) {