diff options
author | tmclaugh <tmclaugh@FreeBSD.org> | 2008-01-28 14:29:03 +0800 |
---|---|---|
committer | tmclaugh <tmclaugh@FreeBSD.org> | 2008-01-28 14:29:03 +0800 |
commit | c2f5b354af42e57bf73e7e91f6fbf82952f6f569 (patch) | |
tree | d0fcb0bb658086c2a7a969630fbe2d2cf4b64931 /security/sudo | |
parent | 3fdd4ab91aa88abe7b96a0a9c1d5fda31206c60a (diff) | |
download | freebsd-ports-gnome-c2f5b354af42e57bf73e7e91f6fbf82952f6f569.tar.gz freebsd-ports-gnome-c2f5b354af42e57bf73e7e91f6fbf82952f6f569.tar.zst freebsd-ports-gnome-c2f5b354af42e57bf73e7e91f6fbf82952f6f569.zip |
Update to 1.6.9p12
Changes:
- The ALL command in sudoers now implies SETENV permissions.
- The command search is now performed using the target user's auxiliary
group vector too.
- Various LDAP code improvements.
- Added passprompt_override flag to sudoers to cause sudo's prompt to be
used in all cases. Also set when the -p flag is used.
- New %p prompt escape that expands to the user whose password is being
prompted, as specified by the rootpw, targetpw and runaspw sudoers
flags.
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 13e14a129be4..6e760574b79b 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.9.6 +PORTVERSION= 1.6.9.12 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ ftp://obsd.isc.org/pub/sudo/ \ @@ -16,7 +16,7 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ ftp://ftp.wiretapped.net/pub/security/host-security/sudo/ \ ${MASTER_SITE_LOCAL} MASTER_SITE_SUBDIR= tmclaugh/sudo -DISTNAME= ${PORTNAME}-1.6.9p6 +DISTNAME= ${PORTNAME}-1.6.9p12 MAINTAINER= tmclaugh@FreeBSD.org COMMENT= Allow others to run commands as root diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 20305828ec48..415e7993008c 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -MD5 (sudo-1.6.9p6.tar.gz) = 1f262526f321af388b37e05ee57bb2c7 -SHA256 (sudo-1.6.9p6.tar.gz) = 9e3b67b0813f1c64922e2ba870326d90b76be3e1cc0da396358867976717607e -SIZE (sudo-1.6.9p6.tar.gz) = 574983 +MD5 (sudo-1.6.9p12.tar.gz) = a5795c292e5c64dd9f7bcba8c1c712c9 +SHA256 (sudo-1.6.9p12.tar.gz) = d25c7a04f0db65c4a4e587df337fb6c4bd5165155d7ab64e8b00a89f745dd4aa +SIZE (sudo-1.6.9p12.tar.gz) = 581936 |