diff options
author | dougb <dougb@FreeBSD.org> | 2003-11-27 09:47:29 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2003-11-27 09:47:29 +0800 |
commit | 82d26b7eee1ec1b4d2d425d23434721a9658f29d (patch) | |
tree | 1caaf3b9da01058aeeb5eda3e3912d05c5b553dd /dns/bind8/Makefile | |
parent | a391c34cde4b59f5b1bd789b7fc9c62e39b17c44 (diff) | |
download | freebsd-ports-gnome-82d26b7eee1ec1b4d2d425d23434721a9658f29d.tar.gz freebsd-ports-gnome-82d26b7eee1ec1b4d2d425d23434721a9658f29d.tar.zst freebsd-ports-gnome-82d26b7eee1ec1b4d2d425d23434721a9658f29d.zip |
Update to 8.3.7, the latest in this branch from ISC. This is a security
fix release, which contains a change to, "apply anti-cache poison
techniques to negative answers." It also removes the view option to
nslookup.
Diffstat (limited to 'dns/bind8/Makefile')
-rw-r--r-- | dns/bind8/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dns/bind8/Makefile b/dns/bind8/Makefile index 08ff1adf43a6..b4f2cbfa15d7 100644 --- a/dns/bind8/Makefile +++ b/dns/bind8/Makefile @@ -11,8 +11,8 @@ # you can generally build it cleanly from the source. - Doug PORTNAME= bind -PORTVERSION= 8.3.6 -CATEGORIES?= dns +PORTVERSION= 8.3.7 +CATEGORIES?= dns net MASTER_SITES= ${MASTER_SITE_ISC} MASTER_SITE_SUBDIR= bind/src/${PORTVERSION} |