rpms/krb5/F-12 krb5-1.7.1-24139.patch,NONE,1.1 krb5.spec,1.237,1.238

Nalin Dahyabhai nalin at fedoraproject.org
Mon Jun 21 18:11:24 UTC 2010


Author: nalin

Update of /cvs/pkgs/rpms/krb5/F-12
In directory cvs01.phx2.fedoraproject.org:/tmp/cvs-serv20479/F-12

Modified Files:
	krb5.spec 
Added Files:
	krb5-1.7.1-24139.patch 
Log Message:
- pull up fix for upstream #6745, in which the gssapi library would add the
  wrong error table but subsequently attempt to unload the right one


krb5-1.7.1-24139.patch:
 gssapi_krb5.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- NEW FILE krb5-1.7.1-24139.patch ---
diff -up krb5-1.7.1/src/lib/gssapi/krb5/gssapi_krb5.c krb5-1.7.1/src/lib/gssapi/krb5/gssapi_krb5.c
--- krb5-1.7.1/src/lib/gssapi/krb5/gssapi_krb5.c	2010-06-21 11:49:23.000000000 -0400
+++ krb5-1.7.1/src/lib/gssapi/krb5/gssapi_krb5.c	2010-06-21 11:49:25.000000000 -0400
@@ -725,7 +725,7 @@ int gss_krb5int_lib_init(void)
     printf("gss_krb5int_lib_init\n");
 #endif
 
-    add_error_table(&et_ggss_error_table);
+    add_error_table(&et_k5g_error_table);
 
 #ifndef LEAN_CLIENT
     err = k5_mutex_finish_init(&gssint_krb5_keytab_lock);


Index: krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/F-12/krb5.spec,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -p -r1.237 -r1.238
--- krb5.spec	9 Jun 2010 17:32:06 -0000	1.237
+++ krb5.spec	21 Jun 2010 18:11:23 -0000	1.238
@@ -88,6 +88,7 @@ Patch99: krb5-1.7.1-kpasswd_ipv6.patch
 Patch100: 2010-002-1.7-patch.txt
 Patch101: http://web.mit.edu/kerberos/advisories/2010-004-patch.txt
 Patch102: krb5-CVE-2010-1321-1.7.1.patch
+Patch103: krb5-1.7.1-24139.patch
 
 License: MIT
 URL: http://web.mit.edu/kerberos/www/
@@ -226,6 +227,10 @@ to obtain initial credentials from a KDC
 certificate.
 
 %changelog
+* Mon Jun 21 2010 Nalin Dahyabhai <nalin at redhat.com>
+- pull up fix for upstream #6745, in which the gssapi library would add the
+  wrong error table but subsequently attempt to unload the right one
+
 * Wed Jun  9 2010 Nalin Dahyabhai <nalin at redhat.com> - 1.7.1-10
 - use the "pathmunge" function to add %%{krb5prefix}/bin to $PATH rather
   than doing it the harder way ourselves (part of #544652)
@@ -1634,6 +1639,7 @@ popd
 %patch100 -p0 -b .2010-002
 %patch101 -p1 -b .2010-004
 %patch102 -p1 -b .CVE-2010-1321
+%patch103 -p1 -b .24139
 gzip doc/*.ps
 
 sed -i -e '1s!\[twoside\]!!;s!%\(\\usepackage{hyperref}\)!\1!' doc/api/library.tex



More information about the scm-commits mailing list