summaryrefslogtreecommitdiff
path: root/security/sudo/Makefile
diff options
context:
space:
mode:
authorcube <cube>2004-11-12 16:47:31 +0000
committercube <cube>2004-11-12 16:47:31 +0000
commite71256b2f15617b6a386fb9d2f5af83317c5264e (patch)
tree49fb7ab9c8c81108d854db2b3dd8627671e99610 /security/sudo/Makefile
parent901cb7b92e8720716c32b409e05a9e106942f960 (diff)
downloadpkgsrc-e71256b2f15617b6a386fb9d2f5af83317c5264e.tar.gz
Update to version 1.6.8pl2. Fixes a security flaw for the sad people using
bash-as-sh (and people allowing bash scripts to be run through sudo). The user could override commands by functions of her own. ChangeLog: 549) Bash exported functions and the CDPATH variable are now stripped from the environment passed to the program to be executed.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r--security/sudo/Makefile8
1 files changed, 4 insertions, 4 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 35f13bcbc0e..a3d441ef1f8 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.71 2004/10/03 00:18:13 tv Exp $
+# $NetBSD: Makefile,v 1.72 2004/11/12 16:47:31 cube Exp $
#
-DISTNAME= sudo-1.6.8p1
-PKGNAME= sudo-1.6.8pl1
-PKGREVISION= 1
+DISTNAME= sudo-1.6.8p2
+PKGNAME= sudo-1.6.8pl2
+PKGREVISION= #
CATEGORIES= security
MASTER_SITES= http://www.courtesan.com/sudo/dist/ \
ftp://ftp.courtesan.com/pub/sudo/ \