Module Name: src
Committed By: bouyer
Date: Wed Jan 15 10:07:49 UTC 2014
Modified Files:
src/doc [netbsd-6-0]: CHANGES-6.0.4
Log Message:
ticket 1016
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/doc/CHANGES-6.0.4
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.4
diff -u src/doc/CHANGES-6.0.4:1.1.2.15 src/doc/CHANGES-6.0.4:1.1.2.16
--- src/doc/CHANGES-6.0.4:1.1.2.15 Sun Jan 12 12:38:49 2014
+++ src/doc/CHANGES-6.0.4 Wed Jan 15 10:07:49 2014
@@ -1,4 +1,4 @@
-# $NetBSD: CHANGES-6.0.4,v 1.1.2.15 2014/01/12 12:38:49 bouyer Exp $
+# $NetBSD: CHANGES-6.0.4,v 1.1.2.16 2014/01/15 10:07:49 bouyer Exp $
A complete list of changes from the NetBSD 6.0.3 release to the NetBSD 6.0.4
release:
@@ -166,3 +166,12 @@ sys/arch/evbsh3/t_sh7706lan/ssumci.c 1.
fix CS bit, fixing card detection.
[nonaka, ticket #1007]
+external/bsd/bind/dist/bin/named/query.c 1.13 via patch
+
+ a fix by ISC for CVE-2014-0591:
+ 3693. [security] memcpy was incorrectly called with overlapping
+ ranges resulting in malformed names being generated
+ on some platforms. This could cause INSIST failures
+ when serving NSEC3 signed zones. [RT #35120]
+ [spz, ticket #1016]
+