CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/02/28 10:54:21
Modified files:
sysutils/prometheus: Makefile distinfo
sysutils/prometheus/patches: patch-Makefile
patch-Makefile_common
patch-_promu_yml
Removed files:
sysutils/prometheus/patches: patch-go_syscalls
Log message:
Update prometheus to 2.37.6
This no longer needs the go_syscalls patch since x/sys/unix is new enough.
Syscall numbers in that package are still wrong but nothing should use them.
One vendor module uses syscall() to issue TIOCGWINSZ instead of x/term.
OK sthen@