summaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authorerich <erich@FreeBSD.org>1996-02-05 16:37:53 +0000
committererich <erich@FreeBSD.org>1996-02-05 16:37:53 +0000
commitbd8d8b7e576146c273fa39bb6ac7267499646c0c (patch)
treeec2c6e5b58ea11ff8cfb248fc179a6d491abf067 /security
parentc50087ca617a278f99f403b26ee424ea52efb7cb (diff)
downloadFreeBSD-ports-bd8d8b7e576146c273fa39bb6ac7267499646c0c.zip
FreeBSD-ports-bd8d8b7e576146c273fa39bb6ac7267499646c0c.tar.gz
upgrade to version 1.4
Diffstat (limited to 'security')
-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 3fc81a8..17dc761 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 5cfdba3..1a635dd 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 cd57bd0..eccfcd6 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 323a0d3..08611e6 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 5c42b0d1..dac5259 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
OpenPOWER on IntegriCloud