Module Name: src
Committed By: elric
Date: Wed May 11 10:11:11 UTC 2011
Modified Files:
src/doc: 3RDPARTY CHANGES
Log Message:
Heimdal has been upgraded to 1.5pre1.
To generate a diff of this commit:
cvs rdiff -u -r1.836 -r1.837 src/doc/3RDPARTY
cvs rdiff -u -r1.1546 -r1.1547 src/doc/CHANGES
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/3RDPARTY
diff -u src/doc/3RDPARTY:1.836 src/doc/3RDPARTY:1.837
--- src/doc/3RDPARTY:1.836 Wed May 11 09:37:52 2011
+++ src/doc/3RDPARTY Wed May 11 10:11:11 2011
@@ -1,4 +1,4 @@
-# $NetBSD: 3RDPARTY,v 1.836 2011/05/11 09:37:52 tron Exp $
+# $NetBSD: 3RDPARTY,v 1.837 2011/05/11 10:11:11 elric Exp $
#
# This file contains a list of the software that has been integrated into
# NetBSD where we are not the primary maintainer.
@@ -419,8 +419,8 @@
for import.
Package: heimdal
-Version: 1.1
-Current Vers: 1.2.1
+Version: 1.5pre1
+Current Vers: 1.5pre1
Maintainer: Heimdal <[email protected]>
Archive Site: ftp://ftp.pdc.kth.se/pub/heimdal/src/
Home Page: http://www.pdc.kth.se/heimdal/
Index: src/doc/CHANGES
diff -u src/doc/CHANGES:1.1546 src/doc/CHANGES:1.1547
--- src/doc/CHANGES:1.1546 Wed May 11 09:37:52 2011
+++ src/doc/CHANGES Wed May 11 10:11:11 2011
@@ -1,4 +1,4 @@
-# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1546 $>
+# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.1547 $>
#
#
# [Note: This file does not mention every change made to the NetBSD source tree.
@@ -997,6 +997,7 @@
sparc64: Add EDID (Extended Display Identification Data) reading,
and video mode setting support, to ffb(4). [jdc 20110408]
kernel: Bug fixes and improvements to POSIX semaphore. [rmind 20110411]
+ kerberos(8): Upgrade to Heimdal-1.5pre1. [elric 20110416]
kernel: Support for Darwin, Mach, IRIX and PECOFF emulation was
retired. [joerg 20110426]
balloon(4): Balloon driver now enabled for all Xen kernels.