1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00

upgrade to 1.5.8.1

Submitted by:	Igor Vinokurov <igor@rtsnet.ru>
This commit is contained in:
Eric L. Hernes 1999-03-08 16:27:29 +00:00
parent a377983bb6
commit a386786d2d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=17059
3 changed files with 15 additions and 37 deletions

View File

@ -3,20 +3,28 @@
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
# $Id: Makefile,v 1.14 1998/10/27 04:54:42 asami Exp $
# $Id: Makefile,v 1.15 1999/01/10 18:33:36 steve Exp $
#
DISTNAME= cu-sudo.v1.5.7p4
PKGNAME= sudo-1.5.7.4
DISTNAME= cu-sudo.v1.5.8p1
PKGNAME= sudo-1.5.8.1
CATEGORIES= security
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/
EXTRACT_SUFX= .tar.Z
MAINTAINER= erich@FreeBSD.ORG
WRKSRC= ${WRKDIR}/sudo.v1.5.8p1
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops
WRKSRC= ${WRKDIR}/sudo.v1.5.7p4
CONFIGURE_ARGS= --with-skey \
--with-opie \
--with-logfac=LOG_AUTH \
--disable-log-wrap \
--with-ignore-dot \
--with-tty-tickets \
--with-env-editor \
--disable-root-sudo
MAN5= sudoers.5
MAN8= sudo.8 visudo.8

View File

@ -1 +1 @@
MD5 (cu-sudo.v1.5.7p4.tar.Z) = 7fc586c266844d135ecbe3230cbf68ca
MD5 (cu-sudo.v1.5.8p1.tar.gz) = 28aa7d95de3150953fd54b49576a1d64

View File

@ -1,14 +1,5 @@
--- /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
@@ -22,6 +22,8 @@
ac_help="$ac_help
--with-csops add CSOps standard options"
ac_help="$ac_help
+ --with-fbsdops add FreeBSD standard options"
+ac_help="$ac_help
--with-skey enable S/Key support "
ac_help="$ac_help
--with-opie enable OPIE support "
@@ -665,8 +667,8 @@
test "$mandir" = '${prefix}/man' && mandir='$(prefix)/man'
@ -20,27 +11,6 @@
# Check whether --with-CC or --without-CC was given.
@@ -2068,6 +2070,20 @@
echo "$ac_t""no" 1>&6
fi
+# Check whether --with-fbsdops or --without-fbsdops was given.
+if test "${with_fbsdops+set}" = set; then
+ withval="$with_fbsdops"
+ case $with_fbsdops in
+ yes) OPTIONS="${OPTIONS} -DIGNORE_DOT_PATH -DENV_EDITOR -DUSE_TTY_TICKETS"
+ sbindir='$(exec_prefix)/sbin'
+ echo 'fbsdops--adding options: IGNORE_DOT_PATH ENV_EDITOR USE_TTY_TICKETS'
+ ;;
+ no) ;;
+ *) echo "Ignoring unknown argument to --with-csops: $with_csops"
+ ;;
+ esac
+fi
+
# Extract the first word of "egrep", so it can be a program name with args.
set dummy egrep; ac_word=$2
@@ -7000,7 +7016,7 @@
fi