diff options
author | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2023-01-10 09:35:25 +0000 |
---|---|---|
committer | Dan Goodliffe <dan.goodliffe@octal.co.uk> | 2023-01-10 09:35:25 +0000 |
commit | 0df719c3358a1c3baad961651e6e064526822891 (patch) | |
tree | 4d0f3c410363316fadd4994502b5abe739f9d9e6 /www-servers/apache/apache-2.4.43-remoteip-local-ver_cmd.patch | |
parent | OpenSSL 3 patch is now upstream (diff) | |
download | patches-0df719c3358a1c3baad961651e6e064526822891.tar.bz2 patches-0df719c3358a1c3baad961651e6e064526822891.tar.xz patches-0df719c3358a1c3baad961651e6e064526822891.zip |
Remove unrequired patches
Diffstat (limited to 'www-servers/apache/apache-2.4.43-remoteip-local-ver_cmd.patch')
-rw-r--r-- | www-servers/apache/apache-2.4.43-remoteip-local-ver_cmd.patch | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/www-servers/apache/apache-2.4.43-remoteip-local-ver_cmd.patch b/www-servers/apache/apache-2.4.43-remoteip-local-ver_cmd.patch deleted file mode 100644 index 51c6cc6..0000000 --- a/www-servers/apache/apache-2.4.43-remoteip-local-ver_cmd.patch +++ /dev/null @@ -1,12 +0,0 @@ ---- httpd/modules/metadata/mod_remoteip.c 2020/02/21 23:04:46 1874343 -+++ httpd/modules/metadata/mod_remoteip.c 2020/02/21 23:19:07 1874344 -@@ -948,6 +948,9 @@ - apr_status_t ret; - - switch (hdr->v2.ver_cmd & 0xF) { -+ case 0x00: /* LOCAL command */ -+ /* keep local connection address for LOCAL */ -+ return HDR_DONE; - case 0x01: /* PROXY command */ - switch (hdr->v2.fam) { - case 0x11: /* TCPv4 */ |