Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 341072 Details for
Bug 460438
www-apache/mod_authnz_external-3.3.2 version bump
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
0001-Apache-2.4-compatibility.patch
0001-Apache-2.4-compatibility.patch (text/plain), 887 bytes, created by
Robert Trace
on 2013-03-06 03:00:45 UTC
(
hide
)
Description:
0001-Apache-2.4-compatibility.patch
Filename:
MIME Type:
Creator:
Robert Trace
Created:
2013-03-06 03:00:45 UTC
Size:
887 bytes
patch
obsolete
>From d48e9475153cd2f7f1a36941b5c6bc6d6908c818 Mon Sep 17 00:00:00 2001 >From: David Sansome <me@davidsansome.com> >Date: Mon, 26 Mar 2012 17:34:00 +0100 >Subject: [PATCH] Apache 2.4 compatibility > >--- > mod_authnz_external.c | 4 ++-- > 1 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/mod_authnz_external.c b/mod_authnz_external.c >index 479e57f..dbb5d39 100644 >--- a/mod_authnz_external.c >+++ b/mod_authnz_external.c >@@ -443,8 +443,8 @@ static int exec_external(const char *extpath, const char *extmethod, > if (remote_host != NULL) > child_env[i++]= apr_pstrcat(p, ENV_HOST"=", remote_host,NULL); > >- if (c->remote_ip) >- child_env[i++]= apr_pstrcat(p, ENV_IP"=", c->remote_ip, NULL); >+ if (c->client_ip) >+ child_env[i++]= apr_pstrcat(p, ENV_IP"=", c->client_ip, NULL); > > if (r->uri) > child_env[i++]= apr_pstrcat(p, ENV_URI"=", r->uri, NULL); >-- >1.7.0.4 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 460438
:
341030
|
341070
| 341072