Update README, patchlevel, and copyrights for krb5-1.5.3
authorTom Yu <tlyu@mit.edu>
Tue, 17 Apr 2007 19:31:29 +0000 (19:31 +0000)
committerTom Yu <tlyu@mit.edu>
Tue, 17 Apr 2007 19:31:29 +0000 (19:31 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/branches/krb5-1-5@19478 dc483132-0cff-0310-8789-dd5450dbe970

README
doc/copyright.texinfo
src/patchlevel.h

diff --git a/README b/README
index e9b8e4b0902f7155558ceaf4974b80384021ded7..fa5e8fef171b0b8abba1ef752f99e92d95fb8bf4 100644 (file)
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-                  Kerberos Version 5, Release 1.5.2
+                  Kerberos Version 5, Release 1.5.3
 
                             Release Notes
                         The MIT Kerberos Team
@@ -7,20 +7,20 @@ Unpacking the Source Distribution
 ---------------------------------
 
 The source distribution of Kerberos 5 comes in a gzipped tarfile,
-krb5-1.5.2.tar.gz.  Instructions on how to extract the entire
+krb5-1.5.3.tar.gz.  Instructions on how to extract the entire
 distribution follow.
 
 If you have the GNU tar program and gzip installed, you can simply do:
 
-        gtar zxpf krb5-1.5.2.tar.gz
+        gtar zxpf krb5-1.5.3.tar.gz
 
 If you don't have GNU tar, you will need to get the FSF gzip
 distribution and use gzcat:
 
-        gzcat krb5-1.5.2.tar.gz | tar xpf -
+        gzcat krb5-1.5.3.tar.gz | tar xpf -
 
-Both of these methods will extract the sources into krb5-1.5.2/src and
-the documentation into krb5-1.5.2/doc.
+Both of these methods will extract the sources into krb5-1.5.3/src and
+the documentation into krb5-1.5.3/doc.
 
 Building and Installing Kerberos 5
 ----------------------------------
@@ -60,6 +60,28 @@ http://krbdev.mit.edu/rt/
 
 and logging in as "guest" with password "guest".
 
+Major changes in krb5-1.5.3
+---------------------------
+
+[5512]  Fix MITKRB5-SA-2007-001: telnetd allows login as arbitrary user
+        [CVE-2007-0956, VU#220816]
+
+[5513]  Fix MITKRB5-SA-2007-002: buffer overflow in krb5_klog_syslog
+        [CVE-2007-0957, VU#704024]
+
+[5520]  Fix MITKRB5-SA-2007-003: double-free in kadmind - the RPC
+        library could perform a double-free due to a GSS-API library
+        bug [CVE-2007-1216, VU#419344]
+
+krb5-1.5.3 changes by ticket ID
+-------------------------------
+
+5512   (krb5-1.5.x) MITKRB5-SA-2007-001: telnetd allows login as
+        arbitrary user
+5513   (krb5-1.5.x) MITKRB5-SA-2007-002: buffer overflow in
+        krb5_klog_syslog
+5520   (krb5-1.5.x) MITKRB5-SA-2007-003: double-free in kadmind
+
 Major changes in krb5-1.5.2
 ---------------------------
 
@@ -342,7 +364,7 @@ for an up-to-date list, including links to the complete tickets.
 Copyright Notice and Legal Administrivia
 ----------------------------------------
 
-Copyright (C) 1985-2006 by the Massachusetts Institute of Technology.
+Copyright (C) 1985-2007 by the Massachusetts Institute of Technology.
 
 All rights reserved.
 
index cfb9e2ec3f0ec6b7910d8a91f7fb0b6e9317ccc2..1199e24a4812194cee0399f49d0879b66e298b12 100644 (file)
@@ -1,4 +1,4 @@
-Copyright @copyright{} 1985-2006 by the Massachusetts Institute of Technology.
+Copyright @copyright{} 1985-2007 by the Massachusetts Institute of Technology.
 
 @quotation
 Export of software employing encryption from the United States of
index 5fcf1a4c14a9445c41acd5b69c70b0334a9ad9e6..86007136af78d51786427bea744c4c91c2b15f35 100644 (file)
@@ -52,7 +52,7 @@
  */
 #define KRB5_MAJOR_RELEASE 1
 #define KRB5_MINOR_RELEASE 5
-#define KRB5_PATCHLEVEL 2
-#define KRB5_RELTAIL "postrelease"
+#define KRB5_PATCHLEVEL 3
+/* #undef KRB5_RELTAIL */
 /* #undef KRB5_RELDATE */
-#define KRB5_RELTAG "branches/krb5-1-5"
+#define KRB5_RELTAG "tags/krb5-1-5-3-final"