]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFH (r276605, r282089): upgrade to latest Unbound
authordes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Jul 2015 13:23:27 +0000 (13:23 +0000)
committerdes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 6 Jul 2015 13:23:27 +0000 (13:23 +0000)
commit0690907ecda40d8d4d514e3a9f4308de37cb790c
tree78e508412e7aed4056295e6af1335856834fc7e3
parent9b36054203d855b2028d3e3326ea87aa52eb605a
MFH (r276605, r282089): upgrade to latest Unbound
MFH (r276699, r276702, r277057): local control socket
MFH (r276599, r276612, r282087, r282088): build fixes

This brings in Unbound 1.5.3 from head.  Local control sockets are now
supported and will be used by default for new installations.  Existing
systems will continue to use TCP control sockets until the automated
setup script is re-run ("service local_unbound setup") and the service
restarted ("service local_unbound restart").

Approved by: re (kib)
Relnotes: yes

git-svn-id: svn://svn.freebsd.org/base/stable/10@285206 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
161 files changed:
UPDATING
contrib/ldns/configure
contrib/ldns/drill/config.h
contrib/ldns/drill/configure
contrib/ldns/drill/drill.1
contrib/ldns/freebsd-configure.sh [new file with mode: 0755]
contrib/ldns/ltmain.sh
contrib/ldns/m4/libtool.m4
contrib/ldns/m4/ltoptions.m4
contrib/ldns/m4/ltversion.m4
contrib/ldns/packaging/fedora/ldns.spec [new file with mode: 0644]
contrib/ldns/packaging/ldns-config.1 [new file with mode: 0644]
contrib/ldns/packaging/ldns-config.in [new file with mode: 0755]
contrib/ldns/packaging/libldns.pc.in [new file with mode: 0644]
contrib/unbound/Makefile.in
contrib/unbound/aclocal.m4
contrib/unbound/acx_python.m4
contrib/unbound/compat/arc4_lock.c [new file with mode: 0644]
contrib/unbound/compat/arc4random.c [new file with mode: 0644]
contrib/unbound/compat/arc4random_uniform.c [new file with mode: 0644]
contrib/unbound/compat/chacha_private.h [new file with mode: 0644]
contrib/unbound/compat/explicit_bzero.c [new file with mode: 0644]
contrib/unbound/compat/fake-rfc2553.c
contrib/unbound/compat/getentropy_linux.c [new file with mode: 0644]
contrib/unbound/compat/getentropy_osx.c [new file with mode: 0644]
contrib/unbound/compat/getentropy_solaris.c [new file with mode: 0644]
contrib/unbound/compat/getentropy_win.c [new file with mode: 0644]
contrib/unbound/compat/inet_aton.c
contrib/unbound/compat/memmove.c
contrib/unbound/compat/sha512.c [new file with mode: 0644]
contrib/unbound/compat/strptime.c
contrib/unbound/config.guess
contrib/unbound/config.h
contrib/unbound/config.h.in
contrib/unbound/config.sub
contrib/unbound/configure
contrib/unbound/configure.ac
contrib/unbound/daemon/cachedump.c
contrib/unbound/daemon/daemon.c
contrib/unbound/daemon/daemon.h
contrib/unbound/daemon/remote.c
contrib/unbound/daemon/remote.h
contrib/unbound/daemon/stats.c
contrib/unbound/daemon/stats.h
contrib/unbound/daemon/unbound.c
contrib/unbound/daemon/worker.c
contrib/unbound/daemon/worker.h
contrib/unbound/dns64/dns64.c [new file with mode: 0644]
contrib/unbound/dns64/dns64.h [new file with mode: 0644]
contrib/unbound/dnstap/dnstap.c [new file with mode: 0644]
contrib/unbound/dnstap/dnstap.h [new file with mode: 0644]
contrib/unbound/dnstap/dnstap.m4 [new file with mode: 0644]
contrib/unbound/dnstap/dnstap.proto [new file with mode: 0644]
contrib/unbound/dnstap/dnstap_config.h [new file with mode: 0644]
contrib/unbound/dnstap/dnstap_config.h.in [new file with mode: 0644]
contrib/unbound/doc/CREDITS
contrib/unbound/doc/Changelog
contrib/unbound/doc/README
contrib/unbound/doc/README.DNS64 [new file with mode: 0644]
contrib/unbound/doc/README.svn
contrib/unbound/doc/example.conf [new file with mode: 0644]
contrib/unbound/doc/example.conf.in
contrib/unbound/doc/libunbound.3
contrib/unbound/doc/libunbound.3.in
contrib/unbound/doc/unbound-anchor.8
contrib/unbound/doc/unbound-anchor.8.in
contrib/unbound/doc/unbound-checkconf.8
contrib/unbound/doc/unbound-checkconf.8.in
contrib/unbound/doc/unbound-control.8
contrib/unbound/doc/unbound-control.8.in
contrib/unbound/doc/unbound-host.1
contrib/unbound/doc/unbound-host.1.in [new file with mode: 0644]
contrib/unbound/doc/unbound.8
contrib/unbound/doc/unbound.8.in
contrib/unbound/doc/unbound.conf.5
contrib/unbound/doc/unbound.conf.5.in
contrib/unbound/doc/unbound.doxygen
contrib/unbound/freebsd-sources.pl
contrib/unbound/iterator/iter_delegpt.c
contrib/unbound/iterator/iter_hints.c
contrib/unbound/iterator/iter_scrub.c
contrib/unbound/iterator/iter_utils.c
contrib/unbound/iterator/iter_utils.h
contrib/unbound/iterator/iterator.c
contrib/unbound/iterator/iterator.h
contrib/unbound/ldns/keyraw.c
contrib/unbound/ldns/parseutil.c
contrib/unbound/ldns/rrdef.c
contrib/unbound/ldns/rrdef.h
contrib/unbound/ldns/sbuffer.h
contrib/unbound/ldns/str2wire.c
contrib/unbound/ldns/wire2str.c
contrib/unbound/libunbound/libunbound.c
contrib/unbound/libunbound/libworker.c
contrib/unbound/libunbound/python/examples/async-lookup.py
contrib/unbound/libunbound/python/examples/dns-lookup.py
contrib/unbound/libunbound/python/examples/dnssec-valid.py
contrib/unbound/libunbound/python/examples/dnssec_test.py
contrib/unbound/libunbound/python/examples/example8-1.py
contrib/unbound/libunbound/python/examples/idn-lookup.py
contrib/unbound/libunbound/python/examples/mx-lookup.py
contrib/unbound/libunbound/python/examples/ns-lookup.py
contrib/unbound/libunbound/python/examples/reverse-lookup.py
contrib/unbound/libunbound/python/libunbound.i
contrib/unbound/libunbound/ubsyms.def
contrib/unbound/libunbound/unbound.h
contrib/unbound/libunbound/worker.h
contrib/unbound/services/cache/dns.c
contrib/unbound/services/cache/dns.h
contrib/unbound/services/listen_dnsport.c
contrib/unbound/services/listen_dnsport.h
contrib/unbound/services/localzone.c
contrib/unbound/services/localzone.h
contrib/unbound/services/mesh.c
contrib/unbound/services/mesh.h
contrib/unbound/services/modstack.c
contrib/unbound/services/outside_network.c
contrib/unbound/services/outside_network.h
contrib/unbound/smallapp/unbound-anchor.c
contrib/unbound/smallapp/unbound-checkconf.c
contrib/unbound/smallapp/unbound-control-setup.sh
contrib/unbound/smallapp/unbound-control-setup.sh.in
contrib/unbound/smallapp/unbound-control.c
contrib/unbound/smallapp/unbound-host.c
contrib/unbound/smallapp/worker_cb.c
contrib/unbound/util/config_file.c
contrib/unbound/util/config_file.h
contrib/unbound/util/configlexer.lex
contrib/unbound/util/configparser.y
contrib/unbound/util/configyyrename.h
contrib/unbound/util/data/dname.c
contrib/unbound/util/data/msgreply.c
contrib/unbound/util/data/msgreply.h
contrib/unbound/util/data/packed_rrset.h
contrib/unbound/util/fptr_wlist.c
contrib/unbound/util/fptr_wlist.h
contrib/unbound/util/iana_ports.inc
contrib/unbound/util/locks.h
contrib/unbound/util/log.c
contrib/unbound/util/mini_event.h
contrib/unbound/util/module.h
contrib/unbound/util/net_help.c
contrib/unbound/util/net_help.h
contrib/unbound/util/netevent.c
contrib/unbound/util/netevent.h
contrib/unbound/util/random.c
contrib/unbound/util/rtt.c
contrib/unbound/util/rtt.h
contrib/unbound/util/storage/lookup3.c
contrib/unbound/util/storage/slabhash.c
contrib/unbound/util/storage/slabhash.h
contrib/unbound/util/winsock_event.h
contrib/unbound/validator/autotrust.c
contrib/unbound/validator/val_anchor.c
contrib/unbound/validator/val_nsec3.c
contrib/unbound/validator/val_secalgo.c
contrib/unbound/validator/val_utils.c
contrib/unbound/validator/val_utils.h
contrib/unbound/validator/validator.c
lib/libunbound/Makefile
usr.sbin/unbound/local-setup/local-unbound-setup.sh