diff options
author | osa <osa@FreeBSD.org> | 2005-06-21 12:52:00 +0000 |
---|---|---|
committer | osa <osa@FreeBSD.org> | 2005-06-21 12:52:00 +0000 |
commit | 2905af34fbbe4d79dadd0a370a66543480869957 (patch) | |
tree | d5b9d9900d525e15a2d5a95180ca28fe093976d2 /security/sudo/Makefile | |
parent | ae6b23068825208a34ff3827dc23b8d7d687dc83 (diff) | |
download | FreeBSD-ports-2905af34fbbe4d79dadd0a370a66543480869957.zip FreeBSD-ports-2905af34fbbe4d79dadd0a370a66543480869957.tar.gz |
Security update to latest release: 1.6.8p9.
<Security Alert>
Summary:
A race condition in Sudo's command pathname handling prior
to Sudo version 1.6.8p9 that could allow a user with Sudo
privileges to run arbitrary commands.
Sudo versions affected:
Sudo versions 1.3.1 up to and including 1.6.8p8.
</Security Alert>
More information about this incident available at:
http://www.sudo.ws/sudo/alerts/path_race.html
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 7ba488f..9e5534c 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,7 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.8.8 +PORTVERSION= 1.6.8.9 PORTREVISION= 0 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ @@ -19,7 +19,7 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://pluto.cdpa.nsysu.edu.tw/sudo/ \ ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \ ftp://ftp.stikman.com/pub/sudo/ -DISTNAME= ${PORTNAME}-1.6.8p8 +DISTNAME= ${PORTNAME}-1.6.8p9 MAINTAINER= mharo@FreeBSD.org COMMENT= Allow others to run commands as root |