rpms/krb5/F-7 krb5.spec,1.118,1.119

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Fri Nov 16 17:14:03 UTC 2007


Author: nalin

Update of /cvs/pkgs/rpms/krb5/F-7
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv22656

Modified Files:
	krb5.spec 
Log Message:
- backport a fix to make handling of returned flags during spnego credential
  delegation more forgiving of apps which don't care about flags but still
  want a delegated credential handle (#314651, RT#5802)
- fix retrieval of krb5 credentials from an spnego delegated handle (#319351,
  RT#5807)



Index: krb5.spec
===================================================================
RCS file: /cvs/pkgs/rpms/krb5/F-7/krb5.spec,v
retrieving revision 1.118
retrieving revision 1.119
diff -u -r1.118 -r1.119
--- krb5.spec	13 Nov 2007 21:54:10 -0000	1.118
+++ krb5.spec	16 Nov 2007 17:13:31 -0000	1.119
@@ -11,7 +11,7 @@
 Summary: The Kerberos network authentication system.
 Name: krb5
 Version: 1.6.1
-Release: 5%{?dist}
+Release: 6%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.5/krb5-1.5-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -82,6 +82,9 @@
 
 Patch62: krb5-any-fixup-patch.txt
 
+Patch67: krb5-trunk-server_delegation.patch
+Patch68: krb5-trunk-spnego_delegation.patch
+
 Patch70: http://web.mit.edu/kerberos/advisories/2007-004-patch.txt
 Patch71: http://web.mit.edu/kerberos/advisories/2007-005-patch.txt
 
@@ -198,6 +201,13 @@
 %endif
 
 %changelog
+* Fri Nov 16 2007 Nalin Dahyabhai <nalin at redhat.com> 1.6.1-6
+- backport a fix to make handling of returned flags during spnego credential
+  delegation more forgiving of apps which don't care about flags but still
+  want a delegated credential handle (#314651, RT#5802)
+- fix retrieval of krb5 credentials from an spnego delegated handle (#319351,
+  RT#5807)
+
 * Mon Sep 17 2007 Nalin Dahyabhai <nalin at redhat.com> 1.6.1-5
 - fix incorrect call to "test" in the kadmin init script (Fran Taylor, #287291)
 
@@ -1157,6 +1167,8 @@
 %patch59 -p0 -b .2007-4000
 %patch70 -p0 -b .2007-004
 %patch71 -p0 -b .2007-005
+%patch67 -p0 -b .server-delegation
+%patch68 -p0 -b .spnego_delegation
 cp src/krb524/README README.krb524
 gzip doc/*.ps
 




More information about the fedora-extras-commits mailing list