mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-02 06:03:50 +00:00
Update to 1.6.9p4
- IPv6 support added. - Added notes to default sudoers for handling environmental variables related to our pkg_* tools and portupgrade.
This commit is contained in:
parent
35e98f17b4
commit
f384e1030f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=198399
@ -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 \
|
||||
|
@ -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
|
||||
|
17
security/sudo/files/patch-sudoers
Normal file
17
security/sudo/files/patch-sudoers
Normal file
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user