diff options
author | dougb <dougb@FreeBSD.org> | 2003-09-25 13:08:39 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-09-25 13:08:39 +0800 |
commit | 836449e11b42584347f1075942c648cf4b02b086 (patch) | |
tree | fe3f23dedd72540897610b3eeadd0240554a1ed1 /dns/bind9 | |
parent | 2ab3b0a60440ef20e1115148b71de98538092d48 (diff) | |
download | freebsd-ports-gnome-836449e11b42584347f1075942c648cf4b02b086.tar.gz freebsd-ports-gnome-836449e11b42584347f1075942c648cf4b02b086.tar.zst freebsd-ports-gnome-836449e11b42584347f1075942c648cf4b02b086.zip |
Upgrade to version 9.2.3rc4.
The 9.2.3 code has many many bugs fixed from 9.2.2, check CHANGES
for more information.
The rc4 code has the delegation-only options. Check the ARM for
information on how to enable it.
Diffstat (limited to 'dns/bind9')
-rw-r--r-- | dns/bind9/Makefile | 6 | ||||
-rw-r--r-- | dns/bind9/distinfo | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dns/bind9/Makefile b/dns/bind9/Makefile index 059ec0925a52..3b18842d03ce 100644 --- a/dns/bind9/Makefile +++ b/dns/bind9/Makefile @@ -12,8 +12,8 @@ # release you can generally build it cleanly from the source - Doug PORTNAME= bind9 -PORTVERSION= 9.2.2 -CATEGORIES= dns ipv6 +PORTVERSION= 9.2.3.4 +CATEGORIES= dns net ipv6 MASTER_SITES= ${MASTER_SITE_ISC} \ ${MASTER_SITE_RINGSERVER:S,%SUBDIR%,dns/bind9/${ISCVERSION}/,} MASTER_SITE_SUBDIR= bind9/${ISCVERSION} @@ -23,7 +23,7 @@ MAINTAINER= DougB@FreeBSD.org COMMENT= Completely new version of the BIND DNS server # ISC releases things like 9.2.2rc1, which our versioning doesn't like -ISCVERSION= 9.2.2 +ISCVERSION= 9.2.3rc4 GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=/var --disable-linux-caps --disable-threads \ diff --git a/dns/bind9/distinfo b/dns/bind9/distinfo index 83f353a21d56..24d346fde22e 100644 --- a/dns/bind9/distinfo +++ b/dns/bind9/distinfo @@ -1 +1 @@ -MD5 (bind-9.2.2.tar.gz) = 6ea7d64a0856893ab3eb541ab7bbc725 +MD5 (bind-9.2.3rc4.tar.gz) = ce61b7f84a3a31327c9cae922d3fca72 |