Skip to content
This repository has been archived by the owner on Jan 22, 2018. It is now read-only.

Commit

Permalink
Missed this variable name change and bump version for all previous ch…
Browse files Browse the repository at this point in the history
…anges
  • Loading branch information
Warren Baker committed Feb 25, 2014
1 parent 9d7a251 commit 8bab20f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
5 changes: 2 additions & 3 deletions config/unbound/unbound.inc
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion pkg_config.8.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
2 changes: 1 addition & 1 deletion pkg_config.8.xml.amd64
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

2 comments on commit 8bab20f

@phil-davis
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There is also a new file pkg_config.10 where you need to bump version numbers etc. also.

@wagonza
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yeah but in 10 (2.2) Unbound as a package will be removed due to it replacing DNSMasq

Please sign in to comment.