diff options
author | dougb <dougb@FreeBSD.org> | 2009-12-14 14:25:17 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2009-12-14 14:25:17 +0800 |
commit | 832d65d5b858d3e6a7feee5e7e14df2241c9614f (patch) | |
tree | 627e3b82b21d033af26c0cd7c99a89de9c770f1b /dns/Makefile | |
parent | 1d34da21d9de3b7a7854a140e4fda8e6b0331982 (diff) | |
download | freebsd-ports-gnome-832d65d5b858d3e6a7feee5e7e14df2241c9614f.tar.gz freebsd-ports-gnome-832d65d5b858d3e6a7feee5e7e14df2241c9614f.tar.zst freebsd-ports-gnome-832d65d5b858d3e6a7feee5e7e14df2241c9614f.zip |
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
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 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 |