CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2021/07/27 06:46:56
Modified files:
net/isc-bind : Makefile
net/isc-bind/patches: patch-lib_isc_unix_socket_c
Log message:
patch isc-bind to stop using the IPV6_DONTFRAG socket option on OpenBSD;
this was added in the recent update, but the port is patched to use pledge
which doesn't allow this, resulting in it getting killed when trying to
do a lookup over IPv6.
found while checking that I did indeed have v6 glue on my domain when
trying to receive mail from someone whose work network is currently
carrying out an IPv6-only experiment (perhaps not intentionally ;)