[krb5] - update to 1.10.1 - drop the KDC crash fix - drop the KDC lookaside cache fix - drop the fix

Nalin Dahyabhai nalin at fedoraproject.org
Fri Mar 9 23:48:56 UTC 2012


commit 70240d81c86b9b509d04858406cd6dec7b131f26
Author: Nalin Dahyabhai <nalin at dahyabhai.net>
Date:   Fri Mar 9 18:37:47 2012 -0500

    - update to 1.10.1
      - drop the KDC crash fix
      - drop the KDC lookaside cache fix
      - drop the fix for kadmind RPC ACLs (CVE-2012-1012)

 krb5-1.10-crashfix.patch           |   39 --------------
 krb5-1.10-lookaside.patch          |  101 ------------------------------------
 krb5-1.10-string-rpc-acl-fix.patch |   61 ----------------------
 krb5.spec                          |   18 +++---
 sources                            |    3 -
 5 files changed, 9 insertions(+), 213 deletions(-)
---
diff --git a/krb5.spec b/krb5.spec
index a007348..cc5c00f 100644
--- a/krb5.spec
+++ b/krb5.spec
@@ -14,10 +14,10 @@
 
 Summary: The Kerberos network authentication system
 Name: krb5
-Version: 1.10
-Release: 5%{?dist}
+Version: 1.10.1
+Release: 1%{?dist}
 # Maybe we should explode from the now-available-to-everybody tarball instead?
-# http://web.mit.edu/kerberos/dist/krb5/1.10/krb5-1.10-signed.tar
+# http://web.mit.edu/kerberos/dist/krb5/1.10/krb5-1.10.1-signed.tar
 Source0: krb5-%{version}.tar.gz
 Source1: krb5-%{version}.tar.gz.asc
 Source2: kprop.service
@@ -61,10 +61,7 @@ Patch100: krb5-trunk-7046.patch
 Patch101: krb5-trunk-7047.patch
 Patch102: krb5-trunk-7048.patch
 Patch103: krb5-1.10-gcc47.patch
-Patch104: krb5-1.10-crashfix.patch
 Patch105: krb5-kvno-230379.patch
-Patch106: krb5-1.10-lookaside.patch
-Patch107: krb5-1.10-string-rpc-acl-fix.patch
 
 License: MIT
 URL: http://web.mit.edu/kerberos/www/
@@ -234,10 +231,7 @@ ln -s NOTICE LICENSE
 %patch101 -p1 -b .7047
 %patch102 -p1 -b .7048
 %patch103 -p0 -b .gcc47
-%patch104 -p1 -b .crashfix
 %patch105 -p1 -b .kvno
-%patch106 -p1 -b .7082
-%patch107 -p1 -b .7093
 rm src/lib/krb5/krb/deltat.c
 
 gzip doc/*.ps
@@ -749,6 +743,12 @@ exit 0
 %{_sbindir}/uuserver
 
 %changelog
+* Fri Mar  9 2012 Nalin Dahyabhai <nalin at redhat.com> 1.10.1-1
+- update to 1.10.1
+  - drop the KDC crash fix
+  - drop the KDC lookaside cache fix
+  - drop the fix for kadmind RPC ACLs (CVE-2012-1012)
+
 * Wed Mar  7 2012 Nalin Dahyabhai <nalin at redhat.com> 1.10-5
 - when removing -workstation, remove our files from the info index while
   the file is still there, in %%preun, rather than %%postun, and use the
diff --git a/sources b/sources
index 926961b..e69de29 100644
--- a/sources
+++ b/sources
@@ -1,3 +0,0 @@
-ff442dfc34c58ad6f601cc8aec6b84e2  krb5-1.10.tar.gz
-24dab4f2d8506eb64e364dc1527ba03c  krb5-1.10.tar.gz.asc
-54ac50d94320c754b3a9553159c6351f  krb5-1.10-pdf.tar.xz


More information about the scm-commits mailing list