]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFV r361322:
authorCy Schubert <cy@FreeBSD.org>
Thu, 21 May 2020 21:00:46 +0000 (21:00 +0000)
committerCy Schubert <cy@FreeBSD.org>
Thu, 21 May 2020 21:00:46 +0000 (21:00 +0000)
commit091e9e469b768d3263f475047776732ffb126cfe
treed1126013dd32d2c92df16ae9b3e5324ecfe5bbee
parent2491b25c3a8204057b769b7119b1b1b063e4f725
parent6a53c00e64c4cf911eb00846733d9e6a47b2e7f4
MFV r361322:

Update unbound 1.9.6 --> 1.10.1.

Bug Fixes:
 - CVE-2020-12662 Unbound can be tricked into amplifying an incoming
   query into a large number of queries directed to a target.
 - CVE-2020-12663 Malformed answers from upstream name servers can be
   used to make Unbound unresponsive.

Reported by: emaste
MFC after: 3 days
Relnotes: yes
Security: CVE-2020-12662, CVE-2020-12663
91 files changed:
contrib/unbound/.github/FUNDING.yml
contrib/unbound/Makefile.in
contrib/unbound/README.md
contrib/unbound/aclocal.m4
contrib/unbound/cachedb/cachedb.c
contrib/unbound/compat/getentropy_solaris.c
contrib/unbound/config.guess
contrib/unbound/config.h.in
contrib/unbound/config.sub
contrib/unbound/configure
contrib/unbound/configure.ac
contrib/unbound/contrib/README
contrib/unbound/contrib/drop2rpz
contrib/unbound/contrib/fastrpz.patch
contrib/unbound/contrib/libunbound.pc.in
contrib/unbound/contrib/unbound.service.in
contrib/unbound/contrib/unbound_munin_
contrib/unbound/contrib/unbound_portable.service.in
contrib/unbound/contrib/unbound_smf23.tar.gz
contrib/unbound/daemon/daemon.c
contrib/unbound/daemon/daemon.h
contrib/unbound/daemon/remote.c
contrib/unbound/daemon/stats.c
contrib/unbound/daemon/unbound.c
contrib/unbound/daemon/worker.c
contrib/unbound/doc/Changelog
contrib/unbound/doc/README
contrib/unbound/doc/example.conf.in
contrib/unbound/doc/libunbound.3.in
contrib/unbound/doc/unbound-anchor.8.in
contrib/unbound/doc/unbound-checkconf.8.in
contrib/unbound/doc/unbound-control.8.in
contrib/unbound/doc/unbound-host.1.in
contrib/unbound/doc/unbound.8.in
contrib/unbound/doc/unbound.conf.5.in
contrib/unbound/edns-subnet/subnetmod.c
contrib/unbound/install-sh
contrib/unbound/iterator/iter_delegpt.c
contrib/unbound/iterator/iter_delegpt.h
contrib/unbound/iterator/iter_scrub.c
contrib/unbound/iterator/iter_utils.c
contrib/unbound/iterator/iterator.c
contrib/unbound/iterator/iterator.h
contrib/unbound/libunbound/context.c
contrib/unbound/libunbound/libworker.c
contrib/unbound/libunbound/unbound.h
contrib/unbound/respip/respip.c
contrib/unbound/respip/respip.h
contrib/unbound/services/authzone.c
contrib/unbound/services/authzone.h
contrib/unbound/services/cache/dns.c
contrib/unbound/services/cache/dns.h
contrib/unbound/services/localzone.c
contrib/unbound/services/localzone.h
contrib/unbound/services/mesh.c
contrib/unbound/services/mesh.h
contrib/unbound/services/outside_network.c
contrib/unbound/services/rpz.c
contrib/unbound/services/rpz.h
contrib/unbound/services/view.c
contrib/unbound/sldns/parse.c
contrib/unbound/sldns/str2wire.c
contrib/unbound/smallapp/unbound-checkconf.c
contrib/unbound/smallapp/unbound-control.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/data/dname.c
contrib/unbound/util/data/dname.h
contrib/unbound/util/data/msgencode.c
contrib/unbound/util/data/msgparse.c
contrib/unbound/util/data/msgparse.h
contrib/unbound/util/data/msgreply.c
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/log.c
contrib/unbound/util/log.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/random.c
contrib/unbound/util/storage/dnstree.c
contrib/unbound/util/storage/dnstree.h
contrib/unbound/validator/val_secalgo.c
contrib/unbound/validator/validator.c
lib/libunbound/Makefile