From ec3c1a879c14901fcdcf080d20f7d1e19349f1ca Mon Sep 17 00:00:00 2001 From: taca Date: Thu, 24 Jan 2002 16:01:02 +0000 Subject: Update sudo package to 1.6.5.2 (1.6.5p2). 469) Older versions of BSDi have getifaddrs() but no freeifaddrs(). 470) BSDi has a fake setreuid() as do certain versions of FreeBSD and NetBSD. 471) Ignore the return value of pam_setcred(). In Linux-PAM 0.75, pam_setcred() will return PAM_PERM_DENIED even if the setcred function of the module succeeds when pam_authenticate() has not been called. 472) Avoid giving PAM a NULL password response, use the empty string instead. This avoids a log warning when the user hits ^C at the password prompt when Linux-PAM is in use. This also prevents older versions of Linux-PAM from dereferencing the NULL pointer. 473) The user's password was not zeroed after use when AIX authentication, BSD authentication, FWTK or PAM was in use. Sudo 1.6.5p2 released. --- security/sudo/Makefile | 8 ++++---- security/sudo/distinfo | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) (limited to 'security/sudo') diff --git a/security/sudo/Makefile b/security/sudo/Makefile index a9f22133f4b..8887420bf99 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -1,8 +1,8 @@ -# $NetBSD: Makefile,v 1.43 2002/01/18 11:44:14 taca Exp $ +# $NetBSD: Makefile,v 1.44 2002/01/24 16:01:02 taca Exp $ # -DISTNAME= sudo-1.6.5p1 -PKGNAME= ${DISTNAME:S/p1/.1/} +DISTNAME= sudo-1.6.5p2 +PKGNAME= ${DISTNAME:S/p1/.2/} CATEGORIES= security MASTER_SITES= http://www.courtesan.com/sudo/dist/ \ ftp://ftp.courtesan.com/pub/sudo/ \ @@ -19,7 +19,7 @@ GNU_CONFIGURE= # defined .include "../../mk/bsd.prefs.mk" -CONFIGURE_ARGS+= --disable-root-mailer +CONFIGURE_ARGS+= --disable-root-mailer --disable-setreuid CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} .if ${OPSYS} == "NetBSD" diff --git a/security/sudo/distinfo b/security/sudo/distinfo index dcf0ea4caa8..f7dc4e90674 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.6 2002/01/18 11:44:14 taca Exp $ +$NetBSD: distinfo,v 1.7 2002/01/24 16:01:02 taca Exp $ -SHA1 (sudo-1.6.5p1.tar.gz) = cacb01539a0bf0c900acdd7db3a207113db8ec3f -Size (sudo-1.6.5p1.tar.gz) = 331167 bytes +SHA1 (sudo-1.6.5p2.tar.gz) = 5fdf8887e94389551596de066e29179d6551ba15 +Size (sudo-1.6.5p2.tar.gz) = 332414 bytes SHA1 (patch-aa) = 3298ebd31c6348848c02b98e493a6772369ca840 SHA1 (patch-ab) = 9ee5fd292495a97ba8acfdddfd60c54955070eac SHA1 (patch-af) = 7aaf790e8512e4371d87d367dd2d6e6b020d0ab2 -- cgit v1.2.3