diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-04-11 00:01:27 +0800 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-04-11 00:01:27 +0800 |
commit | 93a3b5d186fd3001b6ee505ee86395229b5f76c7 (patch) | |
tree | 8507ec62b20f903edfbb7c44eba68c060da297b6 /dns/Makefile | |
parent | 0cfc5d7ce77932b6999ef5df2ef2a3ccb51c923d (diff) | |
download | freebsd-ports-gnome-93a3b5d186fd3001b6ee505ee86395229b5f76c7.tar.gz freebsd-ports-gnome-93a3b5d186fd3001b6ee505ee86395229b5f76c7.tar.zst freebsd-ports-gnome-93a3b5d186fd3001b6ee505ee86395229b5f76c7.zip |
Introduce BIND 9.10.0rc1
BIND 9.10 includes a number of changes from earlier releases, including:
- DNS Response-rate limiting (DNS RRL)
- A new "prefetch" option can improve recursive resolver performance
- ACLs can now be specified based on geographic location using the
MaxMind GeoIP databases.
- A new compile-time option, NATIVE_PKCS11 allows the BIND 9
cryptography functions to use the PKCS#11 API natively.
*NOTE*
This is a release candidate, it may contain bugs.
*NOTE*
Changes: https://lists.isc.org/pipermail/bind-announce/2014-April/000906.html
Sponsored by: Absolight
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 2c0bda4dcc13..fbe7665c7024 100644 --- a/dns/Makefile +++ b/dns/Makefile @@ -9,6 +9,7 @@ SUBDIR += autotrust SUBDIR += bind-tools SUBDIR += bind10 + SUBDIR += bind910 SUBDIR += bind98 SUBDIR += bind99 SUBDIR += bindgraph |