Subject: CVS commit: pkgsrc/www/apache2
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 04/25/2005 09:13:14
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Apr 25 09:13:14 UTC 2005

Modified Files:
	pkgsrc/www/apache2: Makefile Makefile.common PLIST distinfo
	pkgsrc/www/apache2/patches: patch-ab patch-ac patch-ad patch-ai
	    patch-al patch-am

Log Message:
Changes 2.0.54:
  *) mod_cache: Add CacheIgnoreHeaders directive.
  *) mod_ldap: Added the directive LDAPConnectionTimeout to configure
     the ldap socket connection timeout value.
  *) Correctly export all mod_dav public functions.
  *) Add a build script to create a solaris package.
  *) worker MPM: Fix a problem which could cause httpd processes to
     remain active after shutdown.
  *) Unix MPMs: Shut down the server more quickly when child processes are
     slow to exit.
  *) Remove formatting characters from ap_log_error() calls.  These
     were escaped as fallout from CAN-2003-0020.
  *) mod_ssl: If SSLUsername is used, set r->user earlier.
  *) htdigest: Fix permissions of created files.
  *) core_input_filter: Move buckets to a persistent brigade instead of
     creating a new brigade. This stop a memory leak when proxying a
     Streaming Media Server.
  *) mod_win32: Ignore both PATH_INFO as well as PATH_TRANSLATED to avoid
     hiccups from additional path information passed in non-utf-8 format.


To generate a diff of this commit:
cvs rdiff -r1.70 -r1.71 pkgsrc/www/apache2/Makefile
cvs rdiff -r1.15 -r1.16 pkgsrc/www/apache2/Makefile.common
cvs rdiff -r1.28 -r1.29 pkgsrc/www/apache2/PLIST
cvs rdiff -r1.37 -r1.38 pkgsrc/www/apache2/distinfo
cvs rdiff -r1.5 -r1.6 pkgsrc/www/apache2/patches/patch-ab
cvs rdiff -r1.4 -r1.5 pkgsrc/www/apache2/patches/patch-ac
cvs rdiff -r1.6 -r1.7 pkgsrc/www/apache2/patches/patch-ad \
    pkgsrc/www/apache2/patches/patch-ai
cvs rdiff -r1.2 -r1.3 pkgsrc/www/apache2/patches/patch-al
cvs rdiff -r1.1 -r1.2 pkgsrc/www/apache2/patches/patch-am

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.