summaryrefslogtreecommitdiff
path: root/dns/Makefile
diff options
context:
space:
mode:
authorDoug Barton <dougb@FreeBSD.org>2009-12-14 06:25:17 +0000
committerDoug Barton <dougb@FreeBSD.org>2009-12-14 06:25:17 +0000
commit57152b64e6ad622e434e80cef92ac590bf7229af (patch)
treef596f2f7be72a8b02ea1d396523f520546f6a2bd /dns/Makefile
parent- Update to r171. (diff)
Add BIND 9.7.0rc1 with a -devel suffix for now so that people can
start testing it sooner rather than later. When the final version is released the -devel will be removed. Some of the new features of BIND 9.7.x are: - Fully automatic signing of zones by "named" - Simplified configuration of DNSSEC Lookaside Validation (DLV) - Simplified configuration of Dynamic DNS, using the "ddns-confgen" command line tool or the "local" update-policy option - New named option "attach-cache" that allows multiple views to share a single cache - DNS rebinding attack prevention - New default values for dnssec-keygen parameters - Support for RFC 5011 automated trust anchor maintenance (see README.rfc5011 for additional details) - Smart signing: simplified tools for zone signing and key maintenance - Improved PKCS#11 support
Notes
Notes: svn path=/head/; revision=245754
Diffstat (limited to 'dns/Makefile')
-rw-r--r--dns/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/Makefile b/dns/Makefile
index 635c59343d14..d84893bc4b4f 100644
--- a/dns/Makefile
+++ b/dns/Makefile
@@ -12,6 +12,7 @@
SUBDIR += bind94-geoip
SUBDIR += bind95
SUBDIR += bind96
+ SUBDIR += bind97
SUBDIR += bindgraph
SUBDIR += c-ares
SUBDIR += checkdns