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/bind96/files/patch-assertions.h | |
parent | Treat shlib number and libtool as our way. (diff) |
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 '')
-rw-r--r-- | dns/bind96/files/patch-assertions.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/dns/bind96/files/patch-assertions.h b/dns/bind96/files/patch-assertions.h deleted file mode 100644 index 109fd263a8f3..000000000000 --- a/dns/bind96/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 |