diff options
author | Michael Haro <mharo@FreeBSD.org> | 2004-11-16 08:38:38 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 2004-11-16 08:38:38 +0000 |
commit | 86accaee7b992921814a914565f4625b8ead6e96 (patch) | |
tree | e1f8f89caaa17056e88e5d11a3f1c8599b4109bb /security | |
parent | 6783ddfde7c8cfbb138d34ea7467e9752cbb8aaa (diff) | |
download | ports-86accaee7b992921814a914565f4625b8ead6e96.tar.gz ports-86accaee7b992921814a914565f4625b8ead6e96.zip |
Notes
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 + }; + |