diff options
author | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-08-27 19:40:48 +0000 |
---|---|---|
committer | Tom McLaughlin <tmclaugh@FreeBSD.org> | 2007-08-27 19:40:48 +0000 |
commit | f384e1030f528aa83ca5bf874febcde4edd63efa (patch) | |
tree | 0d58bb622f79d8d6943a59ea43f86ce726bb7228 /security/sudo | |
parent | 35e98f17b401b87453069b8ab91d097341be7466 (diff) |
Notes
Diffstat (limited to 'security/sudo')
-rw-r--r-- | security/sudo/Makefile | 8 | ||||
-rw-r--r-- | security/sudo/distinfo | 6 | ||||
-rw-r--r-- | security/sudo/files/patch-sudoers | 17 |
3 files changed, 23 insertions, 8 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 9dd2275543af..4b4d27ae322a 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -6,8 +6,7 @@ # PORTNAME= sudo -PORTVERSION= 1.6.9.3 -PORTREVISION= 2 +PORTVERSION= 1.6.9.4 CATEGORIES= security MASTER_SITES= http://www.sudo.ws/sudo/dist/ \ http://probsd.org/sudoftp/ \ @@ -19,7 +18,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.9p3 +DISTNAME= ${PORTNAME}-1.6.9p4 MAINTAINER= tmclaugh@FreeBSD.org COMMENT= Allow others to run commands as root @@ -34,8 +33,7 @@ CONFIGURE_ARGS= --sysconfdir=${PREFIX}/etc \ --with-env-editor \ --with-logincap \ --with-long-otp-prompt \ - --with-pam \ - --with-noexec=${PREFIX}/libexec/sudo_noexec.so + --with-pam OPTIONS= LDAP "With LDAP support" off \ INSULTS "With all insults" off \ diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 6a423635a380..c9201e6f5d3a 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,3 +1,3 @@ -MD5 (sudo-1.6.9p3.tar.gz) = 21791b0bfb14fe1dc508fdcfaae9bacc -SHA256 (sudo-1.6.9p3.tar.gz) = 7ed5b22455f168b9a9e3bc884824283ad8e19939eb6aa4edaaae08b01f641a62 -SIZE (sudo-1.6.9p3.tar.gz) = 558517 +MD5 (sudo-1.6.9p4.tar.gz) = 5439d24b48db69d2b6b42e97b47fdfd6 +SHA256 (sudo-1.6.9p4.tar.gz) = 849f5f727c28bdd7431ecb839b862da972265b812ecf907d4182eacecf71c578 +SIZE (sudo-1.6.9p4.tar.gz) = 581385 diff --git a/security/sudo/files/patch-sudoers b/security/sudo/files/patch-sudoers new file mode 100644 index 000000000000..90bb834734dc --- /dev/null +++ b/security/sudo/files/patch-sudoers @@ -0,0 +1,17 @@ +--- sudoers.orig 2007-07-08 09:06:33.000000000 -0400 ++++ sudoers 2007-08-27 15:37:00.868840000 -0400 +@@ -12,6 +12,14 @@ + # Cmnd alias specification + + # Defaults specification ++# Uncomment if needed to preserve environmental variables related to the ++# FreeBSD pkg_* utilities. ++#Defaults env_keep += "PKG_PATH PKG_DBDIR PKG_TMPDIR TMPDIR PACKAGEROOT PACKAGESITE PKGDIR" ++ ++# Uncomment if needed to preserve environmental variables related to ++# portupgrade. (portupgrade uses some of the same variables as the pkg_* ++# tools so their Defaults above should be uncommented if needed too.) ++#Defaults env_keep += "PORTSDIR PORTS_INDEX PORTS_DBDIR PACKAGES PKGTOOLS_CONF" + + # Runas alias specification + |