CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2022/03/01 11:34:22
Modified files:
sbin/unwind : frontend.c
sbin/unwind/libunbound: config.h
sbin/unwind/libunbound/dns64: dns64.c
sbin/unwind/libunbound/dnscrypt: dnscrypt.h
sbin/unwind/libunbound/iterator: iter_delegpt.c iter_delegpt.h
iter_fwd.c iter_hints.c
iter_utils.c iter_utils.h
iterator.c iterator.h
sbin/unwind/libunbound/libunbound: context.c context.h
libunbound.c libworker.c
unbound-event.h unbound.h
worker.h
sbin/unwind/libunbound/respip: respip.c respip.h
sbin/unwind/libunbound/services: authzone.c authzone.h
listen_dnsport.c
listen_dnsport.h localzone.c
localzone.h mesh.c
outbound_list.h
outside_network.c
outside_network.h rpz.c rpz.h
sbin/unwind/libunbound/services/cache: infra.c infra.h rrset.h
sbin/unwind/libunbound/sldns: keyraw.c parseutil.h str2wire.c
str2wire.h wire2str.c wire2str.h
sbin/unwind/libunbound/util: config_file.c config_file.h
configlexer.c configlexer.lex
configparser.h configparser.y
edns.c edns.h fptr_wlist.c
fptr_wlist.h iana_ports.inc
mini_event.c module.h net_help.c
net_help.h netevent.c netevent.h
regional.c tube.c
sbin/unwind/libunbound/util/data: msgencode.c msgparse.c
msgparse.h msgreply.c
msgreply.h packed_rrset.h
sbin/unwind/libunbound/util/shm_side: shm_main.c
sbin/unwind/libunbound/validator: autotrust.c val_utils.c
validator.c validator.h
Log message:
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.