diff options
author | dougb <dougb@FreeBSD.org> | 2012-01-28 13:28:10 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2012-01-28 13:28:10 +0800 |
commit | b48a5522458e5485b5f976b7603e9f53f078fcdf (patch) | |
tree | 9b2421a22acf41f5d01b985bd42acf45885f3a4c /dns/Makefile | |
parent | 0bf55b2aba0c7c7f3d1504c644a6b3de426d2cd2 (diff) | |
download | freebsd-ports-gnome-b48a5522458e5485b5f976b7603e9f53f078fcdf.tar.gz freebsd-ports-gnome-b48a5522458e5485b5f976b7603e9f53f078fcdf.tar.zst freebsd-ports-gnome-b48a5522458e5485b5f976b7603e9f53f078fcdf.zip |
By popular demand add a port for the newest BIND branch, 9.9.x. This will
stay as a -devel until it's formally released, which should be soon'ish.
BIND 9.9 includes a number of changes from BIND 9.8 and earlier releases,
including:
NXDOMAIN redirection
Improved startup and reconfiguration time, especially with large
numbers of authoritative zones
New "inline-signing" option, allows named to sign zones completely
transparently, including static zones
Many other new features, especially for DNSSEC
See the CHANGES file for more information on features.
https://kb.isc.org/article/AA-00592
Diffstat (limited to 'dns/Makefile')
-rw-r--r-- | dns/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile index 1bef9d9d5f06..175e390eb927 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -12,6 +12,7 @@ SUBDIR += bind97 SUBDIR += bind97-sdb SUBDIR += bind98 + SUBDIR += bind99 SUBDIR += bindgraph SUBDIR += c-ares SUBDIR += checkdns |