forked from NLnetLabs/unbound
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'nlnet/master'
* nlnet/master: (24 commits) Add changelog entry for tag for 1.22.0rc1. - Tag for 1.22.0 release. This did not contain the 1154 fix from 16 oct. The code repository continues with version 1.22.1 in development. - Fix NLnetLabs#1154: Tag Incorrectly Applying for Other Interfaces Using the Same IP. This fix is not for 1.22.0. - Fix for dnstap with dnscrypt and dnstap without dnsoverquic. - Fix for dnsoverquic and dnstap to use the correct dnstap environment. - Fix dnsoverquic to extend the number of streams when one is closed. - Fix to display warning if quic-port is set but dnsoverquic is not enabled when compiled. - Fix contrib/aaaa-filter-iterator.patch for change in call signature for cache_fill_missing. - Fix harden-unverified-glue for AAAA cache_fill_missing lookups. - Fix to disable detection of quic configured ports when quic is not compiled in. - Fix add reallocarray to alloc stats unit test, and disable override of strdup in unbound-host, and the result of config get option is freed properly. - Fix cookie_file test sporadic fails for time change during the test. - Fix for dnstap compile of doqclient with doq disabled. Changelog entry and unit test for fix of NSEC TTL and prefetch ttl. - Fix to limit NSEC TTL for messages from cachedb. Fix to limit the prefetch ttl for messages after a CNAME with short TTL. - Fix to limit NSEC TTL for messages from cachedb. Fix to limit the prefetch ttl for messages after a CNAME with short TTL. Changelog note for NLnetLabs#871 - Merge NLnetLabs#871: DNS over QUIC. This adds `quic-port: 853` and `quic-size: 8m` that enable dnsoverquic, and the counters `num.query.quic` and `mem.quic` in the statistics output. The feature needs to be enabled by compiling with libngtcp2, with `--with-libngtcp2=path` and libngtcp2 needs openssl+quic, pass that with `--with-ssl=path` to compile unbound as well. DNSoverQUIC (NLnetLabs#871) - Fix NLnetLabs#1128: Cannot override tcp-upstream and tls-upstream with forward-tcp-upstream and forward-tls-upstream. - Fix NLnetLabs#1149: unbound-control-setup hangs sometimes depending on the openssl version. - The fix for CVE-2024-8508 was part of 1.21.1, a security point release on 1.21.0. The code repository continues with this fix and the version number 1.22.0. ...
- Loading branch information
Showing
66 changed files
with
9,551 additions
and
242 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,6 +36,7 @@ | |
/asynclook | ||
/delayer | ||
/dohclient | ||
/doqclient | ||
/lock-verify | ||
/memstats | ||
/perf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.