diff options
author | adam <adam@pkgsrc.org> | 2005-04-25 09:13:02 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2005-04-25 09:13:02 +0000 |
commit | 29a975600613d14fe2dfe3197ecd26c93a00a25f (patch) | |
tree | ed2a986c736e0b78c201da18cb2a796bd0c3d735 /www/apache2/Makefile.common | |
parent | 3a4b4fd6c2d63a3e41b0a128da3a7a77c42f7272 (diff) | |
download | pkgsrc-29a975600613d14fe2dfe3197ecd26c93a00a25f.tar.gz |
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.
Diffstat (limited to 'www/apache2/Makefile.common')
-rw-r--r-- | www/apache2/Makefile.common | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/apache2/Makefile.common b/www/apache2/Makefile.common index b65501f84cf..3484f2e6694 100644 --- a/www/apache2/Makefile.common +++ b/www/apache2/Makefile.common @@ -1,10 +1,11 @@ -# $NetBSD: Makefile.common,v 1.15 2005/04/18 13:20:40 wiz Exp $ +# $NetBSD: Makefile.common,v 1.16 2005/04/25 09:13:14 adam Exp $ DISTNAME= httpd-${APACHE_VERSION} +EXTRACT_SUFX= .tar.bz2 # When updating this version be sure to update the checksum and remove # any PKGREVISION for devel/apr also. -APACHE_VERSION= 2.0.53 -APR_VERSION= 0.9.6 +APACHE_VERSION= 2.0.54 +APR_VERSION= 0.9.6 MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ ${MASTER_SITE_APACHE:=httpd/old/} \ http://www.NetBSD.org/images/logos/ |