]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFH (r266114, r266138): upgrade to latest ldns and unbound
authordes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Jul 2014 20:57:38 +0000 (20:57 +0000)
committerdes <des@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Tue, 29 Jul 2014 20:57:38 +0000 (20:57 +0000)
commit8182bef8a7e7050318e7e5366033ac2b103cf345
tree5cc01e837e3c2f3dfb21ef0136ca69be1f957059
parent9e94fd7cf8dddf585c100a4d3e67f27f22dc232a
MFH (r266114, r266138): upgrade to latest ldns and unbound
MFH (r266139-r266143, r266145, r266149, r266150): fix props
MFH (r266179, r266180, r266193, r266238, r266777): misc cleanup
MFH (r266863): create and use /var/unbound/conf.d
MFH (r268839): import unblock-lan-zones patch from upstream
MFH (r268840): fix reverse lookups on private networks
MFH (r268883): avoid spamming source tree during build

PR: 190739 (for r268883)

git-svn-id: svn://svn.freebsd.org/base/stable/10@269257 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
262 files changed:
contrib/ldns/Changelog
contrib/ldns/Makefile.in
contrib/ldns/README
contrib/ldns/README.git [moved from contrib/ldns/README.svn with 83% similarity]
contrib/ldns/acx_nlnetlabs.m4
contrib/ldns/ax_python_devel.m4
contrib/ldns/compat/b32_ntop.c [deleted file]
contrib/ldns/compat/b32_pton.c [deleted file]
contrib/ldns/compat/b64_ntop.c
contrib/ldns/compat/b64_pton.c
contrib/ldns/compat/snprintf.c
contrib/ldns/configure
contrib/ldns/configure.ac
contrib/ldns/dane.c
contrib/ldns/dnssec.c
contrib/ldns/dnssec_sign.c
contrib/ldns/dnssec_zone.c
contrib/ldns/drill/chasetrace.c
contrib/ldns/drill/configure
contrib/ldns/drill/configure.ac
contrib/ldns/drill/drill.1.in
contrib/ldns/drill/drill.c
contrib/ldns/drill/drill_util.c
contrib/ldns/drill/securetrace.c
contrib/ldns/drill/work.c
contrib/ldns/error.c
contrib/ldns/higher.c
contrib/ldns/host2str.c
contrib/ldns/host2wire.c
contrib/ldns/install-sh
contrib/ldns/keys.c
contrib/ldns/ldns/common.h
contrib/ldns/ldns/common.h.in
contrib/ldns/ldns/config.h
contrib/ldns/ldns/config.h.in
contrib/ldns/ldns/dane.h
contrib/ldns/ldns/dnssec.h
contrib/ldns/ldns/dnssec_sign.h
contrib/ldns/ldns/dnssec_zone.h
contrib/ldns/ldns/error.h
contrib/ldns/ldns/host2str.h
contrib/ldns/ldns/ldns.h
contrib/ldns/ldns/net.h
contrib/ldns/ldns/net.h.in
contrib/ldns/ldns/packet.h
contrib/ldns/ldns/radix.h [new file with mode: 0644]
contrib/ldns/ldns/rdata.h
contrib/ldns/ldns/resolver.h
contrib/ldns/ldns/rr.h
contrib/ldns/ldns/str2host.h
contrib/ldns/ldns/util.h
contrib/ldns/ldns/util.h.in
contrib/ldns/m4/libtool.m4 [new file with mode: 0644]
contrib/ldns/m4/ltoptions.m4 [new file with mode: 0644]
contrib/ldns/m4/ltsugar.m4 [new file with mode: 0644]
contrib/ldns/m4/ltversion.m4 [new file with mode: 0644]
contrib/ldns/m4/lt~obsolete.m4 [new file with mode: 0644]
contrib/ldns/net.c
contrib/ldns/packet.c
contrib/ldns/parse.c
contrib/ldns/radix.c [new file with mode: 0644]
contrib/ldns/rdata.c
contrib/ldns/resolver.c
contrib/ldns/rr.c
contrib/ldns/sha1.c
contrib/ldns/sha2.c
contrib/ldns/str2host.c
contrib/ldns/tsig.c
contrib/ldns/util.c
contrib/ldns/wire2host.c
contrib/unbound/LICENSE
contrib/unbound/Makefile.in
contrib/unbound/acx_nlnetlabs.m4
contrib/unbound/acx_pthread.m4 [deleted file]
contrib/unbound/ax_pthread.m4 [new file with mode: 0644]
contrib/unbound/compat/snprintf.c
contrib/unbound/compat/strlcat.c [new file with mode: 0644]
contrib/unbound/config.h
contrib/unbound/config.h.in
contrib/unbound/configure
contrib/unbound/configure.ac
contrib/unbound/daemon/acl_list.c
contrib/unbound/daemon/acl_list.h
contrib/unbound/daemon/cachedump.c
contrib/unbound/daemon/cachedump.h
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/doc/Changelog
contrib/unbound/doc/FEATURES
contrib/unbound/doc/LICENSE
contrib/unbound/doc/README
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.8
contrib/unbound/doc/unbound.8.in
contrib/unbound/doc/unbound.conf.5
contrib/unbound/doc/unbound.conf.5.in
contrib/unbound/freebsd-configure.sh
contrib/unbound/iterator/iter_delegpt.c
contrib/unbound/iterator/iter_delegpt.h
contrib/unbound/iterator/iter_donotq.c
contrib/unbound/iterator/iter_donotq.h
contrib/unbound/iterator/iter_fwd.c
contrib/unbound/iterator/iter_fwd.h
contrib/unbound/iterator/iter_hints.c
contrib/unbound/iterator/iter_hints.h
contrib/unbound/iterator/iter_priv.c
contrib/unbound/iterator/iter_priv.h
contrib/unbound/iterator/iter_resptype.c
contrib/unbound/iterator/iter_resptype.h
contrib/unbound/iterator/iter_scrub.c
contrib/unbound/iterator/iter_scrub.h
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 [new file with mode: 0644]
contrib/unbound/ldns/keyraw.h [new file with mode: 0644]
contrib/unbound/ldns/parse.c [new file with mode: 0644]
contrib/unbound/ldns/parse.h [new file with mode: 0644]
contrib/unbound/ldns/parseutil.c [new file with mode: 0644]
contrib/unbound/ldns/parseutil.h [new file with mode: 0644]
contrib/unbound/ldns/pkthdr.h [new file with mode: 0644]
contrib/unbound/ldns/rrdef.c [new file with mode: 0644]
contrib/unbound/ldns/rrdef.h [new file with mode: 0644]
contrib/unbound/ldns/sbuffer.c [new file with mode: 0644]
contrib/unbound/ldns/sbuffer.h [new file with mode: 0644]
contrib/unbound/ldns/str2wire.c [new file with mode: 0644]
contrib/unbound/ldns/str2wire.h [new file with mode: 0644]
contrib/unbound/ldns/wire2str.c [new file with mode: 0644]
contrib/unbound/ldns/wire2str.h [new file with mode: 0644]
contrib/unbound/libunbound/context.c
contrib/unbound/libunbound/context.h
contrib/unbound/libunbound/libunbound.c
contrib/unbound/libunbound/libworker.c
contrib/unbound/libunbound/libworker.h
contrib/unbound/libunbound/ubsyms.def
contrib/unbound/libunbound/unbound-event.h [new file with mode: 0644]
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/cache/infra.c
contrib/unbound/services/cache/infra.h
contrib/unbound/services/cache/rrset.c
contrib/unbound/services/cache/rrset.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/modstack.h
contrib/unbound/services/outbound_list.c
contrib/unbound/services/outbound_list.h
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/alloc.c
contrib/unbound/util/alloc.h
contrib/unbound/util/config_file.c
contrib/unbound/util/config_file.h
contrib/unbound/util/configlexer.c [deleted file]
contrib/unbound/util/configlexer.lex
contrib/unbound/util/configparser.c [deleted file]
contrib/unbound/util/configparser.h [deleted file]
contrib/unbound/util/configparser.y
contrib/unbound/util/data/dname.c
contrib/unbound/util/data/dname.h
contrib/unbound/util/data/msgencode.c
contrib/unbound/util/data/msgencode.h
contrib/unbound/util/data/msgparse.c
contrib/unbound/util/data/msgparse.h
contrib/unbound/util/data/msgreply.c
contrib/unbound/util/data/msgreply.h
contrib/unbound/util/data/packed_rrset.c
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.c
contrib/unbound/util/locks.h
contrib/unbound/util/log.c
contrib/unbound/util/log.h
contrib/unbound/util/mini_event.c
contrib/unbound/util/mini_event.h
contrib/unbound/util/module.c
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/random.h
contrib/unbound/util/rbtree.c
contrib/unbound/util/rbtree.h
contrib/unbound/util/regional.c
contrib/unbound/util/regional.h
contrib/unbound/util/rtt.c
contrib/unbound/util/rtt.h
contrib/unbound/util/storage/dnstree.c
contrib/unbound/util/storage/dnstree.h
contrib/unbound/util/storage/lookup3.c
contrib/unbound/util/storage/lookup3.h
contrib/unbound/util/storage/lruhash.c
contrib/unbound/util/storage/lruhash.h
contrib/unbound/util/storage/slabhash.c
contrib/unbound/util/storage/slabhash.h
contrib/unbound/util/timehist.c
contrib/unbound/util/timehist.h
contrib/unbound/util/tube.c
contrib/unbound/util/tube.h
contrib/unbound/util/winsock_event.c
contrib/unbound/util/winsock_event.h
contrib/unbound/validator/autotrust.c
contrib/unbound/validator/autotrust.h
contrib/unbound/validator/val_anchor.c
contrib/unbound/validator/val_anchor.h
contrib/unbound/validator/val_kcache.c
contrib/unbound/validator/val_kcache.h
contrib/unbound/validator/val_kentry.c
contrib/unbound/validator/val_kentry.h
contrib/unbound/validator/val_neg.c
contrib/unbound/validator/val_neg.h
contrib/unbound/validator/val_nsec.c
contrib/unbound/validator/val_nsec.h
contrib/unbound/validator/val_nsec3.c
contrib/unbound/validator/val_nsec3.h
contrib/unbound/validator/val_secalgo.c
contrib/unbound/validator/val_secalgo.h
contrib/unbound/validator/val_sigcrypt.c
contrib/unbound/validator/val_sigcrypt.h
contrib/unbound/validator/val_utils.c
contrib/unbound/validator/val_utils.h
contrib/unbound/validator/validator.c
contrib/unbound/validator/validator.h
etc/mtree/BSD.var.dist
lib/libldns/Makefile
lib/libunbound/Makefile
usr.sbin/unbound/local-setup/local-unbound-setup.sh