]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
bind: upgrade 9.18.24 -> 9.18.25
authorWang Mingyu <wangmy@fujitsu.com>
Tue, 26 Mar 2024 00:34:21 +0000 (08:34 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 16 Apr 2024 06:38:36 +0000 (07:38 +0100)
commit17cecd0d9d0d734d408701d861692ca5987f4ad9
treeaa845ca2176c3fbb6522ff31e16aaf129b704611
parent5d94c1c17b70a6522f780eb4055e343e0d0f863a
bind: upgrade 9.18.24 -> 9.18.25

Changelog:
============
-Create the pruning task in the dns_cache_flush(), so
 the cache pruning still works after the flush.
-Improve the TTL-based cleaning by removing the expired
 headers from the heap, so they don't block the next
 cleaning round and clean more than a single item for
 each new addition to the RBTDB.
-Revert change 6319 and decrease lock contention during
 RBTDB tree pruning by not cleaning up nodes recursively
 within a single prune_tree() call.
-Address use after free in expire_lru_headers.

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/bind/bind_9.18.25.bb [moved from meta/recipes-connectivity/bind/bind_9.18.24.bb with 97% similarity]