diff options
author | Doug Barton <dougb@FreeBSD.org> | 2001-02-08 08:35:46 +0000 |
---|---|---|
committer | Doug Barton <dougb@FreeBSD.org> | 2001-02-08 08:35:46 +0000 |
commit | 6fd266d4aa8992709ba0fce5ac0895ea77381b73 (patch) | |
tree | bc822705b051690fa1b7f0ffc63ff8a8504f3284 /dns/bind95 | |
parent | 57bbbd361d9c4465ac05370a5b0e630f088e539a (diff) | |
download | ports-6fd266d4aa8992709ba0fce5ac0895ea77381b73.tar.gz ports-6fd266d4aa8992709ba0fce5ac0895ea77381b73.zip |
Update to ISC's bug fix release. For those who wish to (or need to)
use BIND 9 this upgrade is highly recommended.
Notes
Notes:
svn path=/head/; revision=38093
Diffstat (limited to 'dns/bind95')
-rw-r--r-- | dns/bind95/Makefile | 3 | ||||
-rw-r--r-- | dns/bind95/distinfo | 2 | ||||
-rw-r--r-- | dns/bind95/files/patch-assertions.h | 15 |
3 files changed, 2 insertions, 18 deletions
diff --git a/dns/bind95/Makefile b/dns/bind95/Makefile index 68064c364b5e..2b8dcd7bc58e 100644 --- a/dns/bind95/Makefile +++ b/dns/bind95/Makefile @@ -6,8 +6,7 @@ # PORTNAME= bind -PORTVERSION= 9.1.0 -PORTREVISION= 1 +PORTVERSION= 9.1.1rc1 CATEGORIES= net ipv6 MASTER_SITES= ftp://ftp.isc.org/isc/bind9/${PORTVERSION}/ \ ftp://ftp.sunet.se/pub/network/isc/bind9/${PORTVERSION}/ diff --git a/dns/bind95/distinfo b/dns/bind95/distinfo index 9302b1b03d98..2df673500e2d 100644 --- a/dns/bind95/distinfo +++ b/dns/bind95/distinfo @@ -1 +1 @@ -MD5 (bind-9.1.0.tar.gz) = 28f30cfbe60b91c6ec1a0e51c24db889 +MD5 (bind-9.1.1rc1.tar.gz) = 81c238c0b21ba6e9c72a232f2c9df397 diff --git a/dns/bind95/files/patch-assertions.h b/dns/bind95/files/patch-assertions.h deleted file mode 100644 index 109fd263a8f3..000000000000 --- a/dns/bind95/files/patch-assertions.h +++ /dev/null @@ -1,15 +0,0 @@ ---- lib/isc/include/isc/assertions.h.ISC Wed Jan 17 15:42:19 2001 -+++ lib/isc/include/isc/assertions.h Tue Feb 6 22:20:19 2001 -@@ -51,6 +51,12 @@ - #define ISC_CHECK_INVARIANT 1 - #endif - -+/* -+ Turn off ISC debugging code to avoid a possible DOS attack -+ related to nmap TCP connect() scanning. -+*/ -+#define ISC_CHECK_NONE -+ - #ifdef ISC_CHECK_NONE - #define ISC_CHECK_REQUIRE 0 - #define ISC_CHECK_ENSURE 0 |