sudo: update to 1.7.4p5.
This commit is contained in:
parent
5ad5aceb99
commit
18b1f474d3
2 changed files with 8 additions and 9 deletions
|
@ -1,6 +1,6 @@
|
|||
--- install-sh.orig 2010-04-22 13:32:13.000776102 +0200
|
||||
+++ install-sh 2010-04-22 13:35:55.804781474 +0200
|
||||
@@ -88,7 +88,6 @@ while ${MORETODO} ; do
|
||||
--- install-sh.orig 2011-01-13 10:34:38.853561570 +0100
|
||||
+++ install-sh 2011-01-13 10:35:04.468525074 +0100
|
||||
@@ -91,7 +91,6 @@ while ${MORETODO} ; do
|
||||
X-G)
|
||||
GROUP="$2"
|
||||
shift
|
||||
|
@ -8,7 +8,7 @@
|
|||
;;
|
||||
X-G*)
|
||||
if ${ROOT} ; then
|
||||
@@ -107,12 +106,10 @@ while ${MORETODO} ; do
|
||||
@@ -110,12 +109,10 @@ while ${MORETODO} ; do
|
||||
;;
|
||||
X-M)
|
||||
MODE="$2"
|
||||
|
@ -16,12 +16,12 @@
|
|||
shift
|
||||
;;
|
||||
X-M*)
|
||||
MODE=`expr "$1" : '-m\(.*\)'`
|
||||
MODE="`echo \"$1\" | sed 's/^..//'`"
|
||||
- ${ROOT} && CHMODIT=true
|
||||
;;
|
||||
X-n)
|
||||
TOUCHIT=false
|
||||
@@ -129,7 +126,6 @@ while ${MORETODO} ; do
|
||||
@@ -132,7 +129,6 @@ while ${MORETODO} ; do
|
||||
X-O)
|
||||
OWNER="$2"
|
||||
shift
|
||||
|
|
|
@ -1,7 +1,6 @@
|
|||
# Template build file for 'sudo'.
|
||||
pkgname=sudo
|
||||
version=1.7.4p4
|
||||
revision=1
|
||||
version=1.7.4p5
|
||||
distfiles="http://www.courtesan.com/sudo/dist/$pkgname-$version.tar.gz"
|
||||
build_style=gnu_configure
|
||||
configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
||||
|
@ -9,7 +8,7 @@ configure_args="--with-ignore-dot -with-all-insults --with-env-editor
|
|||
--disable-root-sudo --with-logfac=auth --without-sendmail --disable-root-mailer"
|
||||
short_desc="Allow others to run commands as root"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
checksum=38de3c3e08346b2b8dcb3cf7ed0813300d1a1d5696d0f338ea8a4ef232aacf97
|
||||
checksum=72e8e3545f314d342f178b0fee4b483e26d70ef132b081699be035da0f0acbba
|
||||
long_desc="
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue