Thu Aug 18 12:45:05 2011 UTC ()
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.


(taca)
diff -r1.130 -r1.131 pkgsrc/security/sudo/Makefile
diff -r1.72 -r1.73 pkgsrc/security/sudo/distinfo

cvs diff -r1.130 -r1.131 pkgsrc/security/sudo/Makefile (expand / switch to unified diff)

--- pkgsrc/security/sudo/Makefile 2011/06/19 15:54:55 1.130
+++ pkgsrc/security/sudo/Makefile 2011/08/18 12:45:05 1.131
@@ -1,18 +1,18 @@ @@ -1,18 +1,18 @@
1# $NetBSD: Makefile,v 1.130 2011/06/19 15:54:55 taca Exp $ 1# $NetBSD: Makefile,v 1.131 2011/08/18 12:45:05 taca Exp $
2# 2#
3 3
4DISTNAME= sudo-1.7.6p2 4DISTNAME= sudo-1.7.7
5PKGNAME= sudo-1.7.6.2 5PKGNAME= sudo-1.7.7
6CATEGORIES= security 6CATEGORIES= security
7MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ 7MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
8 ftp://ftp.courtesan.com/pub/sudo/ \ 8 ftp://ftp.courtesan.com/pub/sudo/ \
9 ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \ 9 ftp://ftp.uwsg.indiana.edu/pub/security/sudo/ \
10 ftp://ftp.twaren.net/Unix/Security/Sudo/ \ 10 ftp://ftp.twaren.net/Unix/Security/Sudo/ \
11 http://ftp.tux.org/pub/security/sudo/ 11 http://ftp.tux.org/pub/security/sudo/
12 12
13MAINTAINER= kim@tac.nyc.ny.us 13MAINTAINER= kim@tac.nyc.ny.us
14HOMEPAGE= http://www.courtesan.com/sudo/ 14HOMEPAGE= http://www.courtesan.com/sudo/
15COMMENT= Allow others to run commands as root 15COMMENT= Allow others to run commands as root
16LICENSE= modified-bsd 16LICENSE= modified-bsd
17 17
18PKG_INSTALLATION_TYPES= overwrite pkgviews 18PKG_INSTALLATION_TYPES= overwrite pkgviews

cvs diff -r1.72 -r1.73 pkgsrc/security/sudo/distinfo (expand / switch to unified diff)

--- pkgsrc/security/sudo/distinfo 2011/06/19 15:54:55 1.72
+++ pkgsrc/security/sudo/distinfo 2011/08/18 12:45:05 1.73
@@ -1,9 +1,9 @@ @@ -1,9 +1,9 @@
1$NetBSD: distinfo,v 1.72 2011/06/19 15:54:55 taca Exp $ 1$NetBSD: distinfo,v 1.73 2011/08/18 12:45:05 taca Exp $
2 2
3SHA1 (sudo-1.7.6p2.tar.gz) = 771627e3d5a69906a35c5b2f891a049636c611af 3SHA1 (sudo-1.7.7.tar.gz) = cb0af05f4fa43920fff538687d4bd9a66ab3b251
4RMD160 (sudo-1.7.6p2.tar.gz) = 82ddf8f9896e23d2ba0f72f467f00d6bd260798e 4RMD160 (sudo-1.7.7.tar.gz) = bd2464dba8a986e6172dd305fc6a1adba78d9779
5Size (sudo-1.7.6p2.tar.gz) = 1124547 bytes 5Size (sudo-1.7.7.tar.gz) = 1152132 bytes
6SHA1 (patch-aa) = df93a99bdcecdcee7f836d1123bcf740b054ed4e 6SHA1 (patch-aa) = df93a99bdcecdcee7f836d1123bcf740b054ed4e
7SHA1 (patch-af) = c9e09c77f520874ea165750380c3b985b31f559c 7SHA1 (patch-af) = c9e09c77f520874ea165750380c3b985b31f559c
8SHA1 (patch-ag) = 4c4771911b93c8760c3a8195311cf2b3456aeafd 8SHA1 (patch-ag) = 4c4771911b93c8760c3a8195311cf2b3456aeafd
9SHA1 (patch-logging.c) = b4f10e64564e0cece07d4211d3a3ae6723057393 9SHA1 (patch-logging.c) = b4f10e64564e0cece07d4211d3a3ae6723057393