summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoritojun <itojun>2001-01-28 01:59:03 +0000
committeritojun <itojun>2001-01-28 01:59:03 +0000
commit8ff76a0b4d88b0e5a596d95a6385a726ceb643fa (patch)
tree6242ed2f366fc61be049666f7e53c3a6bb0cca48
parent22f70ea786133389eadd0825b487c0cd28ca3768 (diff)
downloadpkgsrc-8ff76a0b4d88b0e5a596d95a6385a726ceb643fa.tar.gz
use 4.9.8. suggest use of BIND8 in pkg/MESSAGE.
--- 4.9.8-REL released --- 817. [security] do not call syslog() with unbounded network data. 816. [port] main() is an int. 815. [security] pull in several bind8 protocol handling fixes. 814. [support] turn on XSTATS by default 813. [port] add __printflink(), __scanflike() to compat/include/sys/cdefs.h
-rw-r--r--net/bind4/Makefile8
-rw-r--r--net/bind4/files/md54
-rw-r--r--net/bind4/pkg/MESSAGE4
3 files changed, 9 insertions, 7 deletions
diff --git a/net/bind4/Makefile b/net/bind4/Makefile
index 712ae06548c..a09ba7288db 100644
--- a/net/bind4/Makefile
+++ b/net/bind4/Makefile
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.3 2000/08/21 21:01:32 hubertf Exp $
+# $NetBSD: Makefile,v 1.4 2001/01/28 01:59:03 itojun Exp $
#
-DISTNAME= bind-4.9.7-REL
-PKGNAME= bind-4.9.7
+DISTNAME= bind-4.9.8-REL
+PKGNAME= bind-4.9.8
CATEGORIES= net
-MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/4.9.7/
+MASTER_SITES= ftp://ftp.isc.org/isc/bind/src/DEPRECATED/4.9.8/
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.isc.org/
diff --git a/net/bind4/files/md5 b/net/bind4/files/md5
index 6d12087c64a..949af17218a 100644
--- a/net/bind4/files/md5
+++ b/net/bind4/files/md5
@@ -1,3 +1,3 @@
-$NetBSD: md5,v 1.1.1.1 1998/11/23 21:39:41 tv Exp $
+$NetBSD: md5,v 1.2 2001/01/28 01:59:03 itojun Exp $
-MD5 (bind-4.9.7-REL.tar.gz) = 6bd2d18bf4ec167f5d5edbba980284ea
+MD5 (bind-4.9.8-REL.tar.gz) = 54af73af5b4988b23e774e6f2401625f
diff --git a/net/bind4/pkg/MESSAGE b/net/bind4/pkg/MESSAGE
index 51146b88403..de78e115b9f 100644
--- a/net/bind4/pkg/MESSAGE
+++ b/net/bind4/pkg/MESSAGE
@@ -1,5 +1,5 @@
==========================================================================
-$NetBSD: MESSAGE,v 1.1.1.1 1998/11/23 21:39:41 tv Exp $
+$NetBSD: MESSAGE,v 1.2 2001/01/28 01:59:04 itojun Exp $
This package installs the BIND version 4 name server into your pkg tree,
NOT into /usr/sbin with your other binaries. PLEASE BE CAREFUL as to
@@ -9,6 +9,8 @@ which named you run and which `ndc' script you use to control named.
The `ndc' script in this pkg is called `ndc4'.
Other BIND programs are not installed; use your system installed tools.
+The use of BIND 4 is not recommended as it is deprecated. BIND 8 is
+recommended (pkgsrc/net/bind8, or /usr/sbin/named).
If you intend to stick with BIND 4 instead of upgrading to BIND 8,
you should delete or move out of the way `named' and `ndc' in /usr/sbin
to eliminate confusion.