sudo: update to 1.7.2p7

This commit is contained in:
Juergen Daubert 2010-06-03 11:35:26 +02:00
parent aa5f654da2
commit f2ea19f359
2 changed files with 3 additions and 2 deletions

View File

@ -1 +1 @@
c4f1a43e8ba94f6bf06d2211442148c4 sudo-1.7.2p6.tar.gz
3ac78668427a53e12d7639fdfab2f1af sudo-1.7.2p7.tar.gz

View File

@ -3,7 +3,7 @@
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=sudo
version=1.7.2p6
version=1.7.2p7
release=1
source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz)
@ -13,6 +13,7 @@ build() {
./configure --prefix=/usr \
--libexecdir=/usr/lib \
--mandir=/usr/man \
--with-logfac=auth \
--without-pam
make