diff options
author | Eric L. Hernes <erich@FreeBSD.org> | 1999-03-08 16:27:29 +0000 |
---|---|---|
committer | Eric L. Hernes <erich@FreeBSD.org> | 1999-03-08 16:27:29 +0000 |
commit | a386786d2d530afdf319b7176203dc8d420995e6 (patch) | |
tree | 5fbec5797ff41a7bb0611641af1995496ba91062 /security | |
parent | a377983bb685a22d6d9b8e457f2a12026e339549 (diff) | |
download | ports-a386786d2d530afdf319b7176203dc8d420995e6.tar.gz ports-a386786d2d530afdf319b7176203dc8d420995e6.zip |
upgrade to 1.5.8.1
Submitted by: Igor Vinokurov <igor@rtsnet.ru>
Notes
Notes:
svn path=/head/; revision=17059
Diffstat (limited to 'security')
-rw-r--r-- | security/sudo/Makefile | 20 | ||||
-rw-r--r-- | security/sudo/distinfo | 2 | ||||
-rw-r--r-- | security/sudo/files/patch-aa | 30 |
3 files changed, 15 insertions, 37 deletions
diff --git a/security/sudo/Makefile b/security/sudo/Makefile index 604d85137a33..90b0110ff003 100644 --- a/security/sudo/Makefile +++ b/security/sudo/Makefile @@ -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 diff --git a/security/sudo/distinfo b/security/sudo/distinfo index 9930eaab4ba4..602515729954 100644 --- a/security/sudo/distinfo +++ b/security/sudo/distinfo @@ -1 +1 @@ -MD5 (cu-sudo.v1.5.7p4.tar.Z) = 7fc586c266844d135ecbe3230cbf68ca +MD5 (cu-sudo.v1.5.8p1.tar.gz) = 28aa7d95de3150953fd54b49576a1d64 diff --git a/security/sudo/files/patch-aa b/security/sudo/files/patch-aa index 16efab40e6d4..15fa537299c6 100644 --- a/security/sudo/files/patch-aa +++ b/security/sudo/files/patch-aa @@ -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 |