summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenedikt Boehm <hollow@gentoo.org>2008-10-25 14:38:22 +0000
committerBenedikt Boehm <hollow@gentoo.org>2008-10-25 14:38:22 +0000
commit7186abe3a1b57d548facc341c651efbde103e67e (patch)
treefdffd3b1bdd29e6b1b0854e11ff81cbbd897931a
parentupdate itk patch (diff)
downloadapache-7186abe3a1b57d548facc341c651efbde103e67e.tar.gz
apache-7186abe3a1b57d548facc341c651efbde103e67e.tar.bz2
apache-7186abe3a1b57d548facc341c651efbde103e67e.zip
remove obsolete patches
-rw-r--r--2.2/patches/10_all_CVE-2008-2939.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/2.2/patches/10_all_CVE-2008-2939.patch b/2.2/patches/10_all_CVE-2008-2939.patch
deleted file mode 100644
index 7bf57c8..0000000
--- a/2.2/patches/10_all_CVE-2008-2939.patch
+++ /dev/null
@@ -1,10 +0,0 @@
---- httpd/httpd/branches/2.2.x/modules/proxy/mod_proxy_ftp.c 2008/08/05 19:00:05 682869
-+++ httpd/httpd/branches/2.2.x/modules/proxy/mod_proxy_ftp.c 2008/08/05 19:01:50 682870
-@@ -383,6 +383,7 @@
- c->bucket_alloc));
- }
- if (wildcard != NULL) {
-+ wildcard = ap_escape_html(p, wildcard);
- APR_BRIGADE_INSERT_TAIL(out, apr_bucket_pool_create(wildcard,
- strlen(wildcard), p,
- c->bucket_alloc));