Subject: CVS commit: pkgsrc/security/sudo
From: Kimmo Suominen
Date: 2019-12-18 16:56:11
Message id: 20191218155611.48F81FA97@cvs.NetBSD.org

Log Message:
Fix setrlimit(3): Invalid argument

The new code that unlimits many resources appears to have been problematic
on a number of fronts. Fetched the current version of src/limits.c from
the sudo hg repo. RLIMIT_STACK (i.e. "3") is no longer set to \ 
RLIM_INFINITY.

Added code to output the name of the limit instead of its number.

Files:
RevisionActionfile
1.172modifypkgsrc/security/sudo/Makefile
1.105modifypkgsrc/security/sudo/distinfo
1.1addpkgsrc/security/sudo/patches/patch-plugins_sudoers_sudoers.c
1.1addpkgsrc/security/sudo/patches/patch-src_limits.c