[Bug 265645] dns/unbound: Update to 1.16.2

From: <bugzilla-noreply_at_freebsd.org>
Date: Fri, 05 Aug 2022 20:07:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=265645

--- Comment #7 from commit-hook@FreeBSD.org ---
The tag vendor/unbound/1.16.2 references this bug:

URL: https://cgit.FreeBSD.org/src/tag/?h=vendor/unbound/1.16.2

tag vendor/unbound/1.16.2
Tagger:     Cy Schubert <cy@FreeBSD.org>
TaggerDate: 2022-08-05 20:06:23 +0000

Unbound: Tag 1.16.2

commit 9b76d32f2310b735dbeb896cbf2776cad61f23e8
Author:     Cy Schubert <cy@FreeBSD.org>
AuthorDate: 2022-08-05 20:02:55 +0000
Commit:     Cy Schubert <cy@FreeBSD.org>
CommitDate: 2022-08-05 20:02:55 +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

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

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