diff options
author | Warren Baker <warren@decoy.co.za> | 2014-02-25 13:06:11 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2014-02-25 13:06:11 +0200 |
commit | 8bab20fbace01683584b77413b752cc5ccbe0233 (patch) | |
tree | 9301d08958b91ed40e2a79bce8decbcb49ff8bcf | |
parent | 9d7a251d4e388b66987c2869773f52144e71db84 (diff) | |
download | pfsense-packages-8bab20fbace01683584b77413b752cc5ccbe0233.tar.gz pfsense-packages-8bab20fbace01683584b77413b752cc5ccbe0233.tar.bz2 pfsense-packages-8bab20fbace01683584b77413b752cc5ccbe0233.zip |
Missed this variable name change and bump version for all previous changes
-rw-r--r-- | config/unbound/unbound.inc | 5 | ||||
-rw-r--r-- | pkg_config.8.xml | 2 | ||||
-rw-r--r-- | pkg_config.8.xml.amd64 | 2 |
3 files changed, 4 insertions, 5 deletions
diff --git a/config/unbound/unbound.inc b/config/unbound/unbound.inc index d8520390..f38aebb1 100644 --- a/config/unbound/unbound.inc +++ b/config/unbound/unbound.inc @@ -572,11 +572,10 @@ EOD; # Handle custom options if (!empty($adv_config['custom_options'])) { - $custom_options = explode(";", ($unbound_config['custom_options'])); + $custom_options = explode(";", ($adv_config['custom_options'])); $unbound_conf .= "\n# Unbound Custom options\n"; - foreach ($custom_options as $ent) { + foreach ($custom_options as $ent) $unbound_conf .= $ent."\n"; - } } $unbound_conf .= <<<EOD diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 4fbbbe78..aca3f3b3 100644 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -1583,7 +1583,7 @@ <descr>Unbound is a validating, recursive, and caching DNS resolver. This package is a drop in replacement for Services: DNS Forwarder and also supports DNSSEC extensions. Once installed please configure the Unbound service by visiting Services: Unbound DNS.</descr> <website>http://www.unbound.net/</website> <category>Services</category> - <version>1.4.21_2</version> + <version>1.4.21_3</version> <status>Alpha</status> <maintainer>warren@decoy.co.za</maintainer> <required_version>2.0</required_version> diff --git a/pkg_config.8.xml.amd64 b/pkg_config.8.xml.amd64 index eb07225c..05ce8f0c 100644 --- a/pkg_config.8.xml.amd64 +++ b/pkg_config.8.xml.amd64 @@ -1570,7 +1570,7 @@ <descr>Unbound is a validating, recursive, and caching DNS resolver. This package is a drop in replacement for Services: DNS Forwarder and also supports DNSSEC extensions. Once installed please configure the Unbound service by visiting Services: Unbound DNS.</descr> <website>http://www.unbound.net/</website> <category>Services</category> - <version>1.4.21_2</version> + <version>1.4.21_3</version> <status>Alpha</status> <maintainer>warren@decoy.co.za</maintainer> <required_version>2.0</required_version> |