mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-03 06:04:53 +00:00
Update to sudo-1.6.3p8, which *really* includes the CDPATH fix, and
another one that does not directly affect FreeBSD (our _PATH_VARTMP was fine before, too). Approved by: mharo (maintainer)
This commit is contained in:
parent
b03f2de591
commit
79036c17e5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=121805
@ -6,8 +6,8 @@
|
||||
#
|
||||
|
||||
PORTNAME= sudo
|
||||
PORTVERSION= 1.6.8.2
|
||||
PORTREVISION= 1
|
||||
PORTVERSION= 1.6.8.3
|
||||
PORTREVISION= 0
|
||||
CATEGORIES= security
|
||||
MASTER_SITES= http://www.sudo.ws/sudo/dist/ \
|
||||
http://probsd.org/sudoftp/ \
|
||||
@ -19,7 +19,7 @@ MASTER_SITES= http://www.sudo.ws/sudo/dist/ \
|
||||
http://pluto.cdpa.nsysu.edu.tw/sudo/ \
|
||||
ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ \
|
||||
ftp://ftp.stikman.com/pub/sudo/
|
||||
DISTNAME= ${PORTNAME}-1.6.8p2
|
||||
DISTNAME= ${PORTNAME}-1.6.8p3
|
||||
|
||||
MAINTAINER= mharo@FreeBSD.org
|
||||
COMMENT= Allow others to run commands as root
|
||||
|
@ -1,2 +1,2 @@
|
||||
MD5 (sudo-1.6.8p2.tar.gz) = 03b92a99b37f22351f4bae5119dabe3d
|
||||
SIZE (sudo-1.6.8p2.tar.gz) = 583690
|
||||
MD5 (sudo-1.6.8p3.tar.gz) = b2293ece1b72d9d360bc6a6b3a588787
|
||||
SIZE (sudo-1.6.8p3.tar.gz) = 583791
|
||||
|
@ -1,10 +0,0 @@
|
||||
--- 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
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user