aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind98/pkg-descr
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2010-12-18 06:48:55 +0800
committerdougb <dougb@FreeBSD.org>2010-12-18 06:48:55 +0800
commit2888cf2b18d7244c6c424122c04905d5413ad4f3 (patch)
tree74b856ef2a24c91de5dba041367ffb48aec73859 /dns/bind98/pkg-descr
parent70545b057d6a88d80a3a4bd6a6b8f4bbf9e3ffa8 (diff)
downloadfreebsd-ports-gnome-2888cf2b18d7244c6c424122c04905d5413ad4f3.tar.gz
freebsd-ports-gnome-2888cf2b18d7244c6c424122c04905d5413ad4f3.tar.zst
freebsd-ports-gnome-2888cf2b18d7244c6c424122c04905d5413ad4f3.zip
Add a -devel port for 9.8.0a1, which will allow people to experiment
with DNS64. Once 9.8.0 is released officially the -devel tag will be removed. BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND architecture. Some of the important features of BIND 9 are: DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests) IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA) Experimental IPv6 Resolver Library DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0 Improved standards conformance Views: One server process can provide multiple "views" of the DNS namespace, e.g. an "inside" view to certain clients, and an "outside" view to others. Multiprocessor Support BIND 9.8 includes a number of changes from BIND 9.7 and earlier releases, including: Preliminary DNS64 support (AAAA synthesis only initially) See the CHANGES file for more information on features. WWW: https://www.isc.org/software/bind
Diffstat (limited to 'dns/bind98/pkg-descr')
-rw-r--r--dns/bind98/pkg-descr22
1 files changed, 22 insertions, 0 deletions
diff --git a/dns/bind98/pkg-descr b/dns/bind98/pkg-descr
new file mode 100644
index 000000000000..b8912052d340
--- /dev/null
+++ b/dns/bind98/pkg-descr
@@ -0,0 +1,22 @@
+BIND version 9 is a major rewrite of nearly all aspects of the underlying BIND
+architecture. Some of the important features of BIND 9 are:
+
+DNS Security: DNSSEC (signed zones), TSIG (signed DNS requests)
+IP version 6: Answers DNS queries on IPv6 sockets, IPv6 resource records (AAAA)
+ Experimental IPv6 Resolver Library
+DNS Protocol Enhancements: IXFR, DDNS, Notify, EDNS0
+ Improved standards conformance
+Views: One server process can provide multiple "views" of the DNS namespace,
+ e.g. an "inside" view to certain clients, and an "outside" view to others.
+Multiprocessor Support
+
+BIND 9.8 includes a number of changes from BIND 9.7 and earlier releases,
+including:
+ Preliminary DNS64 support (AAAA synthesis only initially)
+
+See the CHANGES file for more information on features.
+
+WWW: https://www.isc.org/software/bind
+
+- Doug Barton
+dougb@FreeBSD.org