History log of /openbsd-src/sbin/unwind/libunbound/iterator/iter_utils.c (Results 1 – 13 of 13)
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


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

sync to unbound 1.18.0; heavy lifting by sthen


# ab256815 23-Sep-2022 florian <florian@openbsd.org>

Sync to libunbound 1.16.3


# 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 ...


# 411c5950 14-Aug-2021 florian <florian@openbsd.org>

sync to unbound 1.13.2
OK sthen


# e47fef9e 29-Aug-2020 florian <florian@openbsd.org>

sync to libunbound-1.11.0
all heavy lifting done by sthen in unbound
testing benno


# 5a7d75e6 19-May-2020 sthen <sthen@openbsd.org>

sync libunbound fixes from unbound, ok florian@


# 9b465e50 14-Jul-2019 florian <florian@openbsd.org>

Update to libunbound 1.9.2
Heavy lifting by sthen when updating unbound(8).


# 988ebc2d 30-Mar-2019 florian <florian@openbsd.org>

update to libunbound 1.9.1; heavy lifting by sthen in unbound(8)


# 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.