Module Name: src Committed By: christos Date: Sat Jan 7 20:21:57 UTC 2017
Modified Files: src/doc: 3RDPARTY CHANGES Log Message: Add nsd To generate a diff of this commit: cvs rdiff -u -r1.1390 -r1.1391 src/doc/3RDPARTY cvs rdiff -u -r1.2232 -r1.2233 src/doc/CHANGES Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/doc/3RDPARTY diff -u src/doc/3RDPARTY:1.1390 src/doc/3RDPARTY:1.1391 --- src/doc/3RDPARTY:1.1390 Tue Jan 3 10:12:25 2017 +++ src/doc/3RDPARTY Sat Jan 7 15:21:57 2017 @@ -1,4 +1,4 @@ -# $NetBSD: 3RDPARTY,v 1.1390 2017/01/03 15:12:25 abhinav Exp $ +# $NetBSD: 3RDPARTY,v 1.1391 2017/01/07 20:21:57 christos Exp $ # # This file contains a list of the software that has been integrated into # NetBSD where we are not the primary maintainer. @@ -145,6 +145,20 @@ Notes: Use cleantags to import run configure and update config files in include +Package: nsd +Version: 4.1.14 +Current Vers: 4.1.14 +Maintainer: Christos Zoulas +Archive Site: https://www.nlnetlabs.nl/svn/nsd/ +Home Page: https://www.nlnetlabs.nl/projects/nsd/ +Mailing List: https://open.nlnetlabs.nl/mailman/listinfo/nsd-users/ +Responsible: christos +License: BSD-like +Location: external/bsd/nsd/dist +Notes: +Use cleantags to import +run configure and update config files in include + Package: libbind [libc resolver and includes] Version: libbind-6.0-rc1 Current Vers: libbind-6.0 Index: src/doc/CHANGES diff -u src/doc/CHANGES:1.2232 src/doc/CHANGES:1.2233 --- src/doc/CHANGES:1.2232 Sat Jan 7 00:57:27 2017 +++ src/doc/CHANGES Sat Jan 7 15:21:57 2017 @@ -1,4 +1,4 @@ -# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2232 $> +# LIST OF CHANGES FROM LAST RELEASE: <$Revision: 1.2233 $> # # # [Note: This file does not mention every change made to the NetBSD source tree. @@ -444,3 +444,4 @@ Changes from NetBSD 7.0 to NetBSD 8.0: ptrace(2): Add new si_code value of SIGTRAP: TRAP_EXEC [kamil 20170107] ptrace(2): Add signal information accessors API: PT_GET_SIGINFO and PT_SET_SIGINFO [kamil 20170107] + nsd(8): Add the NSD Authoritative DNS server [christos 20170107]