diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-02-07 20:34:50 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-02-07 20:34:50 +0000 |
commit | 53414b33c49ff22d7cf12edf98ca79d2b629c911 (patch) | |
tree | f9a94fb6497055ec5aa2354f4133b648b2ac7010 /net | |
parent | Fix overflows and bump PORTREVISION. (diff) |
I knew I forgot something... the patch is reported to substantially
improve the resistance to DOS, so this is worth a portrevision bump.
Notes
Notes:
svn path=/head/; revision=38078
Diffstat (limited to 'net')
-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}/ |