diff options
author | Warren Baker <warren@decoy.co.za> | 2010-12-14 19:55:31 +0200 |
---|---|---|
committer | Warren Baker <warren@decoy.co.za> | 2010-12-14 19:55:31 +0200 |
commit | 9ddca3c02919e4f9327c4a3c8a147c5c79625911 (patch) | |
tree | 6b7c35d583816859dc1c69d93f620a722297b5bf /pkg_config.8.xml | |
parent | 08141a0fea4bac239515be99a49327967511d905 (diff) | |
download | pfsense-packages-9ddca3c02919e4f9327c4a3c8a147c5c79625911.tar.gz pfsense-packages-9ddca3c02919e4f9327c4a3c8a147c5c79625911.tar.bz2 pfsense-packages-9ddca3c02919e4f9327c4a3c8a147c5c79625911.zip |
forward-zone: expect upstream DNS server to be authorative for everything. So in the case of a CNAME it could potentially return FAIL. Rather let Unbound do the resolving. Bump version number.
Diffstat (limited to 'pkg_config.8.xml')
-rwxr-xr-x | pkg_config.8.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/pkg_config.8.xml b/pkg_config.8.xml index 4f612e5c..ca6c4522 100755 --- a/pkg_config.8.xml +++ b/pkg_config.8.xml @@ -947,7 +947,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.</descr> <website>http://www.unbound.net/</website> <category>Services</category> - <version>1.2.4</version> + <version>1.2.5</version> <status>Alpha</status> <required_version>2.0</required_version> <pkginfolink>http://doc.pfsense.org/index.php/Unbound_package</pkginfolink> @@ -956,7 +956,6 @@ <depends_on_package_base_url>http://files.pfsense.org/packages/8/All/</depends_on_package_base_url> <depends_on_package>unbound-1.4.7.tbz</depends_on_package> <depends_on_package>expat-2.0.1_1.tbz</depends_on_package> - <depends_on_package>openssl-1.0.0_2.tbz</depends_on_package> <depends_on_package>libevent-1.4.14b_1.tbz</depends_on_package> <build_port_path>/usr/ports/dns/unbound</build_port_path> <build_options>WITH_LIBEVENT=true WITH_THREADS=true WITHOUT_GOST=true WITHOUT_MAN=true</build_options> |