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 /dns/bind95 | |
parent | d8f67662daab00ff6f32f356ba7330836d1f8261 (diff) | |
download | ports-53414b33c49ff22d7cf12edf98ca79d2b629c911.tar.gz ports-53414b33c49ff22d7cf12edf98ca79d2b629c911.zip |
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 'dns/bind95')
-rw-r--r-- | dns/bind95/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index f3bdaa4e124d..68064c364b5e 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/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}/ |