From 4705e0f878ca65d1dd29fe408fc625a65983d996 Mon Sep 17 00:00:00 2001 From: jim-p Date: Thu, 15 Jun 2017 11:01:11 -0400 Subject: Set options for BIND 9.11 and disable LMDB per ISC and US-CERT recommendation Ref: https://kb.isc.org/article/AA-01497 https://www.us-cert.gov/ncas/current-activity/2017/06/15/ISC-Releases-Security-Updates-BIND --- tools/conf/pfPorts/make.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tools') diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index 37b96a6..ce48b3a 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -82,6 +82,9 @@ dns_bind99_UNSET_FORCE=FIXED_RRSET IDN LARGE_FILE dns_bind910_SET_FORCE=DLZ_FILESYSTEM FILTER_AAAA IPV6 LINKS RRL SIGCHASE SSL THREADS GSSAPI_NONE dns_bind910_UNSET_FORCE=FIXED_RRSET IDN LARGE_FILE +dns_bind911_SET_FORCE=DLZ_FILESYSTEM FILTER_AAAA IPV6 LINKS RRL SIGCHASE SSL THREADS GSSAPI_NONE +dns_bind911_UNSET_FORCE=FIXED_RRSET IDN LARGE_FILE LMDB + www_c-icap_SET_FORCE=LARGE_FILES www_c-icap_UNSET_FORCE=IPV6 -- cgit v1.1