diff options
author | cube <cube> | 2005-10-25 22:05:55 +0000 |
---|---|---|
committer | cube <cube> | 2005-10-25 22:05:55 +0000 |
commit | 3ccbb3d0d14a927a03fc64c5a595a00419743e96 (patch) | |
tree | 70815c355c80f9842e7880674f9f4dcf6950bf70 /security/sudo/Makefile | |
parent | 3104d6305defe37ca61eb8138e53f3dfa2ae7de8 (diff) | |
download | pkgsrc-3ccbb3d0d14a927a03fc64c5a595a00419743e96.tar.gz |
Add a patch for CVE-2005-2959: SHELLOPTS and PS4 have to be cleared from
the environment before letting the user execute bash scripts.
Bump PKGREVISION.
From Debian.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index a664a62be16..170cfaddd8f 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.81 2005/10/07 12:53:02 rillig Exp $ +# $NetBSD: Makefile,v 1.82 2005/10/25 22:05:55 cube Exp $ # DISTNAME= sudo-1.6.8p9 PKGNAME= sudo-1.6.8pl9 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ |