diff options
author | tron <tron> | 2011-08-31 12:52:45 +0000 |
---|---|---|
committer | tron <tron> | 2011-08-31 12:52:45 +0000 |
commit | 95851528a70228bdef9c8c479d08b374dce8d2ca (patch) | |
tree | 281f4f3599da650155eb4c0e627ec46732e7b54c /www/apache22/Makefile | |
parent | 3ac2e7f9bc42b74c71900c9673d65be9e04ab007 (diff) | |
download | pkgsrc-95851528a70228bdef9c8c479d08b374dce8d2ca.tar.gz |
Update "apache22" package to version 2.2.20. Changes since version 2.2.19:
- mod_authnz_ldap: If the LDAP server returns constraint violation,
don't treat this as an error but as "auth denied". [Stefan Fritsch]
- mod_filter: Fix FilterProvider conditions of type "resp=" (response
headers) for CGI. [Joe Orton, Rainer Jung]
- mod_reqtimeout: Fix a timed out connection going into the keep-alive
state after a timeout when discarding a request body. Bug 51103.
[Stefan Fritsch]
- core: Do the hook sorting earlier so that the hooks are properly sorted
for the pre_config hook and during parsing the config. [Stefan Fritsch]
Diffstat (limited to 'www/apache22/Makefile')
-rw-r--r-- | www/apache22/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 4b76986f0eb..3081736a3c3 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.67 2011/08/29 22:07:05 tron Exp $ +# $NetBSD: Makefile,v 1.68 2011/08/31 12:52:45 tron Exp $ -DISTNAME= httpd-2.2.19 -PKGREVISION= 1 +DISTNAME= httpd-2.2.20 PKGNAME= ${DISTNAME:S/httpd/apache/} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ |