This commit is contained in:
christos 2017-01-07 20:21:57 +00:00
parent 7fe75036ca
commit 131138c7d5
2 changed files with 17 additions and 2 deletions

View File

@ -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

View File

@ -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]