Date: Tue, 09 Aug 2022 13:32:06 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 265645] dns/unbound: Update to 1.16.2 Message-ID: <bug-265645-7788-OkHxP3pqws@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-265645-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-265645-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D265645 --- Comment #10 from commit-hook@FreeBSD.org --- A commit in branch stable/12 references this bug: URL: https://cgit.FreeBSD.org/src/commit/?id=3D3f83233b4d510ce8f3f940ca6786fc99b= 746346e commit 3f83233b4d510ce8f3f940ca6786fc99b746346e 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:31:20 +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(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-265645-7788-OkHxP3pqws>