public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in www-apache/mod_log_sql/files: mod_log_sql-1.101-apache-2.4.patch
@ 2015-05-09  8:48 Pacho Ramos (pacho)
  0 siblings, 0 replies; only message in thread
From: Pacho Ramos (pacho) @ 2015-05-09  8:48 UTC (permalink / raw
  To: gentoo-commits

pacho       15/05/09 08:48:33

  Added:                mod_log_sql-1.101-apache-2.4.patch
  Log:
  Support apache 2.4 (#532840)
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.1                  www-apache/mod_log_sql/files/mod_log_sql-1.101-apache-2.4.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_log_sql/files/mod_log_sql-1.101-apache-2.4.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/www-apache/mod_log_sql/files/mod_log_sql-1.101-apache-2.4.patch?rev=1.1&content-type=text/plain

Index: mod_log_sql-1.101-apache-2.4.patch
===================================================================
Description: Fixes compatibility with Apache 2.4 API
Author: Thomas Goirand <zigo@debian.org>
Bug-Debian: http://bugs.debian.org/666797
Forwarded: http://lists.outoforder.cc/pipermail/mod_log_sql/2012-April/000358.html
Last-Update: 2013-07-10

--- libapache-mod-log-sql-1.100.orig/functions.h
+++ libapache-mod-log-sql-1.100/functions.h
@@ -14,7 +14,7 @@ static const char *extract_remote_addres
 
 static const char *extract_remote_address(request_rec *r, char *a)
 {
-    return r->connection->remote_ip;
+    return r->useragent_ip;
 }
 
 static const char *extract_local_address(request_rec *r, char *a) __attribute__((unused));





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-09  8:48 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-09  8:48 [gentoo-commits] gentoo-x86 commit in www-apache/mod_log_sql/files: mod_log_sql-1.101-apache-2.4.patch Pacho Ramos (pacho)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox