summaryrefslogtreecommitdiff
path: root/net/bind9/Makefile
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-05-25 02:03:12 +0000
committerhubertf <hubertf@pkgsrc.org>2000-05-25 02:03:12 +0000
commit06c055f6c873300c62f321388d71866c4f9b1a41 (patch)
treeb2124f3003cd0b5306c15718c8b6b0137378b948 /net/bind9/Makefile
parente92cf706540b8869913e2b27cdf6a8315a3d021f (diff)
downloadpkgsrc-06c055f6c873300c62f321388d71866c4f9b1a41.tar.gz
Update to 9.0.0b3. Changes:
The "dig" and "host" tools have been completely rewritten and are included in the base distribution. Fixed: Most bugs reported against beta 2. Added: The server now supports "views", a mechanism for answering DNS queries differently to different requestors. This will make split DNS setups much easier to build; NOTIFY (RFC1996) has been implemented; Basic support for validation of DNSSEC signatures has been implemented (for details, see "doc/misc/dnssec").
Diffstat (limited to 'net/bind9/Makefile')
-rw-r--r--net/bind9/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile
index 151c4091d78..264ae54fb6f 100644
--- a/net/bind9/Makefile
+++ b/net/bind9/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.6 2000/04/28 06:43:00 itojun Exp $
+# $NetBSD: Makefile,v 1.7 2000/05/25 02:03:12 hubertf Exp $
#
-DISTNAME= bind-9.0.0b2
+DISTNAME= bind-9.0.0b3
CATEGORIES= net
-MASTER_SITES= ftp://ftp.isc.org/isc/bind9/9.0.0b2/
+MASTER_SITES= ftp://ftp.isc.org/isc/bind9/9.0.0b3/
MAINTAINER= hubertf@NetBSD.org
HOMEPAGE= http://www.isc.org/products/BIND/
@@ -18,7 +18,7 @@ ONLY_FOR_PLATFORM= NetBSD-*-i386 NetBSD-*-arm32 NetBSD-*-m68k
DEPENDS+= unproven-pthreads-0.*:../../devel/unproven-pthreads
# No need to set USE_INET6, will auto-detect.
-DIST_SUBDIR= bind/9.0.0b2
+DIST_SUBDIR= bind/9.0.0b3
GNU_CONFIGURE= yes
CONFIGURE_ARGS+=--with-mit-pthreads \
--with-libtool=yes \