c84f75c1b5
Add bind9.11.4pl1 (BIND 9.11.4-P1) package. Note: named(8) requires writable permission to current directory when start up or the directory specified by "directory" in options statement. BIND, the Berkeley Internet Name Daemon, version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. Some of the important features of BIND-9 are: - DNS Security - IP version 6 - DNS Protocol Enhancements - Views - Multiprocessor Support - Improved Portability Architecture - Full NSEC3 support - Automatic zone re-signing - New update-policy methods tcp-self and 6to4-self This package contains the BIND 9.11 release. - Catalog Zones, a new method for provisioning servers - "dnstap", a fast and flexible method of capturing and logging DNS traffic. - "dyndb", a new API for loading zone data from an external database - dnssec-keymgr, a new key mainenance utility - mdig, an alternate version of dig utility - And more...
12 lines
280 B
Makefile
12 lines
280 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2018/09/09 13:11:38 taca Exp $
|
|
|
|
BUILDLINK_TREE+= bind
|
|
|
|
.if !defined(BIND_BUILDLINK3_MK)
|
|
BIND_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.bind+= bind>=9.11.0
|
|
BUILDLINK_PKGSRCDIR.bind?= ../../net/bind911
|
|
.endif # BIND_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -bind
|