commit:     67e5cb7735dd26e2e9771f2051649b8fd7fa9fb3
Author:     Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun Dec  3 08:43:14 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Sun Dec  3 12:40:33 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67e5cb77

www-server/apache: remove unused patch

 www-servers/apache/files/apache-asf-httpoxy.patch | 20 --------------------
 1 file changed, 20 deletions(-)

diff --git a/www-servers/apache/files/apache-asf-httpoxy.patch 
b/www-servers/apache/files/apache-asf-httpoxy.patch
deleted file mode 100644
index 68e3d869a77..00000000000
--- a/www-servers/apache/files/apache-asf-httpoxy.patch
+++ /dev/null
@@ -1,20 +0,0 @@
-https://bugs.gentoo.org/589226
-https://www.apache.org/security/asf-httpoxy-response.txt
-
---- server/util_script.c       (revision 1752426)
-+++ server/util_script.c       (working copy)
-@@ -186,6 +186,14 @@ AP_DECLARE(void) ap_add_common_vars(request_rec *r
-         else if (!strcasecmp(hdrs[i].key, "Content-length")) {
-             apr_table_addn(e, "CONTENT_LENGTH", hdrs[i].val);
-         }
-+        /* HTTP_PROXY collides with a popular envvar used to configure
-+         * proxies, don't let clients set/override it.  But, if you must...
-+         */
-+#ifndef SECURITY_HOLE_PASS_PROXY
-+        else if (!strcasecmp(hdrs[i].key, "Proxy")) {
-+            ;
-+        }
-+#endif
-         /*
-          * You really don't want to disable this check, since it leaves you
-          * wide open to CGIs stealing passwords and people viewing them

Reply via email to