diff options
author | dougb <dougb@FreeBSD.org> | 2001-02-08 04:34:50 +0800 |
---|---|---|
committer | dougb <dougb@FreeBSD.org> | 2001-02-08 04:34:50 +0800 |
commit | 008d07479e267e3b3cbccd3ac1a841c5c53e7141 (patch) | |
tree | a725f93de599cfd50734fd2d15cd63174c862344 /net/bind9 | |
parent | 17d1ce224661dc418b7185d4c95eeb79a867acde (diff) | |
download | freebsd-ports-gnome-008d07479e267e3b3cbccd3ac1a841c5c53e7141.tar.gz freebsd-ports-gnome-008d07479e267e3b3cbccd3ac1a841c5c53e7141.tar.zst freebsd-ports-gnome-008d07479e267e3b3cbccd3ac1a841c5c53e7141.zip |
I knew I forgot something... the patch is reported to substantially
improve the resistance to DOS, so this is worth a portrevision bump.
Diffstat (limited to 'net/bind9')
-rw-r--r-- | net/bind9/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bind9/Makefile b/net/bind9/Makefile index f3bdaa4e124d..68064c364b5e 100644 --- a/net/bind9/Makefile +++ b/net/bind9/Makefile @@ -7,6 +7,7 @@ PORTNAME= bind PORTVERSION= 9.1.0 +PORTREVISION= 1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ |