Module Name: src
Committed By: msaitoh
Date: Mon Nov 3 21:38:00 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.7
Log Message:
Ticket 1169.
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.6 -r1.1.2.7 src/doc/CHANGES-6.0.7
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/doc/CHANGES-6.0.7
diff -u src/doc/CHANGES-6.0.7:1.1.2.6 src/doc/CHANGES-6.0.7:1.1.2.7
--- src/doc/CHANGES-6.0.7:1.1.2.6 Mon Nov 3 16:34:08 2014
+++ src/doc/CHANGES-6.0.7 Mon Nov 3 21:38:00 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.7,v 1.1.2.6 2014/11/03 16:34:08 msaitoh Exp $
+# $NetBSD: CHANGES-6.0.7,v 1.1.2.7 2014/11/03 21:38:00 msaitoh Exp $
A complete list of changes from the NetBSD 6.0.6 release to the NetBSD 6.0.7
release:
@@ -149,3 +149,10 @@ sys/arch/sun3/dev/fd.c 1.78
Fix unexpected memory corruption on opening fd(4).
[tsutsui, ticket #1139]
+
+crypto/external/bsd/openssh/dist/auth.c 1.9
+
+ For consistency use options.use_dns when getting the canonical
+ hostname. [we do the same below for hosts.allow and deny]
+ Reported by rudolf.
+ [christos, ticket #1169]