Date: Tue, 9 Mar 1999 13:02:36 +0800 (CST) From: Ying-Chieh Liao <ijliao@Terry.Dorm10.NCTU.edu.tw> To: FreeBSD-gnats-submit@freebsd.org Subject: ports/10499: upgrade ports/security/sudo to 1.5.8p2 Message-ID: <199903090502.NAA32004@Terry.Dorm10.NCTU.edu.tw>
next in thread | raw e-mail | index | archive | help
>Number: 10499 >Category: ports >Synopsis: upgrade ports/security/sudo to 1.5.8p2 >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Mar 8 21:10:01 PST 1999 >Closed-Date: >Last-Modified: >Originator: Ying-Chieh Liao >Release: FreeBSD 4.0-CURRENT i386 >Organization: NCTU CSIE >Environment: FreeBSD Terry.Dorm10.NCTU.edu.tw 4.0-CURRENT FreeBSD 4.0-CURRENT #9: Tue Mar 2 21:52:18 CST 1999 root@Terry.Dorm10.NCTU.edu.tw:/usr/src/sys/compile/TERRY i386 >Description: upgrade ports/security/sudo to 1.5.8p2 1.5.8p2 no longer exists on master site >How-To-Repeat: >Fix: diff -ruN /usr/ports/security/sudo/Makefile sudo/Makefile --- /usr/ports/security/sudo/Makefile Tue Mar 9 00:27:28 1999 +++ sudo/Makefile Tue Mar 9 12:26:34 1999 @@ -6,14 +6,14 @@ # $Id: Makefile,v 1.16 1999/03/08 16:27:28 erich Exp $ # -DISTNAME= cu-sudo.v1.5.8p1 -PKGNAME= sudo-1.5.8.1 +DISTNAME= cu-sudo.v1.5.8p2 +PKGNAME= sudo-1.5.8.2 CATEGORIES= security MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/ MAINTAINER= erich@FreeBSD.ORG -WRKSRC= ${WRKDIR}/sudo.v1.5.8p1 +WRKSRC= ${WRKDIR}/sudo.v1.5.8p2 GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-skey \ diff -ruN /usr/ports/security/sudo/files/md5 sudo/files/md5 --- /usr/ports/security/sudo/files/md5 Tue Mar 9 00:27:29 1999 +++ sudo/files/md5 Tue Mar 9 12:26:39 1999 @@ -1 +1 @@ -MD5 (cu-sudo.v1.5.8p1.tar.gz) = 28aa7d95de3150953fd54b49576a1d64 +MD5 (cu-sudo.v1.5.8p2.tar.gz) = 2c53bea33818abbf07e7b2a63f940f8f diff -ruN /usr/ports/security/sudo/patches/patch-aa sudo/patches/patch-aa --- /usr/ports/security/sudo/patches/patch-aa Tue Mar 9 09:49:25 1999 +++ sudo/patches/patch-aa Tue Mar 9 12:40:07 1999 @@ -1,6 +1,6 @@ --- /usr/ports/security/sudo/work2/sudo.v1.5.7p4/configure Tue Nov 24 05:40:24 1998 +++ configure Sat Jan 2 04:07:08 1999 -@@ -665,8 +667,8 @@ +@@ -667,8 +669,8 @@ test "$mandir" = '${prefix}/man' && mandir='$(prefix)/man' test "$bindir" = '${exec_prefix}/bin' && bindir='$(exec_prefix)/bin' @@ -11,7 +11,7 @@ # Check whether --with-CC or --without-CC was given. -@@ -7000,7 +7016,7 @@ +@@ -7170,7 +7188,7 @@ fi if test "$with_skey" = "yes"; then diff -ruN /usr/ports/security/sudo/patches/patch-ab sudo/patches/patch-ab --- /usr/ports/security/sudo/patches/patch-ab Wed Oct 16 15:47:22 1996 +++ sudo/patches/patch-ab Tue Mar 9 12:49:34 1999 @@ -1,8 +1,8 @@ --- ./Makefile.in.org Sun Aug 25 10:29:31 1996 +++ ./Makefile.in Wed Oct 16 00:43:03 1996 -@@ -214,6 +214,7 @@ - else \ - $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0440 $(srcdir)/sudoers $(sudoersdir)/sudoers; \ +@@ -219,6 +219,7 @@ + $(INSTALL) -o $(sudoers_uid) -g $(sudoers_gid) -m $(sudoers_mode) \ + $(srcdir)/sudoers $(sudoersdir)/sudoers; \ fi + $(INSTALL) -o $(install_uid) -g $(install_gid) -m 0440 $(srcdir)/sudoers $(sudoersdir)/sudoers.sample diff -ruN /usr/ports/security/sudo/patches/patch-ac sudo/patches/patch-ac --- /usr/ports/security/sudo/patches/patch-ac Tue Mar 9 09:49:25 1999 +++ sudo/patches/patch-ac Tue Mar 9 12:57:22 1999 @@ -1,6 +1,6 @@ --- sudo.man.orig Mon Sep 7 11:43:40 1998 +++ sudo.man Fri Oct 23 00:17:48 1998 -@@ -195,10 +195,11 @@ +@@ -198,10 +198,11 @@ .SH "DESCRIPTION" \fBsudo\fR allows a permitted user to execute a \fIcommand\fR as the superuser (real and effective uid and gid are set @@ -12,7 +12,7 @@ -file \fI/etc/sudoers\fR. By giving \fBsudo\fR the \f(CW-v\fR flag a user +file \fI/usr/local/etc/sudoers\fR. By giving \fBsudo\fR the \f(CW-v\fR flag a user can update the time stamp without running a \fIcommand.\fR - The password prompt itself will also time out if the password is + The password prompt itself will also time out if the user's password is not entered with N minutes (again, this is defined at installation @@ -321,7 +322,7 @@ .SH "FILES" @@ -25,7 +25,7 @@ .PP --- sudoers.man.orig Mon Sep 7 11:43:40 1998 +++ sudoers.man Fri Oct 23 00:22:04 1998 -@@ -297,7 +297,7 @@ +@@ -300,7 +300,7 @@ \fB\s-1DO\s0 \s-1NOT\s0\fR define an alias of \fI\s-1ALL\s0\fR, it will \fB\s-1NOT\s0\fR be used. Note that \fI\s-1ALL\s0\fR implies the entire universe of hosts/users/commands. You can subtract elements from the universe by using the syntax: @@ -34,7 +34,7 @@ Note that the \*(L"!\*(R" notation only works in a user's command list. You may not use it to subtract elements in a User_Alias, Host_Alias, Cmnd_Alias or user list. -@@ -334,7 +334,7 @@ +@@ -337,7 +337,7 @@ \& Cmnd_Alias SHELLS=/bin/sh,/bin/csh,/bin/tcsh,/bin/ksh \& Cmnd_Alias SU=/bin/su \& Cmnd_Alias MISC=/bin/rm,/bin/cat:\e @@ -43,7 +43,7 @@ .Ve .Vb 14 \& # User specification -@@ -344,11 +344,11 @@ +@@ -347,11 +347,11 @@ \& +interns +openlabs=ALL,!SHELLS,!SU \& britt REMOTE=SHUTDOWN:ALL=LPCS \& jimbo CUNETS=/bin/su ?*,!/bin/su *root* @@ -59,7 +59,7 @@ \& kodiakthorn=NOPASSWD: ALL \& steve CSNETS=(operator) /usr/op_commands/ .Ve -@@ -394,21 +394,21 @@ +@@ -397,21 +397,21 @@ B network). .Ip "nieusma" 16 The user \f(CWnieusma\fR may run commands in the \f(CWSHUTDOWN\fR alias @@ -86,7 +86,7 @@ on \f(CWkodiakthorn\fR (no password required on \f(CWkodiakthorn\fR). .Ip "steve" 16 The user \f(CWsteve\fR may run any command in the \fI/usr/op_commands/\fR -@@ -421,8 +421,8 @@ +@@ -424,8 +424,8 @@ .SH "FILES" .PP .Vb 2 @@ -99,7 +99,7 @@ \fIsudo\fR\|(8), \fIvisudo\fR\|(8), \fIsu\fR\|(1), \fIfnmatch\fR\|(3). --- visudo.man.orig Mon Sep 7 11:43:41 1998 +++ visudo.man Fri Oct 23 00:17:48 1998 -@@ -232,8 +232,8 @@ +@@ -235,8 +235,8 @@ .SH "FILES" .Sp .Vb 2 >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199903090502.NAA32004>