[Lunar-commits] <moonbase> sudo: version bump to 1.6.9p13.

Florin Braescu florin at lunar-linux.org
Thu Feb 21 16:58:58 CET 2008


commit 1fa9635753a9ead373791c1e4e0cd3890ab62267
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Thu Feb 21 17:58:58 2008 +0200

    sudo: version bump to 1.6.9p13.
    
    Sudo will now set the nproc resource limit to unlimited on
    Linux systems to work around Linux's setuid() resource limit
    semantics. On PAM systems the resource limits will be reset
    by pam_limits.so before the command is executed. Sudo now
    has SELinux support that can be used to implement role based
    access control (RBAC). A role and (optional) type may be
    specified in sudoers or on the command line. These are then
    used in the security context that the command is run as.
    This release also fixes a Kerberos 5 compilation problem
    with MIT Kerberos.
---
 security/sudo/DETAILS |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/security/sudo/DETAILS b/security/sudo/DETAILS
index 0772bc0..76d2734 100644
--- a/security/sudo/DETAILS
+++ b/security/sudo/DETAILS
@@ -1,12 +1,12 @@
           MODULE=sudo
-         VERSION=1.6.9p12
+         VERSION=1.6.9p13
           SOURCE=$MODULE-$VERSION.tar.gz
-   SOURCE_URL[0]=ftp://ftp.sudo.ws/pub/$MODULE/
-   SOURCE_URL[1]=ftp://ftp.courtesan.com/pub/$MODULE/
-      SOURCE_VFY=sha1:c2b07c68d2026fb3e7786b2c9a8fb0c519a830f8
+   SOURCE_URL[0]=ftp://ftp.sudo.ws/pub/$MODULE
+   SOURCE_URL[1]=ftp://ftp.courtesan.com/pub/$MODULE
+      SOURCE_VFY=sha1:0e84a265bb18772bc99d0f37c65dd6564962a6c4
         WEB_SITE=http://www.courtesan.com/sudo
          ENTERED=20010922
-         UPDATED=20080122
+         UPDATED=20080221
            SHORT="Grant limited superuser ability to users/groups"
 
 cat << EOF


More information about the Lunar-commits mailing list