rpms/mod_auth_kerb/FC-5 mod_auth_kerb-5.3-cache.patch, 1.1, 1.2 mod_auth_kerb.spec, 1.12, 1.13

fedora-cvs-commits at redhat.com fedora-cvs-commits at redhat.com
Tue Nov 28 15:09:13 UTC 2006


Author: jorton

Update of /cvs/dist/rpms/mod_auth_kerb/FC-5
In directory cvs.devel.redhat.com:/tmp/cvs-serv19599

Modified Files:
	mod_auth_kerb-5.3-cache.patch mod_auth_kerb.spec 
Log Message:
* Tue Nov 28 2006 Joe Orton <jorton at redhat.com> 5.3-2.fc5
- fix r->user caching (Enrico Scholz, #214207)
- Related: rhbz#214207


mod_auth_kerb-5.3-cache.patch:
 mod_auth_kerb.c |   47 ++++++++++++++++++++++++++++++-----------------
 1 files changed, 30 insertions(+), 17 deletions(-)

Index: mod_auth_kerb-5.3-cache.patch
===================================================================
RCS file: /cvs/dist/rpms/mod_auth_kerb/FC-5/mod_auth_kerb-5.3-cache.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mod_auth_kerb-5.3-cache.patch	23 Nov 2006 15:16:15 -0000	1.1
+++ mod_auth_kerb-5.3-cache.patch	28 Nov 2006 15:09:10 -0000	1.2
@@ -18,10 +18,12 @@
  static int
  authenticate_user_gss(request_rec *r, kerb_auth_config *conf,
  		      const char *auth_line, char **negotiate_ret_value)
-@@ -1390,6 +1394,14 @@
+@@ -1389,7 +1393,15 @@
+   }
  
    MK_AUTH_TYPE = MECH_NEGOTIATE;
-   MK_USER = apr_pstrdup(r->pool, output_token.value);
+-  MK_USER = apr_pstrdup(r->pool, output_token.value);
++  MK_USER = apr_pstrdup(r->connection->pool, output_token.value);
 +#ifndef APXS1
 +  {
 +      apr_status_t rv;


Index: mod_auth_kerb.spec
===================================================================
RCS file: /cvs/dist/rpms/mod_auth_kerb/FC-5/mod_auth_kerb.spec,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- mod_auth_kerb.spec	23 Nov 2006 15:14:44 -0000	1.12
+++ mod_auth_kerb.spec	28 Nov 2006 15:09:10 -0000	1.13
@@ -2,7 +2,7 @@
 Summary: Kerberos authentication module for HTTP
 Name: mod_auth_kerb
 Version: 5.3
-Release: 1%{?dist}
+Release: 2%{?dist}
 License: Apache
 Group: System Environment/Daemons
 URL: http://modauthkerb.sourceforge.net/
@@ -48,6 +48,9 @@
 %{_libdir}/httpd/modules/*.so
 
 %changelog
+* Tue Nov 28 2006 Joe Orton <jorton at redhat.com> 5.3-2.fc5
+- fix r->user caching (Enrico Scholz, #214207)
+
 * Thu Nov 23 2006 Joe Orton <jorton at redhat.com> 5.3-1.fc5
 - update to 5.3 (CVE-2006-5989, #215443)
 




More information about the fedora-cvs-commits mailing list