summaryrefslogtreecommitdiff
path: root/security/sudo
diff options
context:
space:
mode:
authorEric L. Hernes <erich@FreeBSD.org>1996-02-05 16:37:53 +0000
committerEric L. Hernes <erich@FreeBSD.org>1996-02-05 16:37:53 +0000
commit612c4964a4d86d65ce2d48c6cbb5f244e1918180 (patch)
treef0c2795e92c4d27a85fb125c487ba98419f85763 /security/sudo
parentNew checksum, filename not changed at master site. (diff)
upgrade to version 1.4
Notes
Notes: svn path=/head/; revision=2676
Diffstat (limited to 'security/sudo')
-rw-r--r--security/sudo/Makefile13
-rw-r--r--security/sudo/distinfo2
-rw-r--r--security/sudo/files/patch-aa79
-rw-r--r--security/sudo/pkg-descr11
-rw-r--r--security/sudo/pkg-plist1
5 files changed, 23 insertions, 83 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 3fc81a8428ea..17dc761a5f3c 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -1,19 +1,20 @@
# New ports collection makefile for: sudo
-# Version required: 1.3.1pl4
+# Version required: 1.4
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id$
+# $Id: Makefile,v 1.1.1.1 1995/09/22 13:52:50 erich Exp $
#
-DISTNAME= cu-sudo.v1.3.1pl4
-PKGNAME= sudo-1.3.1.4
+DISTNAME= cu-sudo.v1.4
+PKGNAME= sudo-1.4
MAINTAINER= erich@rrnet.com
CATEGORIES+= sysutils
-MASTER_SITES= ftp://mroe.cs.colorado.edu/pub/sysadmin/utilities/
+MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/utilities/
+
EXTRACT_SUFX= .tar.Z
HAS_CONFIGURE= yes
-WRKSRC= ${WRKDIR}/sudo.v1.3.1pl4
+WRKSRC= ${WRKDIR}/sudo.v1.4
.include <bsd.port.mk>
diff --git a/security/sudo/distinfo b/security/sudo/distinfo
index 5cfdba36a7d1..1a635ddd9342 100644
--- a/security/sudo/distinfo
+++ b/security/sudo/distinfo
@@ -1 +1 @@
-MD5 (cu-sudo.v1.3.1pl4.tar.Z) = 76eab7ec541437331c6a621d9864ff3a
+MD5 (cu-sudo.v1.4.tar.Z) = d973b9dbda11356e06e448766efd7221
diff --git a/security/sudo/files/patch-aa b/security/sudo/files/patch-aa
index cd57bd0f1846..eccfcd6b867a 100644
--- a/security/sudo/files/patch-aa
+++ b/security/sudo/files/patch-aa
@@ -1,66 +1,13 @@
-*** configure.in~ Sun Aug 13 16:40:24 1995
---- configure.in Sun Aug 13 16:40:38 1995
-***************
-*** 148,153 ****
---- 148,156 ----
- ;;
- "bsd/386") echo "Looks like bsdi BSD/386"
- ;;
-+ "freebsd") echo "Looks like FreeBSD"
-+ LIBS="${LIBS} -lcrypt"
-+ ;;
- "mtxinu") echo "Looks like mt Xinu MORE/BSD"
- ;;
- "4.3bsd") echo "Looks like HP BSD"
-*** configure~ Sun Aug 13 16:39:32 1995
---- configure Sun Aug 13 16:40:38 1995
-***************
-*** 890,895 ****
---- 890,898 ----
- ;;
- "bsd/386") echo "Looks like bsdi BSD/386"
- ;;
-+ "freebsd") echo "Looks like FreeBSD"
-+ LIBS="${LIBS} -lcrypt"
-+ ;;
- "mtxinu") echo "Looks like mt Xinu MORE/BSD"
- ;;
- "4.3bsd") echo "Looks like HP BSD"
-*** config.h.in~ Sun Aug 13 16:31:00 1995
---- config.h.in Sun Aug 13 16:31:26 1995
-***************
-*** 23,34 ****
---- 23,36 ----
- * NOT using configure.
- */
-
-+ #ifndef __FreeBSD__
- /* Deal with ansi stuff reasonably. */
- #undef __P
- #if defined (__cplusplus) || defined (__STDC__)
- # define __P(args) args
- #else
- # define __P(args) ()
-+ #endif
- #endif
-
- /* New ANSI-style OS defs. */
-*** visudoers/visudo.yacc~ Mon Aug 14 08:53:44 1995
---- visudoers/visudo.yacc Mon Aug 14 08:54:12 1995
-***************
-*** 42,48 ****
- #include "sudo.h"
-
- extern int status;
-! extern int yyerrok, sudolineno, err_line_no;
-
- yyerror(s)
- char *s;
---- 42,48 ----
- #include "sudo.h"
-
- extern int status;
-! extern int sudolineno, err_line_no;
-
- yyerror(s)
- char *s;
+--- configure.dist Mon Feb 5 10:32:17 1996
++++ configure Mon Feb 5 10:32:37 1996
+@@ -551,8 +551,8 @@
+
+ test "$mandir" = '${prefix}/man' && mandir='$(prefix)/man'
+ test "$bindir" = '${exec_prefix}/bin' && bindir='$(exec_prefix)/bin'
+-test "$sbindir" = '${exec_prefix}/sbin' && sbindir='$(exec_prefix)/etc'
+-test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
++test "$sbindir" = '${exec_prefix}/sbin' || sbindir='$(exec_prefix)/etc'
++test "$sysconfdir" = '${prefix}/etc' || sysconfdir='/etc'
+
+
+ # Check whether --with-getpass or --without-getpass was given.
diff --git a/security/sudo/pkg-descr b/security/sudo/pkg-descr
index 323a0d3beb1c..08611e6e8173 100644
--- a/security/sudo/pkg-descr
+++ b/security/sudo/pkg-descr
@@ -1,18 +1,9 @@
-This is the CU version of sudo, release 1.3.1.
+This is the CU version of sudo, release 1.4.
Sudo is a program designed to allow a sysadmin to give limited root privileges
to users and log root activity. The basic philosophy is to give as few
privileges as possible but still allow people to get their work done.
-CU sudo 1.3.1 is mostly a cleanup of the sudo 1.3 code including bug fixes,
-code reworkings, portability changes with a few extra features. See the
-CHANGES file for the full scoop.
-
-Also note that sudo options are now configured in sudo.h instead of the Makefile
-(although you can override the sudo.h values from the Makefile if you so
-desire). For more info see the INSTALL file. If you need to make changes,
-please send them to sudo-bugs@cs.colorado.edu
-
MAILING LISTS:
Please send bugs, problems, comments, etc to sudo-bugs@cs.colorado.edu
diff --git a/security/sudo/pkg-plist b/security/sudo/pkg-plist
index 5c42b0d1321d..dac5259bd7a2 100644
--- a/security/sudo/pkg-plist
+++ b/security/sudo/pkg-plist
@@ -1,5 +1,6 @@
bin/sudo
sbin/visudo
etc/sudoers
+man/man5/sudoers.5
man/man8/sudo.8
man/man8/visudo.8