]> git.ipfire.org Git - thirdparty/krb5.git/commitdiff
Updates for krb5-1.10.5 release krb5-1.10.5-final
authorTom Yu <tlyu@mit.edu>
Wed, 17 Apr 2013 19:43:42 +0000 (15:43 -0400)
committerTom Yu <tlyu@mit.edu>
Thu, 18 Apr 2013 00:35:17 +0000 (20:35 -0400)
NOTICE
README
doc/copyright.texinfo
src/patchlevel.h

diff --git a/NOTICE b/NOTICE
index 910b7628fac0a19e1ef385169cea7889365b1049..dc5220c4024639896ad3ed8c3840baa9af7e8b3e 100644 (file)
--- a/NOTICE
+++ b/NOTICE
@@ -1,4 +1,4 @@
-Copyright (C) 1985-2012 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2013 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
diff --git a/README b/README
index 61a7f0f1479934c434e6b9c9a0544429fccce795..0e03bc9783b9df7d6643c1633f0c044393a4f52b 100644 (file)
--- a/README
+++ b/README
@@ -70,6 +70,26 @@ from using single-DES cryptosystems.  Among these is a configuration
 variable that enables "weak" enctypes, which defaults to "false"
 beginning with krb5-1.8.
 
+Major changes in krb5-1.10.5 (2013-04-17)
+-----------------------------------------
+
+This is a bugfix release.  The krb5-1.10 release series is in
+maintenance, and for new deployments, installers should prefer the
+krb5-1.11 release series or later.
+
+* Fix KDC null pointer dereference in TGS-REQ handling [CVE-2013-1416]
+
+* Incremental propagation could erroneously act as if a slave's
+  database were current after the slave received a full dump that
+  failed to load.
+
+krb5-1.10.5 changes by ticket ID
+--------------------------------
+
+7600    KDC TGS-REQ null deref [CVE-2013-1416]
+7606    Fix condition with empty body
+7607    Reset ulog if database load failed
+
 Major changes in krb5-1.10.4 (2013-03-01)
 -----------------------------------------
 
index b1b01b068bb09b0272962b403fc129c72ca99fbe..f32ce214a88808124c87e221c99ac8c59aae5cf8 100644 (file)
@@ -2,7 +2,7 @@
 @begingroup
 @smallfonts @rm
 @end iftex
-Copyright @copyright{} 1985-2012 by the Massachusetts Institute of Technology.
+Copyright @copyright{} 1985-2013 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
index 5fc4c85fba7678f6aa4fac67cb159803c618e090..db468d3323f60ba3c672b89a0de510b55e229dfb 100644 (file)
@@ -51,7 +51,7 @@
  */
 #define KRB5_MAJOR_RELEASE 1
 #define KRB5_MINOR_RELEASE 10
-#define KRB5_PATCHLEVEL 4
-#define KRB5_RELTAIL "postrelease"
+#define KRB5_PATCHLEVEL 5
+/* #undef KRB5_RELTAIL */
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "krb5-1.10"
+#define KRB5_RELTAG "krb5-1.10.5-final"