diff options
author | Sören Tempel <soeren+git@soeren-tempel.net> | 2015-12-11 23:22:30 +0100 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2015-12-14 10:07:07 +0000 |
commit | 5ba83c55a09635bace3848422e1b48bff6e76cb8 (patch) | |
tree | 218a49eb0ffc7b13f849ea4fa6b7672193a58e35 /main/unbound/conf.patch | |
parent | e9298e47f1e8c789cceae86aad690d5da4b0f378 (diff) | |
download | aports-5ba83c55a09635bace3848422e1b48bff6e76cb8.tar.bz2 aports-5ba83c55a09635bace3848422e1b48bff6e76cb8.tar.xz |
main/unbound: upgrade to 1.5.7
Diffstat (limited to 'main/unbound/conf.patch')
-rw-r--r-- | main/unbound/conf.patch | 23 |
1 files changed, 7 insertions, 16 deletions
diff --git a/main/unbound/conf.patch b/main/unbound/conf.patch index dcac701f78..4d1642f4c9 100644 --- a/main/unbound/conf.patch +++ b/main/unbound/conf.patch @@ -1,25 +1,16 @@ -diff -upr unbound-1.5.6.orig/doc/example.conf.in unbound-1.5.6/doc/example.conf.in ---- unbound-1.5.6.orig/doc/example.conf.in 2015-11-16 14:42:32.068772139 +0100 -+++ unbound-1.5.6/doc/example.conf.in 2015-11-16 14:42:55.639731588 +0100 -@@ -212,7 +212,7 @@ server: - # How to do this is specific to your OS. - # - # If you give "" no chroot is performed. The path must not end in a /. -- # chroot: "@UNBOUND_CHROOT_DIR@" -+ chroot: "" - - # if given, user privileges are dropped (after binding port), - # and the given username is assumed. Default is user "unbound". +diff -upr unbound-1.5.7.orig/doc/example.conf.in unbound-1.5.7/doc/example.conf.in +--- unbound-1.5.7.orig/doc/example.conf.in 2015-12-10 08:59:18.000000000 +0100 ++++ unbound-1.5.7/doc/example.conf.in 2015-12-11 23:12:55.910074485 +0100 @@ -243,7 +243,7 @@ server: # file to read root hints from. - # get one from ftp://FTP.INTERNIC.NET/domain/named.cache + # get one from https://www.internic.net/domain/named.cache - # root-hints: "" + root-hints: /etc/unbound/root.hints # enable to not answer id.server and hostname.bind queries. # hide-identity: no -@@ -361,7 +361,7 @@ server: +@@ -367,7 +367,7 @@ server: # you start unbound (i.e. in the system boot scripts). And enable: # Please note usage of unbound-anchor root anchor is at your own risk # and under the terms of our LICENSE (see that file in the source). @@ -28,12 +19,12 @@ diff -upr unbound-1.5.6.orig/doc/example.conf.in unbound-1.5.6/doc/example.conf. # File with DLV trusted keys. Same format as trust-anchor-file. # There can be only one DLV configured, it is trusted from root down. -@@ -372,7 +372,7 @@ server: +@@ -378,7 +378,7 @@ server: # with several entries, one file per entry. # Zone file format, with DS and DNSKEY entries. # Note this gets out of date, use auto-trust-anchor-file please. - # trust-anchor-file: "" + trust-anchor-file: "@UNBOUND_ROOTKEY_FILE@" - + # Trusted key for validation. DS or DNSKEY. specify the RR on a # single line, surrounded by "". TTL is ignored. class is IN default. |