diff options
author | cube <cube@pkgsrc.org> | 2005-10-25 22:05:55 +0000 |
---|---|---|
committer | cube <cube@pkgsrc.org> | 2005-10-25 22:05:55 +0000 |
commit | b62e58b21b8bec970ee023cae29786a31ebe7f85 (patch) | |
tree | 70815c355c80f9842e7880674f9f4dcf6950bf70 /security/sudo/Makefile | |
parent | 05216ca190ea188510fc2e036f9f6b126c0bf9ff (diff) | |
download | pkgsrc-b62e58b21b8bec970ee023cae29786a31ebe7f85.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/ \ |