diff options
author | Doug Barton <dougb@FreeBSD.org> | 2000-11-19 19:21:02 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2000-11-19 19:21:02 +0000 |
commit | d4d172612fb0bc2f818375dac5d7fb73268a1e43 (patch) | |
tree | 52062970b55ed2c034518b3c22fe14823aca1492 /dns/bind96 | |
parent | 01a2ec4252a895ae47b1184acfb52056fe99d0d6 (diff) | |
download | ports-d4d172612fb0bc2f818375dac5d7fb73268a1e43.tar.gz ports-d4d172612fb0bc2f818375dac5d7fb73268a1e43.zip |
Notes
Diffstat (limited to 'dns/bind96')
-rw-r--r-- | dns/bind96/Makefile | 4 | ||||
-rw-r--r-- | dns/bind96/distinfo | 2 | ||||
-rw-r--r-- | dns/bind96/pkg-descr | 33 |
3 files changed, 23 insertions, 16 deletions
diff --git a/dns/bind96/Makefile b/dns/bind96/Makefile index 26b2a7ec5de4..80cb09b02714 100644 --- a/dns/bind96/Makefile +++ b/dns/bind96/Makefile @@ -6,7 +6,7 @@ # PORTNAME= bind -PORTVERSION= 9.0.0 +PORTVERSION= 9.0.1 PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org GNU_CONFIGURE= yes -MAN1= host.1 +MAN1= host.1 dig.1 MAN5= rndc.conf.5 MAN8= lwresd.8 named.8 nsupdate.8 rndc.8 dnssec-keygen.8 dnssec-makekeyset.8 \ dnssec-signkey.8 dnssec-signzone.8 diff --git a/dns/bind96/distinfo b/dns/bind96/distinfo index 46d8f8df6177..7d923dbe9bc1 100644 --- a/dns/bind96/distinfo +++ b/dns/bind96/distinfo @@ -1 +1 @@ -MD5 (bind-9.0.0.tar.gz) = 04d09c518c154ce22a004d670b0fdaf4 +MD5 (bind-9.0.1.tar.gz) = 3f1a238dc06dfda2f8426ef5d1ea539b diff --git a/dns/bind96/pkg-descr b/dns/bind96/pkg-descr index 79404ca019a1..17e5764205bc 100644 --- a/dns/bind96/pkg-descr +++ b/dns/bind96/pkg-descr @@ -1,15 +1,22 @@ -The Berkeley Internet Name Daemon, an implementation of DNS. +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: -BIND 8 Features - -> DNS Dynamic Updates (RFC 2136) - -> DNS Change Notification (RFC 1996) - -> Completely new configuration syntax - -> Flexible, categorized logging system - -> IP-address-based access control for queries, zone transfers, and - updates that may be specified on a zone-by-zone basis - -> More efficient zone transfers - -> Improved performance for servers with thousands of zones - -> The server no longer forks for outbound zone transfers - -> Many bug fixes +DNS Security + DNSSEC (signed zones) + TSIG (signed DNS requests) +IP version 6 + Answers DNS queries on IPv6 sockets + IPv6 resource records (A6, DNAME, etc.) + Bitstring Labels + 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 +Improved Portability Architecture -WWW: http://www.isc.org/products/BIND/ +WWW: http://www.isc.org/products/BIND/bind9.html |