rpms/krb5/F-8 krb5.spec,1.142,1.143

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


Author: nalin

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

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-8/krb5.spec,v
retrieving revision 1.142
retrieving revision 1.143
diff -u -r1.142 -r1.143
--- krb5.spec	13 Nov 2007 21:55:52 -0000	1.142
+++ krb5.spec	16 Nov 2007 17:13:53 -0000	1.143
@@ -14,7 +14,7 @@
 Summary: The Kerberos network authentication system.
 Name: krb5
 Version: 1.6.2
-Release: 10%{?dist}
+Release: 11%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
 # http://web.mit.edu/kerberos/dist/krb5/1.6/krb5-1.6.2-signed.tar
 Source0: krb5-%{version}.tar.gz
@@ -210,6 +210,13 @@
 %endif
 
 %changelog
+* Fri Nov 16 2007 Nalin Dahyabhai <nalin at redhat.com> 1.6.2-11
+- 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)
+
 * Wed Oct 17 2007 Nalin Dahyabhai <nalin at redhat.com> 1.6.2-10
 - make proper use of pam_loginuid and pam_selinux in rshd and ftpd
 
@@ -1247,8 +1254,8 @@
 #%patch58 -p1 -b .key_exp
 #%patch59 -p0 -b .kpasswd_tcp
 #%patch64 -p0 -b .ok-as-delegate
-#%patch67 -p0 -b .server-delegation
-#%patch68 -p0 -b .spnego_delegation
+%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