sudo: update to 1.8.2

This commit is contained in:
Juergen Daubert 2011-08-24 12:01:54 +02:00
parent 0894d71730
commit 827e0a4eab
2 changed files with 4 additions and 3 deletions

View File

@ -1 +1 @@
e8330f0e63b0ecb2e12b5c76922818cc sudo-1.8.1p2.tar.gz 000f458e7391be9fdf459a9ad6a4912a sudo-1.8.2.tar.gz

View File

@ -4,7 +4,7 @@
# Depends on: zlib # Depends on: zlib
name=sudo name=sudo
version=1.8.1p2 version=1.8.2
release=1 release=1
source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz) source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz)
@ -16,7 +16,8 @@ build() {
--mandir=/usr/man \ --mandir=/usr/man \
--with-logfac=auth \ --with-logfac=auth \
--with-timedir=/var/lib/sudo \ --with-timedir=/var/lib/sudo \
--without-pam --without-pam \
--disable-nls
make make
make DESTDIR=$PKG install make DESTDIR=$PKG install