update to unbound-1.5.9. (there will be a follow-up commit to cherrypick a
authorsthen <sthen@openbsd.org>
Wed, 22 Jun 2016 20:05:40 +0000 (20:05 +0000)
committersthen <sthen@openbsd.org>
Wed, 22 Jun 2016 20:05:40 +0000 (20:05 +0000)
commit2ee382b62a4992700a5a22e689ee6c63ede3e257
tree1ad259a1dbd039dc0bcab96f3d4fea20af01f0b8
parent207d9d0d1635c5234d07f8f93ee52a1f33690f46
update to unbound-1.5.9. (there will be a follow-up commit to cherrypick a
couple of post-1.5.9 patches).

tests from Mark Patruck, danj, matthieu, millert. reads ok to jung, ok florian.
80 files changed:
usr.sbin/unbound/Makefile.in
usr.sbin/unbound/acx_nlnetlabs.m4
usr.sbin/unbound/cachedb/cachedb.c [new file with mode: 0644]
usr.sbin/unbound/cachedb/cachedb.h [new file with mode: 0644]
usr.sbin/unbound/config.h.in
usr.sbin/unbound/configure
usr.sbin/unbound/configure.ac
usr.sbin/unbound/daemon/daemon.c
usr.sbin/unbound/daemon/daemon.h
usr.sbin/unbound/daemon/remote.c
usr.sbin/unbound/daemon/unbound.c
usr.sbin/unbound/daemon/worker.c
usr.sbin/unbound/dns64/dns64.c
usr.sbin/unbound/dnstap/dnstap.c
usr.sbin/unbound/doc/Changelog
usr.sbin/unbound/doc/README
usr.sbin/unbound/doc/example.conf.in
usr.sbin/unbound/doc/libunbound.3.in
usr.sbin/unbound/doc/unbound-anchor.8.in
usr.sbin/unbound/doc/unbound-checkconf.8.in
usr.sbin/unbound/doc/unbound-control.8.in
usr.sbin/unbound/doc/unbound-host.1.in
usr.sbin/unbound/doc/unbound.8.in
usr.sbin/unbound/doc/unbound.conf.5.in
usr.sbin/unbound/iterator/iter_fwd.c
usr.sbin/unbound/iterator/iter_hints.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/libworker.h
usr.sbin/unbound/libunbound/ubsyms.def
usr.sbin/unbound/libunbound/unbound-event.h
usr.sbin/unbound/libunbound/worker.h
usr.sbin/unbound/services/cache/dns.c
usr.sbin/unbound/services/listen_dnsport.c
usr.sbin/unbound/services/listen_dnsport.h
usr.sbin/unbound/services/localzone.c
usr.sbin/unbound/services/localzone.h
usr.sbin/unbound/services/mesh.c
usr.sbin/unbound/services/modstack.c
usr.sbin/unbound/services/outside_network.c
usr.sbin/unbound/services/outside_network.h
usr.sbin/unbound/sldns/keyraw.c
usr.sbin/unbound/sldns/parseutil.c
usr.sbin/unbound/sldns/rrdef.h
usr.sbin/unbound/sldns/str2wire.c
usr.sbin/unbound/sldns/wire2str.c
usr.sbin/unbound/smallapp/unbound-checkconf.c
usr.sbin/unbound/smallapp/unbound-control.c
usr.sbin/unbound/smallapp/worker_cb.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/dname.c
usr.sbin/unbound/util/data/msgencode.c
usr.sbin/unbound/util/data/msgparse.c
usr.sbin/unbound/util/data/msgparse.h
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/fptr_wlist.h
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/netevent.h
usr.sbin/unbound/util/tube.c
usr.sbin/unbound/util/tube.h
usr.sbin/unbound/util/ub_event.c [new file with mode: 0644]
usr.sbin/unbound/util/ub_event.h [new file with mode: 0644]
usr.sbin/unbound/util/ub_event_pluggable.c [new file with mode: 0644]
usr.sbin/unbound/validator/autotrust.c
usr.sbin/unbound/validator/val_anchor.c
usr.sbin/unbound/validator/val_secalgo.c
usr.sbin/unbound/validator/val_secalgo.h