Subject: CVS commit: pkgsrc/www/apache
To: None <pkgsrc-changes@netbsd.org>
From: Johnny C. Lam <jlam@netbsd.org>
List: pkgsrc-changes
Date: 04/02/2002 17:13:04
Module Name: pkgsrc
Committed By: jlam
Date: Tue Apr 2 14:13:03 UTC 2002
Modified Files:
pkgsrc/www/apache: Makefile PLIST distinfo
pkgsrc/www/apache/patches: patch-ai
Log Message:
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)
To generate a diff of this commit:
cvs rdiff -r1.91 -r1.92 pkgsrc/www/apache/Makefile
cvs rdiff -r1.2 -r1.3 pkgsrc/www/apache/PLIST
cvs rdiff -r1.14 -r1.15 pkgsrc/www/apache/distinfo
cvs rdiff -r1.7 -r1.8 pkgsrc/www/apache/patches/patch-ai
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.