X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;ds=sidebyside;f=www-apache%2Fmod_perl%2Ffiles%2Fuse-client_ip-client_add-instead-of-remote_ip-remote.patch;fp=www-apache%2Fmod_perl%2Ffiles%2Fuse-client_ip-client_add-instead-of-remote_ip-remote.patch;h=0000000000000000000000000000000000000000;hb=6d1811d35815f2924c858a86a2284d8ff015cb7b;hp=1a695b85409cda7bb930436955b00c18a7547a93;hpb=aad0c81830ad9a4d48b877226f7e92d018bcb2ba;p=mjo-overlay.git diff --git a/www-apache/mod_perl/files/use-client_ip-client_add-instead-of-remote_ip-remote.patch b/www-apache/mod_perl/files/use-client_ip-client_add-instead-of-remote_ip-remote.patch deleted file mode 100644 index 1a695b8..0000000 --- a/www-apache/mod_perl/files/use-client_ip-client_add-instead-of-remote_ip-remote.patch +++ /dev/null @@ -1,47 +0,0 @@ -From 3fb7843aa2aa992be430068929f4e1cc7787a233 Mon Sep 17 00:00:00 2001 -From: Martin Jansa -Date: Tue, 3 Apr 2012 19:25:41 +0200 -Subject: [PATCH] use client_ip/client_add instead of remote_ip/remote_addr - -Signed-off-by: Martin Jansa ---- - xs/maps/apache2_structures.map | 4 ++-- - xs/tables/current/Apache2/StructureTable.pm | 4 ++-- - 2 files changed, 4 insertions(+), 4 deletions(-) - -diff --git a/xs/maps/apache2_structures.map b/xs/maps/apache2_structures.map -index f86ec93..c0fcf78 100644 ---- a/xs/maps/apache2_structures.map -+++ b/xs/maps/apache2_structures.map -@@ -106,8 +106,8 @@ $ limit_req_fields - < local_addr - < local_ip - < local_host --< remote_addr -- remote_ip -+< client_addr -+ client_ip - < remote_host - - remote_logname - < aborted -diff --git a/xs/tables/current/Apache2/StructureTable.pm b/xs/tables/current/Apache2/StructureTable.pm -index af50be1..0c0465a 100644 ---- a/xs/tables/current/Apache2/StructureTable.pm -+++ b/xs/tables/current/Apache2/StructureTable.pm -@@ -2708,11 +2708,11 @@ $Apache2::StructureTable = [ - }, - { - 'type' => 'apr_sockaddr_t *', -- 'name' => 'remote_addr' -+ 'name' => 'client_addr' - }, - { - 'type' => 'char *', -- 'name' => 'remote_ip' -+ 'name' => 'client_ip' - }, - { - 'type' => 'char *', --- -1.7.8.5 -