aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormharo <mharo@FreeBSD.org>2004-11-16 16:38:38 +0800
committermharo <mharo@FreeBSD.org>2004-11-16 16:38:38 +0800
commite4129950dc6a6fc5df37703fa36488b913040aa0 (patch)
tree2db0cd9e4a4a7e75d4d95ea26bd4ee685cc6926a /security
parenta34084c72910f8f44054e8058ad74e0552c99948 (diff)
downloadfreebsd-ports-gnome-e4129950dc6a6fc5df37703fa36488b913040aa0.tar.gz
freebsd-ports-gnome-e4129950dc6a6fc5df37703fa36488b913040aa0.tar.zst
freebsd-ports-gnome-e4129950dc6a6fc5df37703fa36488b913040aa0.zip
strip out CDPATH
Submitted by: Peter Pentchev <roam@ringlet.net>
Diffstat (limited to 'security')
-rw-r--r--security/sudo/Makefile2
-rw-r--r--security/sudo/files/patch-env.c10
2 files changed, 11 insertions, 1 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 82c505dee3af..1899e391ebf8 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -7,7 +7,7 @@
PORTNAME= sudo
PORTVERSION= 1.6.8.2
-PORTREVISION= 0
+PORTREVISION= 1
CATEGORIES= security
MASTER_SITES= http://www.sudo.ws/sudo/dist/ \
http://probsd.org/sudoftp/ \
diff --git a/security/sudo/files/patch-env.c b/security/sudo/files/patch-env.c
new file mode 100644
index 000000000000..dc64aad1bc25
--- /dev/null
+++ b/security/sudo/files/patch-env.c
@@ -0,0 +1,10 @@
+--- env.c.orig Mon Nov 15 12:58:46 2004
++++ env.c Mon Nov 15 12:58:55 2004
+@@ -123,6 +123,7 @@
+ "TERMCAP", /* XXX - only if it starts with '/' */
+ "ENV",
+ "BASH_ENV",
++ "CDPATH",
+ NULL
+ };
+