diff options
author | taca <taca@pkgsrc.org> | 2020-04-28 05:29:18 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2020-04-28 05:29:18 +0000 |
commit | c02304438d4c6ffb3ff19ca62b4c163c99b69bc6 (patch) | |
tree | 36e4d058246914de6605756455373873bc28f0e7 /security/sudo | |
parent | ca2aeb4ac7be9e91ecbce07956e4e859e0a25cf7 (diff) | |
download | pkgsrc-c02304438d4c6ffb3ff19ca62b4c163c99b69bc6.tar.gz |
security/sudo: update to 1.8.31p1
Update sudo to 1.8.31p1.
Major changes between sudo 1.8.31p1 and 1.8.31
* Sudo once again ignores a failure to restore the RLIMIT_CORE
resource limit, as it did prior to version 1.8.29. Linux
containers don't allow RLIMIT_CORE to be set back to RLIM_INFINITY
if we set the limit to zero, even for root, which resulted in a
warning from sudo.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 022773992cf..1d9d3918290 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.178 2020/02/03 07:47:55 kim Exp $ +# $NetBSD: Makefile,v 1.179 2020/04/28 05:29:18 taca Exp $ -DISTNAME= sudo-1.8.31 +DISTNAME= sudo-1.8.31p1 CATEGORIES= security MASTER_SITES= https://www.sudo.ws/dist/ MASTER_SITES+= ftp://ftp.sudo.ws/pub/sudo/ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index a934ad7160f..eef21dfb674 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.109 2020/02/03 07:47:55 kim Exp $ +$NetBSD: distinfo,v 1.110 2020/04/28 05:29:18 taca Exp $ -SHA1 (sudo-1.8.31.tar.gz) = 24222b6fb644354c944bc024a0f77548b289410d -RMD160 (sudo-1.8.31.tar.gz) = 8f67e551df2f528983f675cda6c9c908f9f1950b -SHA512 (sudo-1.8.31.tar.gz) = b9e408a322938c7a712458e9012d8a5f648fba5b23a5057cf5d8372c7f931262595f1575c32c32b9cb1a04af670ff4611e7df48d197e5c4cc038d6b65439a28a -Size (sudo-1.8.31.tar.gz) = 3350674 bytes +SHA1 (sudo-1.8.31p1.tar.gz) = b959be78c815e37d893c5c481975b9793f9ed227 +RMD160 (sudo-1.8.31p1.tar.gz) = ace03e181e4240fde407f5353b363f28a72900c1 +SHA512 (sudo-1.8.31p1.tar.gz) = 9344fd1d8a8445e8afb9c5628cdc832fe32ea29199f071f35fb6ec694371801556df560f4382afec199f468b1f3264ad5e3a89e964612e571b8d911f823724cc +Size (sudo-1.8.31p1.tar.gz) = 3351312 bytes SHA1 (patch-Makefile.in) = e8813e1aa208d9ef6304038328504a5402341560 SHA1 (patch-configure) = 906a90a8e8f5397693d9f410b7715439cf029508 SHA1 (patch-plugins_sudoers_Makefile.in) = 730193c6437197a7114dd31886050cecdcba6772 |