CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2019/07/15 02:47:45
Modified files:
net/libbind : Makefile
Added files:
net/libbind/patches: patch-include_netdb_h
Log message:
libbind's version of netdb.h has ai_addr and ai_canonname the wrong way
round compared to the one in base; swap them, fixing a failure with net/bro
in cluster mode tracked down by Matt Dunwoodie. ok aja@
(libbind is the BIND resolver used in very few specialist cases where the
resolver in base isn't compatible enough - previously used for mtr but now
it's only used by bro. I am still quietly hoping that bro will switch to
another resolver library sometime and we can remove this hack of a port
again :-)