Subject: CVS commit: pkgsrc/www/apache
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 02/01/2002 18:04:40
Module Name: pkgsrc
Committed By: jlam
Date: Fri Feb 1 16:04:40 UTC 2002
Modified Files:
pkgsrc/www/apache: Makefile PLIST PLIST.shared distinfo
pkgsrc/www/apache/patches: patch-aa patch-af patch-ag
Log Message:
Update apache to 1.3.23 with the EAPI patch from mod_ssl-2.8.6-1.3.23.
The main new features in 1.3.23 (compared to 1.3.22) are:
* HTTP/1.1 support for mod_proxy.
* Other mod_proxy improvements.
* The new 'FileETag' directive to allow one to build the
format of the ETag via runtime directives.
* Addition of a 'filter callback' function to enable modules to
intercept the output byte stream for dynamic page caching.
The following bugs were found in Apache 1.3.22 and have been fixed in
Apache 1.3.23:
* Fix incorrect "Content-Length" header in the 416 response.
* Revert mod_negotation's handling of path_info and query_args
to the 1.3.20 behavior (PRs: 8628, 8582, 8538).
* Prevent an Apache module from being loaded or added twice due
to duplicate LoadModule or AddModule directives.
To generate a diff of this commit:
cvs rdiff -r1.87 -r1.88 pkgsrc/www/apache/Makefile
cvs rdiff -r1.1 -r1.2 pkgsrc/www/apache/PLIST pkgsrc/www/apache/PLIST.shared
cvs rdiff -r1.11 -r1.12 pkgsrc/www/apache/distinfo
cvs rdiff -r1.17 -r1.18 pkgsrc/www/apache/patches/patch-aa
cvs rdiff -r1.8 -r1.9 pkgsrc/www/apache/patches/patch-af
cvs rdiff -r1.6 -r1.7 pkgsrc/www/apache/patches/patch-ag
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.