aboutsummaryrefslogtreecommitdiffstats
path: root/dns/bind95/files
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2001-02-08 16:35:46 +0800
committerdougb <dougb@FreeBSD.org>2001-02-08 16:35:46 +0800
commit127abc717dd88fabf65e3eacc5a02692a3b72738 (patch)
treed8e31a958062c8650720a7a83e2717f096173a28 /dns/bind95/files
parent0cce466a2f21ab770aa34507d3e187310424f857 (diff)
downloadfreebsd-ports-gnome-127abc717dd88fabf65e3eacc5a02692a3b72738.tar.gz
freebsd-ports-gnome-127abc717dd88fabf65e3eacc5a02692a3b72738.tar.zst
freebsd-ports-gnome-127abc717dd88fabf65e3eacc5a02692a3b72738.zip
Update to ISC's bug fix release. For those who wish to (or need to)
use BIND 9 this upgrade is highly recommended.
Diffstat (limited to 'dns/bind95/files')
-rw-r--r--dns/bind95/files/patch-assertions.h15
1 files changed, 0 insertions, 15 deletions
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