History log of /openbsd-src/sbin/unwind/libunbound/util/module.h (Results 1 – 12 of 12)
Revision Date Author Comments
# 7037e34c 05-Sep-2024 florian <florian@openbsd.org>

Sync to unbound 1.21.0; heavy lifting by sthen

parse_edns_from_query_pkt() grew a parameter to handle cookies, which
we don't use.


# 096314fe 14-Jun-2024 florian <florian@openbsd.org>

sync to unbound 1.20.0

heavy lifting by sthen


# 54cc57ac 13-Apr-2024 florian <florian@openbsd.org>

sync to unbound 1.19.3

heavy lifting by & OK sthen


# d500c338 05-Sep-2023 florian <florian@openbsd.org>

sync to unbound 1.18.0; heavy lifting by sthen


# 6d08cb1b 30-Aug-2022 florian <florian@openbsd.org>

sync to libunbound 1.16.2; heavy lifting by sthen


# 7a05b9df 18-Jun-2022 florian <florian@openbsd.org>

sync to libunbound 1.16.0; heavy lifting by sthen


# a1a7ba80 01-Mar-2022 florian <florian@openbsd.org>

Update to libunbound 1.15.0; heavy lifting by sthen in unbound(8).

Upstream renamed parse_edns_from_pkt to parse_edns_from_query_pkt and
added two arguments (config_file and comm_point) that we don'

Update to libunbound 1.15.0; heavy lifting by sthen in unbound(8).

Upstream renamed parse_edns_from_pkt to parse_edns_from_query_pkt and
added two arguments (config_file and comm_point) that we don't use,
adjust callers in frontend accordingly.

show more ...


# a8eaceed 16-Mar-2021 florian <florian@openbsd.org>

sync to unbound 1.13.1; heavy lifting by sthen


# 853e076f 11-Dec-2020 florian <florian@openbsd.org>

sync to libunbound 1.13.0

Support for channel reuse of TCP and TLS (DoT) streams should improve
latency when the DoT strategy is used in unwind.


# f4f0f0ce 28-Oct-2020 florian <florian@openbsd.org>

Update to libunbound 1.12.0; heavy lifting by sthen


# d32eb43c 23-Mar-2020 florian <florian@openbsd.org>

Update to libunbound 1.10.0
Heavy lifting by sthen in unbound(8)
Tested by benno and matthieu


# ae8c6e27 23-Jan-2019 florian <florian@openbsd.org>

Import bits from (lib)unbound that we need for unwind(8).

This is probably too much but allows us to keep in sync with
usr.sbin/unbound to be able to easily apply updates.