CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2017/06/02 08:30:27
Modified files:
net/mtr : Makefile distinfo
net/mtr/pkg : PLIST
Added files:
net/mtr/patches: patch-packet_packet_c
Removed files:
net/mtr/patches: patch-gtk_c patch-mtr_c patch-net_c
Log message:
update to mtr-0.92, features include:
- shiny new DNS code that gets rid of the horrible libbind hack.
- the privileged packet sending code has been split out into a separate
"mtr-packet" process with a clear separation between init/main code, which
communicates with the main mtr process over a pipe.
Patch to add a pledge to mtr-packet, currently disabled; it works for
ICMP but requires additional sockopts to work with UDP.