diff options
author | taca <taca> | 2007-08-18 15:09:11 +0000 |
---|---|---|
committer | taca <taca> | 2007-08-18 15:09:11 +0000 |
commit | ebd3413f0a6b7543bf007ddcf5db5c36c1ced2d0 (patch) | |
tree | 00a03c4891a1adf918a5d3474fb6f9fb7eba3b2b /security/sudo/Makefile | |
parent | 5bd6ff127aca9982eeca264294441ecbe356f32a (diff) | |
download | pkgsrc-ebd3413f0a6b7543bf007ddcf5db5c36c1ced2d0.tar.gz |
Update sudo package to 1.6.9p4.
pkgsrc change:
Make these options mutual exclusive: kerberos pam skey.
(Really, combinations of kerberos and pam, pam and skey are conflicts.)
CHANGES:
609) Worked around a bug ins some PAM implementations that caused a crash
when no tty was present.
610) Fixed a crash on some platforms in the error logging function.
611) Documentation improvements.
Sudo 1.6.9p1 released.
612) Fixed updating of the saved environment when the environ pointer
gets changed out from underneath us.
Sudo 1.6.9p2 released.
613) Fixed a bug related to supplemental group matching introduced
in 1.6.9.
Sudo 1.6.9p3 released.
614) Added IPv6 support from YOSHIFUJI Hideaki.
615) Fixed sudo_noexec installation path.
616) Fixed a K&R compilation error.
Sudo 1.6.9p4 released.
Diffstat (limited to 'security/sudo/Makefile')
-rw-r--r-- | security/sudo/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index e8a05b7f6b6..b82a9bc5e6b 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.95 2007/07/27 17:28:48 gdt Exp $ +# $NetBSD: Makefile,v 1.96 2007/08/18 15:09:11 taca Exp $ # -DISTNAME= sudo-1.6.9 +DISTNAME= sudo-1.6.9p4 CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ @@ -20,10 +20,12 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_LIBTOOL= yes OWN_DIRS+= ${VARBASE}/run GNU_CONFIGURE= yes +BUILD_DEFS+= VARBASE .include "../../mk/bsd.prefs.mk" -CONFIGURE_ENV+= NROFFPROG=${CAT} # to always install man instead of cat +# to always install man instead of cat +CONFIGURE_ENV+= NROFFPROG=${CAT:Q} CONFIGURE_ENV+= mansectsu=8 CONFIGURE_ENV+= mansectform=5 CONFIGURE_ARGS+= --disable-root-mailer |