diff options
author | taca <taca@pkgsrc.org> | 2011-08-18 12:45:05 +0000 |
---|---|---|
committer | taca <taca@pkgsrc.org> | 2011-08-18 12:45:05 +0000 |
commit | c642e37f01adeb319f2cefc8dc03c5181bbed1b5 (patch) | |
tree | af0310d92e1151eaa659575492d6ab17f3a5453d /security/sudo | |
parent | d69cdc34211370ee4be55c12b45a7f18dfee3247 (diff) | |
download | pkgsrc-c642e37f01adeb319f2cefc8dc03c5181bbed1b5.tar.gz |
Update sudo pacakge to 1.7.7. It is maintenance release.
What's new in Sudo 1.7.7
* I/O logging is now supported for commands run in background mode
(using sudo's -b flag).
* Group ownership of the sudoers file is now only enforced when
the file mode on sudoers allows group readability or writability.
* Visudo now checks the contents of an alias and warns about cycles
when the alias is expanded.
* If the user specifes a group via sudo's -g option that matches
the target user's group in the password database, it is now
allowed even if no groups are present in the Runas_Spec.
* "sudo -i command" now works correctly with the bash version
2.0 and higher. Previously, the .bash_profile would not be
sourced prior to running the command unless bash was built with
NON_INTERACTIVE_LOGIN_SHELLS defined.
* Multi-factor authentication is now supported on AIX.
* Added support for non-RFC 4517 compliant LDAP servers that require
that seconds be present in a timestamp, such as Tivoli Directory Server.
* If the group vector is to be preserved, the PATH search for the
command is now done with the user's original group vector.
* For LDAP-based sudoers, the "runas_default" sudoOption now works
properly in a sudoRole that contains a sudoCommand.
* Spaces in command line arguments for "sudo -s" and "sudo -i" are
now escaped with a backslash when checking the sudoers file.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 6 | ||||
-rw-r--r-- | security/sudo/distinfo | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 251e2df4a1b..777d2839284 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.130 2011/06/19 15:54:55 taca Exp $ +# $NetBSD: Makefile,v 1.131 2011/08/18 12:45:05 taca Exp $ # -DISTNAME= sudo-1.7.6p2 -PKGNAME= sudo-1.7.6.2 +DISTNAME= sudo-1.7.7 +PKGNAME= sudo-1.7.7 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 2fee84a000b..c7808a830fc 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.72 2011/06/19 15:54:55 taca Exp $ +$NetBSD: distinfo,v 1.73 2011/08/18 12:45:05 taca Exp $ -SHA1 (sudo-1.7.6p2.tar.gz) = 771627e3d5a69906a35c5b2f891a049636c611af -RMD160 (sudo-1.7.6p2.tar.gz) = 82ddf8f9896e23d2ba0f72f467f00d6bd260798e -Size (sudo-1.7.6p2.tar.gz) = 1124547 bytes +SHA1 (sudo-1.7.7.tar.gz) = cb0af05f4fa43920fff538687d4bd9a66ab3b251 +RMD160 (sudo-1.7.7.tar.gz) = bd2464dba8a986e6172dd305fc6a1adba78d9779 +Size (sudo-1.7.7.tar.gz) = 1152132 bytes SHA1 (patch-aa) = df93a99bdcecdcee7f836d1123bcf740b054ed4e SHA1 (patch-af) = c9e09c77f520874ea165750380c3b985b31f559c SHA1 (patch-ag) = 4c4771911b93c8760c3a8195311cf2b3456aeafd |