rpms/krb5/devel krb5.spec,1.152,1.153

Nalin Somabhai Dahyabhai (nalin) fedora-extras-commits at redhat.com
Tue Feb 12 16:23:13 UTC 2008


Author: nalin

Update of /cvs/extras/rpms/krb5/devel
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv571

Modified Files:
	krb5.spec 
Log Message:
- enable patch for key-expiration reporting
- enable patch to make kpasswd fall back to TCP if UDP fails
- enable patch to make kpasswd use the right sequence number on retransmit
- enable patch to allow mech-specific creds delegated under spnego to be found
  when searching for creds



Index: krb5.spec
===================================================================
RCS file: /cvs/extras/rpms/krb5/devel/krb5.spec,v
retrieving revision 1.152
retrieving revision 1.153
diff -u -r1.152 -r1.153
--- krb5.spec	23 Jan 2008 18:27:03 -0000	1.152
+++ krb5.spec	12 Feb 2008 16:22:38 -0000	1.153
@@ -15,7 +15,7 @@
 Summary: The Kerberos network authentication system.
 Name: krb5
 Version: 1.6.3
-Release: 4%{?dist}
+Release: 5%{?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
@@ -224,6 +224,13 @@
 certificate.
 
 %changelog
+* Tue Feb 12 2008 Nalin Dahyabhai <nalin at redhat.com> 1.6.3-5
+- enable patch for key-expiration reporting
+- enable patch to make kpasswd fall back to TCP if UDP fails
+- enable patch to make kpasswd use the right sequence number on retransmit
+- enable patch to allow mech-specific creds delegated under spnego to be found
+  when searching for creds
+
 * Wed Jan  2 2008 Nalin Dahyabhai <nalin at redhat.com> 1.6.3-4
 - some init script cleanups
   - drop unquoted check and silent exit for "$NETWORKING" (#426852, #242502)
@@ -1277,11 +1284,11 @@
 #%patch55 -p1 -b .empty
 #%patch56 -p1 -b .doublelog
 #%patch57 -p1 -b .login_chdir
-#%patch58 -p1 -b .key_exp
-#%patch59 -p0 -b .kpasswd_tcp
+%patch58 -p1 -b .key_exp
+%patch59 -p0 -b .kpasswd_tcp
 #%patch64 -p0 -b .ok-as-delegate
-#%patch68 -p0 -b .spnego_delegation
-#%patch69 -p0 -b .seqnum
+%patch68 -p0 -b .spnego_delegation
+%patch69 -p0 -b .seqnum
 #%patch70 -p0 -b .kpasswd_tcp2
 cp src/krb524/README README.krb524
 gzip doc/*.ps




More information about the fedora-extras-commits mailing list