diff options
author | tron <tron@pkgsrc.org> | 2010-07-26 21:38:51 +0000 |
---|---|---|
committer | tron <tron@pkgsrc.org> | 2010-07-26 21:38:51 +0000 |
commit | d092dd95d1bdd3920520fceaccadee040413db60 (patch) | |
tree | a91bc631fbfe48f58dc7bab284f42f3e72612b3c /www/apache22 | |
parent | 73f7d5ad38223a14546475a3345227390a828533 (diff) | |
download | pkgsrc-d092dd95d1bdd3920520fceaccadee040413db60.tar.gz |
Update "apache22" package to version 2.2.16. Changes since version 2.2.15:
- SECURITY: CVE-2010-1452 (cve.mitre.org)
mod_dav, mod_cache: Fix Handling of requests without a path segment.
PR: 49246 [Mark Drayton, Jeff Trawick]
- SECURITY: CVE-2010-2068 (cve.mitre.org)
mod_proxy_ajp, mod_proxy_http, mod_reqtimeout: Fix timeout detection
for platforms Windows, Netware and OS2. PR: 49417. [Rainer Jung]
- core: Filter init functions are now run strictly once per request
before handler invocation. The init functions are no longer run
for connection filters. PR 49328. [Joe Orton]
- mod_filter: enable it to act on non-200 responses.
PR 48377 [Nick Kew]
- mod_ldap: LDAP caching was suppressed (and ldap-status handler returns
title page only) when any mod_ldap directives were used in VirtualHost
context. [Eric Covener]
- mod_ssl: Fix segfault at startup if proxy client certs are shared
across multiple vhosts. PR 39915. [Joe Orton]
- mod_proxy_http: Log the port of the remote server in various messages.
PR 48812. [Igor Galić <i galic brainsware org>]
- apxs: Fix -A and -a options to ignore whitespace in httpd.conf
[Philip M. Gollucci]
- mod_dir: add FallbackResource directive, to enable admin to specify
an action to happen when a URL maps to no file, without resorting
to ErrorDocument or mod_rewrite. PR 47184 [Nick Kew]
- mod_rewrite: Allow to set environment variables without explicitely
giving a value. [Rainer Jung]
Diffstat (limited to 'www/apache22')
-rw-r--r-- | www/apache22/Makefile | 5 | ||||
-rw-r--r-- | www/apache22/distinfo | 9 | ||||
-rw-r--r-- | www/apache22/patches/patch-af | 35 |
3 files changed, 6 insertions, 43 deletions
diff --git a/www/apache22/Makefile b/www/apache22/Makefile index 15ec8fb8e85..28314a391eb 100644 --- a/www/apache22/Makefile +++ b/www/apache22/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.60 2010/07/24 10:45:38 sborrill Exp $ +# $NetBSD: Makefile,v 1.61 2010/07/26 21:38:51 tron Exp $ -DISTNAME= httpd-2.2.15 -PKGREVISION= 3 +DISTNAME= httpd-2.2.16 PKGNAME= ${DISTNAME:S/httpd/apache/} CATEGORIES= www MASTER_SITES= ${MASTER_SITE_APACHE:=httpd/} \ diff --git a/www/apache22/distinfo b/www/apache22/distinfo index 7477ee423d2..e7cac1c6dd3 100644 --- a/www/apache22/distinfo +++ b/www/apache22/distinfo @@ -1,14 +1,13 @@ -$NetBSD: distinfo,v 1.33 2010/06/12 10:40:26 tron Exp $ +$NetBSD: distinfo,v 1.34 2010/07/26 21:38:51 tron Exp $ -SHA1 (httpd-2.2.15.tar.bz2) = 5f0e973839ed2e38a4d03adba109ef5ce3381bc2 -RMD160 (httpd-2.2.15.tar.bz2) = e5c5da1fdf86a6b0501f6c8e97ccb1982e81cfdf -Size (httpd-2.2.15.tar.bz2) = 4959582 bytes +SHA1 (httpd-2.2.16.tar.bz2) = ef92f5b3124fe5e9ba6121ea7f4bab8c014068f9 +RMD160 (httpd-2.2.16.tar.bz2) = 2e6d7d1dae40905be7fdd793140f62cf58112095 +Size (httpd-2.2.16.tar.bz2) = 4775545 bytes SHA1 (patch-aa) = e0bfdf6bc9cb034bea46a390a12a5508e363c9a7 SHA1 (patch-ab) = 365cc3b0ac2d9d68ccb94f5699fe168a1c9b0150 SHA1 (patch-ac) = 515043b5c215d49fe8f6d3191b502c978e2a2dad SHA1 (patch-ad) = 088d6ff0e7a8acfe70b4f85a6ce58d42c935fd13 SHA1 (patch-ae) = 86b307d6eefef232b6223afc3f69e64be40bd913 -SHA1 (patch-af) = c3051544406326297161f36ff3f499395630dc05 SHA1 (patch-ag) = 78dcb023f524ef65928b529320932c9664ec0d01 SHA1 (patch-ai) = 4ebc3bd580a298973928eb6d13d2ce745eac0312 SHA1 (patch-al) = 56b9f5c2f6fd01fe5067f9210e328cbf674c68f1 diff --git a/www/apache22/patches/patch-af b/www/apache22/patches/patch-af deleted file mode 100644 index 9c5efcc3ac1..00000000000 --- a/www/apache22/patches/patch-af +++ /dev/null @@ -1,35 +0,0 @@ -$NetBSD: patch-af,v 1.3 2010/06/12 10:40:26 tron Exp $ - -Patch to fix CVE-2010-2068, taken from here: - -http://www.apache.org/dist/httpd/patches/apply_to_2.2.15/CVE-2010-2068-r953616.patch - ---- modules/proxy/mod_proxy_http.c.orig 2010-02-27 18:49:36.000000000 +0000 -+++ modules/proxy/mod_proxy_http.c 2010-06-12 11:33:45.000000000 +0100 -@@ -1401,7 +1401,7 @@ - ap_log_rerror(APLOG_MARK, APLOG_ERR, rc, r, - "proxy: error reading status line from remote " - "server %s", backend->hostname); -- if (rc == APR_TIMEUP) { -+ if (APR_STATUS_IS_TIMEUP(rc)) { - ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, - "proxy: read timeout"); - } -@@ -1417,7 +1417,7 @@ - * we normally would handle timeouts - */ - if (r->proxyreq == PROXYREQ_REVERSE && c->keepalives && -- rc != APR_TIMEUP) { -+ !APR_STATUS_IS_TIMEUP(rc)) { - apr_bucket *eos; - - ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, -@@ -1449,6 +1449,8 @@ - APR_BUCKET_INSERT_BEFORE(eos, e); - } - ap_pass_brigade(r->output_filters, bb); -+ /* Mark the backend connection for closing */ -+ backend->close = 1; - /* Need to return OK to avoid sending an error message */ - return OK; - } |