diff options
author | jim-p <jimp@pfsense.org> | 2017-06-15 15:35:18 -0400 |
---|---|---|
committer | jim-p <jimp@pfsense.org> | 2017-06-15 15:35:38 -0400 |
commit | 78f3e29d728680f8e7131b2825132eab31f62e13 (patch) | |
tree | 75864c07c96b18bc44fb183f1c9f61253fce315c /tools | |
parent | 4edbea4ce47ac705d999a0dcb61f50c544cad229 (diff) | |
download | pfsense-78f3e29d728680f8e7131b2825132eab31f62e13.zip pfsense-78f3e29d728680f8e7131b2825132eab31f62e13.tar.gz |
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
(cherry picked from commit 6033415965a7c697a9e31bb5891367a3f1440b5c)
(cherry picked from commit f83d52e118bf3bca6026eb8ac2c889d4bec9cf8b)
Diffstat (limited to 'tools')
-rw-r--r-- | tools/conf/pfPorts/make.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/conf/pfPorts/make.conf b/tools/conf/pfPorts/make.conf index ce48b3a..fba93d8 100644 --- a/tools/conf/pfPorts/make.conf +++ b/tools/conf/pfPorts/make.conf @@ -84,6 +84,8 @@ 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 +dns_bind-pfsense_SET_FORCE=DLZ_FILESYSTEM FILTER_AAAA IPV6 LINKS RRL SIGCHASE SSL THREADS GSSAPI_NONE +dns_bind-pfsense_UNSET_FORCE=FIXED_RRSET IDN LARGE_FILE LMDB www_c-icap_SET_FORCE=LARGE_FILES www_c-icap_UNSET_FORCE=IPV6 |