Module Name: src Committed By: msaitoh Date: Wed Apr 16 05:47:50 UTC 2014
Modified Files: src/doc [netbsd-6]: CHANGES-6.2 Log Message: Ticket 1046. To generate a diff of this commit: cvs rdiff -u -r1.1.2.103 -r1.1.2.104 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.103 src/doc/CHANGES-6.2:1.1.2.104 --- src/doc/CHANGES-6.2:1.1.2.103 Fri Apr 11 11:02:16 2014 +++ src/doc/CHANGES-6.2 Wed Apr 16 05:47:50 2014 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.2,v 1.1.2.103 2014/04/11 11:02:16 msaitoh Exp $ +# $NetBSD: CHANGES-6.2,v 1.1.2.104 2014/04/16 05:47:50 msaitoh Exp $ A complete list of changes from the 6.1 release until the 6.2 release: @@ -2117,3 +2117,9 @@ distrib/sets/lists/comp/shl.mi patch Fix MKDEBUG=yes build problem. [htodd, ticket #1046] + +crypto/external/bsd/heimdal/dist/lib/roken/resolve.c 1.2 + + Fix file descriptor leak in Heimdal. Fixes PR#48718 + reported by Juergen Hannken-Illjes. + [hannken, ticket #1047]