summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-01-10 18:33:41 +0000
committerSteve Price <steve@FreeBSD.org>1999-01-10 18:33:41 +0000
commitf8798aafe3fe3c9f83b982d4e423f394e388624f (patch)
treeded869d9faa7eee9ff39d5df5372b548b5aa714d /security
parentUpdate to version 3.5-1.0p1. (diff)
Update to version 1.5.7.4.
PR: 9346 Submitted by: Palle Girgensohn <girgen@partitur.se>
Notes
Notes: svn path=/head/; revision=15976
Diffstat (limited to 'security')
-rw-r--r--security/sudo/Makefile8
-rw-r--r--security/sudo/distinfo2
-rw-r--r--security/sudo/files/patch-aa25
3 files changed, 17 insertions, 18 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile
index 95d7fabe1868..604d85137a33 100644
--- a/security/sudo/Makefile
+++ b/security/sudo/Makefile
@@ -3,11 +3,11 @@
# Date created: Sun Aug 13 12:36:14 CDT 1995
# Whom: erich@rrnet.com
#
-# $Id: Makefile,v 1.13 1998/10/26 13:20:23 vanilla Exp $
+# $Id: Makefile,v 1.14 1998/10/27 04:54:42 asami Exp $
#
-DISTNAME= cu-sudo.v1.5.6p5
-PKGNAME= sudo-1.5.6.5
+DISTNAME= cu-sudo.v1.5.7p4
+PKGNAME= sudo-1.5.7.4
CATEGORIES= security
MASTER_SITES= ftp://ftp.cs.colorado.edu/pub/sysadmin/sudo/
EXTRACT_SUFX= .tar.Z
@@ -16,7 +16,7 @@ MAINTAINER= erich@FreeBSD.ORG
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-C2 --with-skey --with-fbsdops
-WRKSRC= ${WRKDIR}/sudo.v1.5.6p5
+WRKSRC= ${WRKDIR}/sudo.v1.5.7p4
MAN5= sudoers.5
MAN8= sudo.8 visudo.8
diff --git a/security/sudo/distinfo b/security/sudo/distinfo
index adb628943edb..9930eaab4ba4 100644
--- a/security/sudo/distinfo
+++ b/security/sudo/distinfo
@@ -1 +1 @@
-MD5 (cu-sudo.v1.5.6p5.tar.Z) = 071910f856bd8782925db88031146c96
+MD5 (cu-sudo.v1.5.7p4.tar.Z) = 7fc586c266844d135ecbe3230cbf68ca
diff --git a/security/sudo/files/patch-aa b/security/sudo/files/patch-aa
index bd6cf0129bed..16efab40e6d4 100644
--- a/security/sudo/files/patch-aa
+++ b/security/sudo/files/patch-aa
@@ -1,30 +1,29 @@
---- configure.orig Sun Sep 20 04:25:10 1998
-+++ configure Fri Oct 23 00:17:09 1998
-@@ -48,6 +48,8 @@
+--- /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
- --enable-log-host Log the hostname in the log file
- --disable-log-host Do not log hostname in the log file (default)"
+ --with-skey enable S/Key support "
ac_help="$ac_help
-@@ -579,8 +581,8 @@
+ --with-opie enable OPIE support "
+@@ -665,8 +667,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 "$sbindir" = '${exec_prefix}/sbin' && sbindir='$(exec_prefix)/sbin'
-test "$sysconfdir" = '${prefix}/etc' && sysconfdir='/etc'
-+test "$sbindir" = '${exec_prefix}/sbin' || sbindir='$(exec_prefix)/etc'
++test "$sbindir" = '${exec_prefix}/sbin' || sbindir='$(exec_prefix)/sbin'
+test "$sysconfdir" = '${prefix}/etc' || sysconfdir='/etc'
# Check whether --with-CC or --without-CC was given.
-@@ -940,7 +942,20 @@
-
+@@ -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"
@@ -39,10 +38,10 @@
+ esac
+fi
+
+
# Extract the first word of "egrep", so it can be a program name with args.
set dummy egrep; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
-@@ -5008,7 +5023,7 @@
+@@ -7000,7 +7016,7 @@
fi
if test "$with_skey" = "yes"; then