Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/apache/files/
Date: Sun, 03 Dec 2017 12:40:40
Message-Id: 1512304833.67e5cb7735dd26e2e9771f2051649b8fd7fa9fb3.polynomial-c@gentoo
1 commit: 67e5cb7735dd26e2e9771f2051649b8fd7fa9fb3
2 Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
3 AuthorDate: Sun Dec 3 08:43:14 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 3 12:40:33 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e5cb77
7
8 www-server/apache: remove unused patch
9
10 www-servers/apache/files/apache-asf-httpoxy.patch | 20 --------------------
11 1 file changed, 20 deletions(-)
12
13 diff --git a/www-servers/apache/files/apache-asf-httpoxy.patch b/www-servers/apache/files/apache-asf-httpoxy.patch
14 deleted file mode 100644
15 index 68e3d869a77..00000000000
16 --- a/www-servers/apache/files/apache-asf-httpoxy.patch
17 +++ /dev/null
18 @@ -1,20 +0,0 @@
19 -https://bugs.gentoo.org/589226
20 -https://www.apache.org/security/asf-httpoxy-response.txt
21 -
22 ---- server/util_script.c (revision 1752426)
23 -+++ server/util_script.c (working copy)
24 -@@ -186,6 +186,14 @@ AP_DECLARE(void) ap_add_common_vars(request_rec *r
25 - else if (!strcasecmp(hdrs[i].key, "Content-length")) {
26 - apr_table_addn(e, "CONTENT_LENGTH", hdrs[i].val);
27 - }
28 -+ /* HTTP_PROXY collides with a popular envvar used to configure
29 -+ * proxies, don't let clients set/override it. But, if you must...
30 -+ */
31 -+#ifndef SECURITY_HOLE_PASS_PROXY
32 -+ else if (!strcasecmp(hdrs[i].key, "Proxy")) {
33 -+ ;
34 -+ }
35 -+#endif
36 - /*
37 - * You really don't want to disable this check, since it leaves you
38 - * wide open to CGIs stealing passwords and people viewing them