CVSROOT: /cvs Module name: ports Changes by: [email protected] 2023/11/29 02:49:25
Modified files:
mail/opensmtpd-filters/rspamd: Makefile distinfo
Added files:
mail/opensmtpd-filters/rspamd/patches: patch-go_mod patch-go_sum
Log message:
update x/sys dependency in opensmtpd-filter-rspamd to a version which
calls unveil()/pledge() libc wrappers rather than via syscall().
should unbreak with newer lang/go which only allows syscall() with
SYS_IOCTL and SYS_SYSCTL.
