diff options
author | mharo <mharo@FreeBSD.org> | 2004-11-16 16:38:38 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 2004-11-16 16:38:38 +0800 |
commit | e4129950dc6a6fc5df37703fa36488b913040aa0 (patch) | |
tree | 2db0cd9e4a4a7e75d4d95ea26bd4ee685cc6926a /security | |
parent | a34084c72910f8f44054e8058ad74e0552c99948 (diff) | |
download | freebsd-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/Makefile | 2 | ||||
-rw-r--r-- | security/sudo/files/patch-env.c | 10 |
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 + }; + |