Date: Sat, 22 Jan 2011 07:43:53 +0000 (UTC) From: Doug Barton <dougb@FreeBSD.org> To: ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/dns/bind98 Makefile distinfo Message-ID: <201101220743.p0M7hr1W011278@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
dougb 2011-01-22 07:43:53 UTC FreeBSD ports repository Modified files: dns/bind98 Makefile distinfo Log: 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 Revision Changes Path 1.4 +2 -2 ports/dns/bind98/Makefile 1.2 +4 -4 ports/dns/bind98/distinfo
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201101220743.p0M7hr1W011278>