diff options
author | Sergey A. Osokin <osa@FreeBSD.org> | 2005-06-21 12:52:00 +0000 |
---|---|---|
committer | Sergey A. Osokin <osa@FreeBSD.org> | 2005-06-21 12:52:00 +0000 |
commit | 0e8964abd39e7edf6a6fb165e0832c5599bbed4a (patch) | |
tree | c9ba590d5ad8ccc7c499c4a435427980c22f4522 /security | |
parent | - Invert condition in pkg-plist. (diff) |
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
Notes
Notes:
svn path=/head/; revision=137811
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 4 | ||||
-rw-r--r-- | security/sudo/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 7ba488f06808..9e5534c16ef7 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 diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 9e01cea22fb5..fa8954beca57 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,2 +1,2 @@ -MD5 (sudo-1.6.8p8.tar.gz) = 7a60e95d0931dcf3caff7929e974d5cc -SIZE (sudo-1.6.8p8.tar.gz) = 585608 +MD5 (sudo-1.6.8p9.tar.gz) = 6d0346abd16914956bc7ea4f17fc85fb +SIZE (sudo-1.6.8p9.tar.gz) = 585509 |