[Bug 265645] dns/unbound: Update to 1.16.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 09 Aug 2022 13:31:05 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265645

--- Comment #9 from commit-hook@FreeBSD.org ---
A commit in branch stable/13 references this bug:

URL:
https://cgit.FreeBSD.org/src/commit/?id=ed7eaf6b8dce3765542d0695a5ff8fa8148978c2

commit ed7eaf6b8dce3765542d0695a5ff8fa8148978c2
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-08-06 01:44:40 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-08-09 13:29:14 +0000

    unbound: Vendor import 1.16.2

    Security update to unbound.

    PR:             265645
    Security:       CVE-2022-30698, CVE-2022-30699
    Security:       bc43a578-14ec-11ed-856e-d4c9ef517024

    Merge commit '9b76d32f2310b735dbeb896cbf2776cad61f23e8' into main

    (cherry picked from commit 790c6b245151d6d5a26b84e5f34fee61453e2e60)

 contrib/unbound/SECURITY.md (new)                  |  31 ++
 contrib/unbound/cachedb/cachedb.c                  |   2 +-
 contrib/unbound/configure                          |  25 +-
 contrib/unbound/configure.ac                       |   5 +-
 contrib/unbound/daemon/cachedump.c                 |   5 +-
 contrib/unbound/daemon/worker.c                    |   2 +-
 contrib/unbound/dns64/dns64.c                      |   4 +-
 contrib/unbound/doc/Changelog                      |  30 +-
 contrib/unbound/doc/README                         |   2 +-
 contrib/unbound/doc/example.conf.in                |   8 +-
 contrib/unbound/doc/libunbound.3.in                |   4 +-
 contrib/unbound/doc/unbound-anchor.8.in            |   2 +-
 contrib/unbound/doc/unbound-checkconf.8.in         |   2 +-
 contrib/unbound/doc/unbound-control.8.in           |   2 +-
 contrib/unbound/doc/unbound-host.1.in              |   2 +-
 contrib/unbound/doc/unbound.8.in                   |   4 +-
 contrib/unbound/doc/unbound.conf.5.in              |  15 +-
 contrib/unbound/ipsecmod/ipsecmod.c                |   2 +-
 contrib/unbound/iterator/iter_utils.c              |   6 +-
 contrib/unbound/iterator/iter_utils.h              |   3 +-
 contrib/unbound/iterator/iterator.c                |  23 +-
 contrib/unbound/iterator/iterator.h                |  12 +-
 contrib/unbound/services/authzone.c                |   1 -
 contrib/unbound/services/cache/dns.c               | 111 +++++-
 contrib/unbound/services/cache/dns.h               |  18 +-
 contrib/unbound/services/cache/infra.c             |   6 +-
 contrib/unbound/services/listen_dnsport.c          |  17 +-
 contrib/unbound/services/mesh.c                    |   1 +
 contrib/unbound/sldns/rrdef.c                      |   4 +-
 contrib/unbound/sldns/wire2str.c                   |   2 +-
 contrib/unbound/testdata/iter_ghost_sub.rpl (new)  | 309 ++++++++++++++++
 .../testdata/iter_ghost_timewindow.rpl (new)       | 391 +++++++++++++++++++++
 contrib/unbound/util/config_file.c                 |  15 +-
 contrib/unbound/util/config_file.h                 |   4 +-
 contrib/unbound/util/configlexer.lex               |   1 +
 contrib/unbound/util/configparser.y                |  13 +-
 contrib/unbound/util/data/msgreply.c               |   2 +-
 contrib/unbound/util/iana_ports.inc                |   1 +
 contrib/unbound/util/module.h                      |   6 +
 contrib/unbound/util/rtt.c                         |   3 +
 contrib/unbound/util/rtt.h                         |   2 +-
 contrib/unbound/validator/val_utils.c              |   1 -
 contrib/unbound/validator/validator.c              |   7 +-
 43 files changed, 1015 insertions(+), 91 deletions(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.