diff options
author | kim <kim@pkgsrc.org> | 2019-12-28 20:43:56 +0000 |
---|---|---|
committer | kim <kim@pkgsrc.org> | 2019-12-28 20:43:56 +0000 |
commit | 76f4fca98aa81969f97401dff2c842ec0340ecf4 (patch) | |
tree | 3e9fdffb997ef83162609f61d1eff8ef7cec1839 /security/sudo/distinfo | |
parent | d3819b5a0a477958a5fa56e4aace3f90f79be9a8 (diff) | |
download | pkgsrc-76f4fca98aa81969f97401dff2c842ec0340ecf4.tar.gz |
Update to sudo 1.8.30beta3
* Portability fixes from pkgsrc have been merged upstream
* Add runas_check_shell flag to require a runas user to have a valid
shell. Not enabled by default.
* Add a new flag "allow_unknown_runas_id" to control matching of unknown
IDs. Previous, sudo would always allow unknown user or group IDs if
the sudoers entry permitted it. This included the "ALL" alias. With
this change, the admin must explicitly enable support for unknown IDs.
* Transparently handle the "sudo sudoedit" problem. Some admin are
confused about how to give users sudoedit permission and many users
try to run sudoedit via sudo instead of directly. If the user runs
"sudo sudoedit" sudo will now treat it as plain "sudoedit" after
issuing a warning. If the admin has specified a fully-qualified path
for sudoedit in sudoers, sudo will treat it as just "sudoedit" and
match accordingly. In visudo (but not sudo), a fully-qualified path
for sudoedit is now treated as an error.
* When restoring old resource limits, try to recover if we receive
EINVAL. On NetBSD, setrlimit(2) can return EINVAL if the new soft
limit is lower than the current resource usage. This can be a problem
when restoring the old stack limit if sudo has raised it.
* Restore resource limits before executing the askpass program. Linux
with docker seems to have issues executing a program when the stack
size is unlimited. Bug #908
* macOS does not allow rlim_cur to be set to RLIM_INFINITY for
RLIMIT_NOFILE. We need to use OPEN_MAX instead as per the macOS
setrlimit manual. Bug #904
* Use 64-bit resource limits on AIX.
Diffstat (limited to 'security/sudo/distinfo')
-rw-r--r-- | security/sudo/distinfo | 26 |
1 files changed, 9 insertions, 17 deletions
diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 21dee6da817..b297bc91767 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,18 +1,10 @@ -$NetBSD: distinfo,v 1.106 2019/12/19 16:59:44 kim Exp $ +$NetBSD: distinfo,v 1.107 2019/12/28 20:43:56 kim Exp $ -SHA1 (sudo-1.8.29.tar.gz) = fdce342856f1803478eb549479190370001dca95 -RMD160 (sudo-1.8.29.tar.gz) = 706c7c8ec2a90b2e464e138384335b7de91d1c25 -SHA512 (sudo-1.8.29.tar.gz) = ea780922b2afb47df4df4b533fb355fd916cb18a6bfd13c7ca36a25b03ef585d805648c6fa85692bea363b1f83664ac3bc622f99bcd149b3a86f70522eb4d340 -Size (sudo-1.8.29.tar.gz) = 3338260 bytes -SHA1 (patch-Makefile.in) = 279c7ad0f7f85ea7bc2d4beb5aa21abdf6237a7c -SHA1 (patch-configure) = 460b9575346c263b944535aa8e2408e959840c77 -SHA1 (patch-include_sudo__compat.h) = 4f9b021ebdd507949f13e289deabdb6090ab334c -SHA1 (patch-include_sudo__event.h) = 4d0787a45c2c7d4a7d3ae3111ccb3a4a4b84d083 -SHA1 (patch-lib_util_sig2str.c) = e5636d9e414fc9354cd238751fa4a00026320dd3 -SHA1 (patch-lib_util_str2sig.c) = e04aa67cab901e1be10d59bd1b0ee740aa1295b8 -SHA1 (patch-plugins_sudoers_Makefile.in) = 46bbee9c51664357099dc6d6871341de3e3fcc6f -SHA1 (patch-plugins_sudoers_logging.c) = 700ac9540a82bea4f3106cea941b785e5bd31203 -SHA1 (patch-plugins_sudoers_starttime.c) = acec2f8a96041381582acff4928233568411f2c6 -SHA1 (patch-plugins_sudoers_sudoers.c) = b5aa8a91da50d4b12ea47cd92e29d25ea325b52c -SHA1 (patch-src_Makefile.in) = cc6398a810dc394d8e4b50f2b2412cda839c0ca9 -SHA1 (patch-src_limits.c) = 790c64fed4a4f406ce07b3d0e806866095c0a5ca +SHA1 (sudo-1.8.30b3.tar.gz) = 9e674a93413e1e7733b577ea5773a8aba758ae35 +RMD160 (sudo-1.8.30b3.tar.gz) = b9651a87d23fa64eebab9508ab876517ea24b615 +SHA512 (sudo-1.8.30b3.tar.gz) = c765f69d80207d70d0fd64382b33b08a08c59306e8930cd76eeaf907f22d55f6531e6bdf156514d07692bd700cbda6f1fe670c0dd0fa8b844e094f7561632547 +Size (sudo-1.8.30b3.tar.gz) = 3349576 bytes +SHA1 (patch-Makefile.in) = e8813e1aa208d9ef6304038328504a5402341560 +SHA1 (patch-configure) = 906a90a8e8f5397693d9f410b7715439cf029508 +SHA1 (patch-plugins_sudoers_Makefile.in) = 730193c6437197a7114dd31886050cecdcba6772 +SHA1 (patch-src_Makefile.in) = 8959049bc428f592f84de1cad1a898c07c6e6b39 |