update to unbound 1.6.8, testing millert, OK sthen
authorflorian <florian@openbsd.org>
Wed, 7 Feb 2018 00:24:33 +0000 (00:24 +0000)
committerflorian <florian@openbsd.org>
Wed, 7 Feb 2018 00:24:33 +0000 (00:24 +0000)
commitbdfc4d552272a291ee133ad4966bcce75b5a64cb
tree92c59c601c370f5fccee851797823176491ae629
parent54494a532fdf6f4dd77028993c4dccd7de875d3d
update to unbound 1.6.8, testing millert, OK sthen
81 files changed:
usr.sbin/unbound/Makefile.in
usr.sbin/unbound/aclocal.m4
usr.sbin/unbound/cachedb/cachedb.c
usr.sbin/unbound/config.h.in
usr.sbin/unbound/configure
usr.sbin/unbound/configure.ac
usr.sbin/unbound/daemon/remote.c
usr.sbin/unbound/daemon/stats.c
usr.sbin/unbound/daemon/unbound.c
usr.sbin/unbound/daemon/worker.c
usr.sbin/unbound/dns64/dns64.c
usr.sbin/unbound/dnscrypt/dnscrypt.c
usr.sbin/unbound/dnscrypt/dnscrypt.h
usr.sbin/unbound/dnscrypt/dnscrypt.m4
usr.sbin/unbound/doc/Changelog
usr.sbin/unbound/doc/example.conf.in
usr.sbin/unbound/doc/libunbound.3.in
usr.sbin/unbound/doc/requirements.txt
usr.sbin/unbound/doc/unbound-control.8.in
usr.sbin/unbound/doc/unbound.conf.5.in
usr.sbin/unbound/edns-subnet/addrtree.h
usr.sbin/unbound/edns-subnet/subnetmod.c
usr.sbin/unbound/edns-subnet/subnetmod.h
usr.sbin/unbound/iterator/iter_hints.c
usr.sbin/unbound/iterator/iter_scrub.c
usr.sbin/unbound/iterator/iter_utils.c
usr.sbin/unbound/iterator/iter_utils.h
usr.sbin/unbound/iterator/iterator.c
usr.sbin/unbound/iterator/iterator.h
usr.sbin/unbound/libunbound/context.h
usr.sbin/unbound/libunbound/libunbound.c
usr.sbin/unbound/libunbound/libworker.c
usr.sbin/unbound/libunbound/unbound.h
usr.sbin/unbound/services/authzone.c
usr.sbin/unbound/services/authzone.h
usr.sbin/unbound/services/cache/dns.c
usr.sbin/unbound/services/cache/dns.h
usr.sbin/unbound/services/localzone.c
usr.sbin/unbound/services/mesh.c
usr.sbin/unbound/services/outside_network.c
usr.sbin/unbound/services/outside_network.h
usr.sbin/unbound/services/view.h
usr.sbin/unbound/sldns/parse.c
usr.sbin/unbound/sldns/parse.h
usr.sbin/unbound/sldns/parseutil.c
usr.sbin/unbound/sldns/parseutil.h
usr.sbin/unbound/sldns/rrdef.h
usr.sbin/unbound/sldns/sbuffer.h
usr.sbin/unbound/sldns/str2wire.c
usr.sbin/unbound/sldns/wire2str.c
usr.sbin/unbound/smallapp/unbound-anchor.c
usr.sbin/unbound/smallapp/unbound-checkconf.c
usr.sbin/unbound/smallapp/unbound-control.c
usr.sbin/unbound/smallapp/unbound-host.c
usr.sbin/unbound/util/config_file.c
usr.sbin/unbound/util/config_file.h
usr.sbin/unbound/util/configlexer.lex
usr.sbin/unbound/util/configparser.y
usr.sbin/unbound/util/data/msgreply.c
usr.sbin/unbound/util/data/msgreply.h
usr.sbin/unbound/util/fptr_wlist.c
usr.sbin/unbound/util/iana_ports.inc
usr.sbin/unbound/util/module.h
usr.sbin/unbound/util/net_help.c
usr.sbin/unbound/util/netevent.c
usr.sbin/unbound/util/shm_side/shm_main.c
usr.sbin/unbound/util/storage/slabhash.h
usr.sbin/unbound/util/ub_event.c
usr.sbin/unbound/util/ub_event.h
usr.sbin/unbound/validator/autotrust.c
usr.sbin/unbound/validator/autotrust.h
usr.sbin/unbound/validator/val_nsec.c
usr.sbin/unbound/validator/val_nsec.h
usr.sbin/unbound/validator/val_nsec3.c
usr.sbin/unbound/validator/val_nsec3.h
usr.sbin/unbound/validator/val_secalgo.c
usr.sbin/unbound/validator/val_sigcrypt.c
usr.sbin/unbound/validator/val_sigcrypt.h
usr.sbin/unbound/validator/val_utils.c
usr.sbin/unbound/validator/val_utils.h
usr.sbin/unbound/validator/validator.c