diff options
author | dougb <dougb@FreeBSD.org> | 2011-03-02 08:27:33 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2011-03-02 08:27:33 +0800 |
commit | 29412fb5bf46c74d5c2af39808efbac76ea89c97 (patch) | |
tree | c2709bdc8cbab7ca6356ac927693a3d423a924fa /dns | |
parent | 7ecdf63bf010320e9e6d435cf94f587c38064b49 (diff) | |
download | freebsd-ports-gnome-29412fb5bf46c74d5c2af39808efbac76ea89c97.tar.gz freebsd-ports-gnome-29412fb5bf46c74d5c2af39808efbac76ea89c97.tar.zst freebsd-ports-gnome-29412fb5bf46c74d5c2af39808efbac76ea89c97.zip |
This is 9.8.0, the first release version in the 9.8 series.
New features versus previous release candidates include:
* There is a new option in dig, +onesoa, that allows the final SOA
record in an AXFR response to be suppressed. [RT #20929
* There is additional information displayed in the recursing log
(qtype, qclass, qid and whether we are following the original
name). [RT #22043]
* Added option 'resolver-query-timeout' in named.conf (max query
timeout in seconds) to set a different value than the default (30
seconds). A value of 0 means 'use the compiled in default';
anything longer than 30 will be silently set to 30. [RT #22852]
* For Mac OS X, you can now have the test interfaces used during
"make test" stay beyond reboot. See bin/tests/system/README for
details.
There are also numerous bug fixes and enhancements. See
http://ftp.isc.org/isc/bind9/9.8.0/RELEASE-NOTES-BIND-9.8.html
for more information.
Diffstat (limited to 'dns')
-rw-r--r-- | dns/bind98/Makefile | 7 | ||||
-rw-r--r-- | dns/bind98/distinfo | 8 |
2 files changed, 7 insertions, 8 deletions
diff --git a/dns/bind98/Makefile b/dns/bind98/Makefile index 4b28a35f5a79..d9816c358f32 100644 --- a/dns/bind98/Makefile +++ b/dns/bind98/Makefile @@ -12,8 +12,7 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind98 -PORTVERSION= 9.8.0.r1 -PKGNAMESUFFIX= -devel +PORTVERSION= 9.8.0 CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ http://dougbarton.us/Downloads/%SUBDIR%/ @@ -26,7 +25,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.0rc1 +ISCVERSION= 9.8.0 MAKE_JOBS_UNSAFE= yes @@ -35,7 +34,7 @@ CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps \ --disable-symtable \ --with-randomdev=/dev/random -CONFLICTS= bind9*-9.[4567].* bind9-sdb-* host-* bind-tools-9.* +CONFLICTS= bind9*-9.[45679].* bind9-sdb-* host-* bind-tools-9.* OPTIONS= SSL "Building without OpenSSL removes DNSSEC" on \ LINKS "Create conf file symlinks in ${PREFIX}" on \ diff --git a/dns/bind98/distinfo b/dns/bind98/distinfo index 73d8b81624cc..172634e2b1d5 100644 --- a/dns/bind98/distinfo +++ b/dns/bind98/distinfo @@ -1,4 +1,4 @@ -SHA256 (bind-9.8.0rc1.tar.gz) = 04bb0f6655bfe729965b027f317f422528ec7684ddecc0b9b83682eb89a88a27 -SIZE (bind-9.8.0rc1.tar.gz) = 7700083 -SHA256 (bind-9.8.0rc1.tar.gz.asc) = 3e4175db7511ff6832d6a0505888b5d49f1db47f48b82d5b619dda4fa0bd4053 -SIZE (bind-9.8.0rc1.tar.gz.asc) = 481 +SHA256 (bind-9.8.0.tar.gz) = e44183f5a4ab7d3deb3c08171c4821c391d6b10ed8d4bc6485a1fc3ba6490c06 +SIZE (bind-9.8.0.tar.gz) = 7760161 +SHA256 (bind-9.8.0.tar.gz.asc) = d1b5bf200fd23a837a7a54e284baee28ab9316e4ea9f81ea2307ee6c0c4f0e15 +SIZE (bind-9.8.0.tar.gz.asc) = 481 |