Skip to content

Commit

Permalink
unbound: update to 1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hyvanix committed Oct 29, 2024
1 parent dcff733 commit 4b1bb64
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 5 deletions.
2 changes: 1 addition & 1 deletion build/unbound/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=unbound
VER=1.21.1
VER=1.22.0
PKG=ooce/network/unbound
SUMMARY="DNS resolver"
DESC="Unbound is a validating, recursive, caching DNS resolver."
Expand Down
17 changes: 14 additions & 3 deletions build/unbound/testsuite.log
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Start of unbound 1.21.1+libevent unit test.
Start of unbound 1.22.0+libevent unit test.
test authzone functions
test negative cache functions
test ub_random functions
Expand Down Expand Up @@ -78,10 +78,10 @@ test services/outside_network.c:reuse_write_wait_push_back
test services/outside_network.c:reuse_write_wait_remove
test services/outside_network.c:reuse_write_wait_pop
test message parse functions
[0] did 10000 in 83.471 msec for 119802.086952 encode/sec size 615
[0] did 10000 in 49.92 msec for 200320.512821 encode/sec size 615
test edns ede optional encoding functions
test localzones parent calculation functions
1297593 checks ok.
1298503 checks ok.
selftest successful (33 checks).
./testdata/acl.rpl OK
./testdata/auth_nsec3_ent.rpl OK
Expand Down Expand Up @@ -159,6 +159,7 @@ selftest successful (33 checks).
./testdata/chaos_trustanchor.rpl OK
./testdata/disable_edns_do.rpl OK
./testdata/dns64_lookup.rpl OK
./testdata/dns64_prefetch_cache.rpl OK
./testdata/domain_insec_ds.rpl OK
./testdata/ede_acl_refused.rpl OK
./testdata/ede_cache_snoop_not_auth.rpl OK
Expand Down Expand Up @@ -232,6 +233,7 @@ selftest successful (33 checks).
./testdata/iter_lame_noaa.rpl OK
./testdata/iter_lame_nosoa.rpl OK
./testdata/iter_lamescrub.rpl OK
./testdata/iter_max_global_quota.rpl OK
./testdata/iter_mod.rpl OK
./testdata/iter_nat64.rpl OK
./testdata/iter_nat64_prefix.rpl OK
Expand Down Expand Up @@ -283,6 +285,8 @@ selftest successful (33 checks).
./testdata/iter_stubfirst.rpl OK
./testdata/iter_stublastresort.rpl OK
./testdata/iter_timeout_ra_aaaa.rpl OK
./testdata/iter_unverified_glue.rpl OK
./testdata/iter_unverified_glue_fallback.rpl OK
./testdata/local_acl_override.rpl OK
./testdata/local_acl_taglist.rpl OK
./testdata/local_acl_taglist_action.rpl OK
Expand Down Expand Up @@ -323,6 +327,7 @@ selftest successful (33 checks).
./testdata/rpz_respip_tcponly.rpl OK
./testdata/rpz_rootwc.rpl OK
./testdata/rpz_signal_nxdomain_ra.rpl OK
./testdata/rpz_val_block.rpl OK
./testdata/rrset_rettl.rpl OK
./testdata/rrset_untrusted.rpl OK
./testdata/rrset_updated.rpl OK
Expand All @@ -336,9 +341,13 @@ selftest successful (33 checks).
./testdata/serve_expired_client_timeout.rpl OK
./testdata/serve_expired_client_timeout_no_prefetch.rpl OK
./testdata/serve_expired_client_timeout_servfail.rpl OK
./testdata/serve_expired_client_timeout_val_bogus.rpl OK
./testdata/serve_expired_client_timeout_val_insecure_delegation.rpl OK
./testdata/serve_expired_reply_ttl.rpl OK
./testdata/serve_expired_ttl.rpl OK
./testdata/serve_expired_ttl_client_timeout.rpl OK
./testdata/serve_expired_ttl_reset.rpl OK
./testdata/serve_expired_val_bogus.rpl OK
./testdata/serve_expired_zerottl.rpl OK
./testdata/serve_original_ttl.rpl OK
./testdata/stop_nxdomain.rpl OK
Expand Down Expand Up @@ -410,6 +419,8 @@ selftest successful (33 checks).
./testdata/val_negcache_nodata.rpl OK
./testdata/val_negcache_nta.rpl OK
./testdata/val_negcache_nxdomain.rpl OK
./testdata/val_negcache_ttl.rpl OK
./testdata/val_negcache_ttl_prefetch.rpl OK
./testdata/val_noadwhennodo.rpl OK
./testdata/val_nodata.rpl OK
./testdata/val_nodata_ent.rpl OK
Expand Down
2 changes: 1 addition & 1 deletion doc/packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@
| ooce/network/proxy/squid | 6.9 | http://www.squid-cache.org/Versions/v6/ | [cgrzemba](https://github.com/cgrzemba)
| ooce/network/tailscale | 1.74.0 | https://github.com/nshalman/tailscale/releases https://www.tailscale.com/ | [nshalman](https://github.com/nshalman)
| ooce/network/tcpdump | 4.99.5 | https://www.tcpdump.org/release/ | [omniosorg](https://github.com/omniosorg)
| ooce/network/unbound | 1.21.1 | https://nlnetlabs.nl/downloads/unbound/ | [omniosorg](https://github.com/omniosorg)
| ooce/network/unbound | 1.22.0 | https://nlnetlabs.nl/downloads/unbound/ | [omniosorg](https://github.com/omniosorg)
| ooce/network/wireguard-go | 0.0.20220316 | https://www.wireguard.com/ | [nshalman](https://github.com/nshalman)
| ooce/network/wireguard-tools | 1.0.20210914 | https://www.wireguard.com/ | [nshalman](https://github.com/nshalman)
| ooce/network/znc | 1.9.1 | https://znc.in/releases/ | [omniosorg](https://github.com/omniosorg)
Expand Down

0 comments on commit 4b1bb64

Please sign in to comment.