Module Name: src Committed By: bouyer Date: Wed Jan 15 10:07:13 UTC 2014
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: ticket 1016 To generate a diff of this commit: cvs rdiff -u -r1.1.2.80 -r1.1.2.81 src/doc/CHANGES-6.2 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.2 diff -u src/doc/CHANGES-6.2:1.1.2.80 src/doc/CHANGES-6.2:1.1.2.81 --- src/doc/CHANGES-6.2:1.1.2.80 Sun Jan 12 13:37:33 2014 +++ src/doc/CHANGES-6.2 Wed Jan 15 10:07:13 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.80 2014/01/12 13:37:33 bouyer Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.81 2014/01/15 10:07:13 bouyer Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -1253,3 +1253,12 @@ external/mit/xf86-input-elographics/dist Add support for inverted axis, from upstream repository. [mbalmer, ticket #1012] +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] +