diff options
author | jlam <jlam> | 2001-03-13 20:52:26 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-03-13 20:52:26 +0000 |
commit | 15ef0633e1a2cb81c6c0c4464e4bdc73aa8f617f (patch) | |
tree | 337eab956edfbff96e1d0eb5d5a20b86ab6f94c8 /www/apache/patches | |
parent | bdbdfcfb04ffd32ab580b4da8010344077b8ab2f (diff) | |
download | pkgsrc-15ef0633e1a2cb81c6c0c4464e4bdc73aa8f617f.tar.gz |
Update apache to 1.3.19. The pkgsrc-related changes include adding a
config.layout file instead of specifying every directory as on option to
the Apache configure script. This layout file might be useful later when
we package Apache 2.x. I also reordered a few lines so that it's easier
to diff apache/Makefile and apache6/Makefile (hi itojun!). Also build
the mod_define shared module from the mod_ssl sources.
Relevant changes from version 1.3.17.1 include:
*) Rewrite ap_unparse_uri_components() to make it safer and more readable
*) Under certain circumstances, Apache did not supply the
right response headers when requiring authentication.
*) Clean up some end-of-loop not reached warnings
*) Add the correct language tag for interoperation with the Taiwanese
versions of MSIE and Netscape.
*) Workaround enabled for a core dump which appeared in broken
NameVirtualHost configurations.
*) Sporadic core dump in ap_default_port_for_scheme() with
internal requests
*) SECURITY: The default installation could lead to mod_negotiation
and mod_dir/mod_autoindex displaying a directory listing instead of
the index.html.* files, if a very long path was created artificially
by using many slashes. Now a 403 FORBIDDEN is returned.
*) Trailing slashes (if they exist) are now removed from ServerRoot,
because there were known problems with them.
*) TPF startup/shutdown fixes.
*) Correct a typo in httpd.conf.
*) Get the correct IP address if ServerName isn't set and we can't
find a fully-qualified domain name at startup.
*) Fix pointer arithmetic in mod_rewrite map expansion.
*) Fixed a problem with file extensions being truncated during
the call to ap_os_canonical_filename().
Diffstat (limited to 'www/apache/patches')
-rw-r--r-- | www/apache/patches/patch-ab | 6 | ||||
-rw-r--r-- | www/apache/patches/patch-ae | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/www/apache/patches/patch-ab b/www/apache/patches/patch-ab index 7b6b423e85f..6545bfa93cd 100644 --- a/www/apache/patches/patch-ab +++ b/www/apache/patches/patch-ab @@ -1,8 +1,8 @@ -$NetBSD: patch-ab,v 1.8 2000/10/13 21:46:45 jlam Exp $ +$NetBSD: patch-ab,v 1.9 2001/03/13 20:52:28 jlam Exp $ ---- conf/httpd.conf-dist.orig Fri Oct 13 15:58:57 2000 +--- conf/httpd.conf-dist.orig Sun Mar 4 02:42:23 2001 +++ conf/httpd.conf-dist -@@ -199,7 +199,14 @@ +@@ -197,7 +197,14 @@ # the order below without expert advice. # # Example: diff --git a/www/apache/patches/patch-ae b/www/apache/patches/patch-ae index defd7cbcd99..2b30244c0f9 100644 --- a/www/apache/patches/patch-ae +++ b/www/apache/patches/patch-ae @@ -1,6 +1,6 @@ -$NetBSD: patch-ae,v 1.4 2001/02/02 16:39:57 jlam Exp $ +$NetBSD: patch-ae,v 1.5 2001/03/13 20:52:28 jlam Exp $ ---- src/modules/standard/mod_include.c.orig Mon Jan 15 12:05:42 2001 +--- src/modules/standard/mod_include.c.orig Fri Feb 23 11:37:26 2001 +++ src/modules/standard/mod_include.c @@ -93,7 +93,11 @@ #include "http_log.h" @@ -54,7 +54,7 @@ $NetBSD: patch-ae,v 1.4 2001/02/02 16:39:57 jlam Exp $ rr = ap_sub_req_lookup_file(tag_val, r); if (rr->status == HTTP_OK && rr->finfo.st_mode != 0) { -@@ -2160,6 +2168,16 @@ +@@ -2162,6 +2170,16 @@ } } @@ -71,7 +71,7 @@ $NetBSD: patch-ae,v 1.4 2001/02/02 16:39:57 jlam Exp $ /* -------------------------- The main function --------------------------- */ -@@ -2284,6 +2302,13 @@ +@@ -2286,6 +2304,13 @@ } #endif else { |