diff options
author | dougb <dougb@FreeBSD.org> | 2011-01-22 15:43:53 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-01-22 15:43:53 +0800 |
commit | 2c53c41a938839f06f1f9c88993deea64758d40e (patch) | |
tree | 2ae64db5d53d06e205c057856314623288b01290 /dns | |
parent | 4790837cab5589be2841b2e2ee40fd84f6938c3f (diff) | |
download | freebsd-ports-gnome-2c53c41a938839f06f1f9c88993deea64758d40e.tar.gz freebsd-ports-gnome-2c53c41a938839f06f1f9c88993deea64758d40e.tar.zst freebsd-ports-gnome-2c53c41a938839f06f1f9c88993deea64758d40e.zip |
Update to 9.8.0b1, which in addition to DNS64 support also has
the following new features:
* BIND now supports a new zone type, static-stub. This allows the
administrator of a recursive nameserver to force queries for a
particular zone to go to IP addresses of the administrator's choosing,
on a per zone basis, both globally or per view.
* BIND now supports Response Policy Zones, a way of expressing
"reputation" in real time via specially constructed DNS zones. See the
draft specification here:
http://ftp.isc.org/isc/dnsrpz/isc-tn-2010-1.txt
* Dynamically Loadable Zones (DLZ) now support dynamic updates.
Contributed by Andrew Tridgell of the Samba Project.
* Added a "dlopen" DLZ driver, allowing the creation of external DLZ
drivers that can be loaded as shared objects at runtime rather than
having to be linked with named at compile time. Currently this is
switched on via a compile-time option, "configure --with-dlz-dlopen".
Note: the syntax for configuring DLZ zones is likely to be refined in
future releases. Contributed by Andrew Tridgell of the Samba Project.
* numerous GSS-TSIG improvements
* There is a new update-policy match type "external". This allows
named to decide whether to allow a dynamic update by checking with an
external daemon. Contributed by Andrew Tridgell of the Samba Project.
* many other improvements
Feature safe: yes
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 4 | ||||
-rw-r--r-- | dns/bind98/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index b71ac8dcafce..58793b3a4330 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -12,7 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind98 -PORTVERSION= 9.8.0.a1 +PORTVERSION= 9.8.0.b1 PKGNAMESUFFIX= -devel CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ @@ -26,7 +26,7 @@ MAINTAINER= dougb@FreeBSD.org COMMENT= The BIND DNS suite with updated DNSSEC and DNS64 # ISC releases things like 9.4.0b3, which our versioning doesn't like -ISCVERSION= 9.8.0a1 +ISCVERSION= 9.8.0b1 MAKE_JOBS_UNSAFE= yes diff --git a/dns/bind98/distinfo b/dns/bind98/distinfo index 934d02ec2e41..075d6489da0c 100644 --- a/dns/bind98/distinfo +++ b/dns/bind98/distinfo @@ -1,4 +1,4 @@ -SHA256 (bind-9.8.0a1.tar.gz) = f779259884fefc67f038dabeb989482e7485855b36852b8c0fc727c0f67b56ed -SIZE (bind-9.8.0a1.tar.gz) = 7600443 -SHA256 (bind-9.8.0a1.tar.gz.asc) = bc593fe3767b1636e43628f3cfe5598e6c50d75c1699454364a0371c153632dd -SIZE (bind-9.8.0a1.tar.gz.asc) = 481 +SHA256 (bind-9.8.0b1.tar.gz) = 257c14d68759c4ff14fe3cfc34ea4ec7a5b454961b10618d9bec9e24286396eb +SIZE (bind-9.8.0b1.tar.gz) = 7695239 +SHA256 (bind-9.8.0b1.tar.gz.asc) = b198d4d7ed44f0c0ffd16792b6fb9d1acc41ecc540adc0ebb538be4b90499aac +SIZE (bind-9.8.0b1.tar.gz.asc) = 480 |