From 99d4251080de187729ea1534d78819c5b4b5eb24 Mon Sep 17 00:00:00 2001 From: Stuart Wyatt Date: Thu, 16 Apr 2015 08:44:08 -0700 Subject: BIND - fix rate-limit option - remove {} The rate-limit option should not have values with {} and look like this: rate-limit { responses-per-second 15; log-only yes; }; --- config/bind/bind.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/bind/bind.inc b/config/bind/bind.inc index 167f0af3..c61382cb 100644 --- a/config/bind/bind.inc +++ b/config/bind/bind.inc @@ -179,8 +179,8 @@ EOD; $log_only = ($bind['log_only'] == "no" ? "no" : "yes"); $bind_conf .= << Date: Thu, 16 Apr 2015 08:52:02 -0700 Subject: BIND - bump package version for rate-limit option fix --- pkg_config.10.xml | 2 +- pkg_config.8.xml | 2 +- pkg_config.8.xml.amd64 | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg_config.10.xml b/pkg_config.10.xml index 47b9e5ea..1e3306a6 100644 --- a/pkg_config.10.xml +++ b/pkg_config.10.xml @@ -53,7 +53,7 @@ http://www.isc.org/downloads/BIND/ Services - 9.9.6P1_3 pkg v 0.3.7 + 9.9.6P1_3 pkg v 0.3.8 RC 2.2 https://packages.pfsense.org/packages/config/bind/bind.xml diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 1462004f..f6f41e5f 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -53,7 +53,7 @@ http://www.isc.org/downloads/BIND/ Services - 9.9.5P1_5 pkg v 0.3.7 + 9.9.5P1_5 pkg v 0.3.8 RC 2.1 https://packages.pfsense.org/packages/config/bind/bind.xml diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index c05e054c..38ab13b9 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -53,7 +53,7 @@ http://www.isc.org/downloads/BIND/ Services - 9.9.5P1_5 pkg v 0.3.7 + 9.9.5P1_5 pkg v 0.3.8 RC 2.1 https://packages.pfsense.org/packages/config/bind/bind.xml -- cgit v1.2.3