CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2024/02/08 06:17:00
Modified files:
sysutils/node_exporter: Makefile distinfo
Added files:
sysutils/node_exporter/patches: patch-go_mod patch-go_sum
Log message:
node_exporter: update golang.org/x/sys. From Lucas Gabriel Vuotto, ok claudio@
The node_filesystem_* collector uses getfsstat. Until November last
year, x/sys called this via syscall(SYS_GETFSSTAT), which is no longer
allowed. Patch to update to a newer x/sys which calls libc's getfsstat()
instead.