Module Name: src Committed By: martin Date: Sun Jan 4 15:02:57 UTC 2015
Modified Files: src/doc [netbsd-6-1]: CHANGES-6.1.6 Log Message: Ticket #1226 To generate a diff of this commit: cvs rdiff -u -r1.1.2.22 -r1.1.2.23 src/doc/CHANGES-6.1.6 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.1.6 diff -u src/doc/CHANGES-6.1.6:1.1.2.22 src/doc/CHANGES-6.1.6:1.1.2.23 --- src/doc/CHANGES-6.1.6:1.1.2.22 Sun Dec 28 17:06:36 2014 +++ src/doc/CHANGES-6.1.6 Sun Jan 4 15:02:57 2015 @@ -1,4 +1,4 @@ -# $NetBSD: CHANGES-6.1.6,v 1.1.2.22 2014/12/28 17:06:36 he Exp $ +# $NetBSD: CHANGES-6.1.6,v 1.1.2.23 2015/01/04 15:02:57 martin Exp $ A complete list of changes from the NetBSD 6.1.5 release to the NetBSD 6.1.6 release: @@ -3555,3 +3555,7 @@ etc/rc.d/ntpd 1.15 The new ntpd wants to translate ntp into a port number after chroot, so give it its own small copy of /etc/services in the chroot. [mlelstv, ticket 1223] + +external/bsd/bind/Makefile.inc parts of 1.16 (patch) + Fix static bind build. + [he, ticket 1226]