CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2023/11/11 04:51:22
Modified files:
net/torsocks : Makefile
net/torsocks/patches: patch-src_lib_syscall_c
patch-src_lib_torsocks_c
net/torsocks/pkg: PLIST
Added files:
net/torsocks/patches: patch-configure_ac
Log message:
Cope with syscall(2) removed from libc
deraadt@ plans to further hide syscall from userland, so teach torsocks
to detect indirect syscall(2) availability, and don't try to intercept
it when absent. This approach should be fit for upstream.
ok tb@ pascal@ (maintainer)