diff --git a/sudo/.md5sum b/sudo/.md5sum index e470c4f2..7db97cd1 100644 --- a/sudo/.md5sum +++ b/sudo/.md5sum @@ -1 +1 @@ -c4f1a43e8ba94f6bf06d2211442148c4 sudo-1.7.2p6.tar.gz +3ac78668427a53e12d7639fdfab2f1af sudo-1.7.2p7.tar.gz diff --git a/sudo/Pkgfile b/sudo/Pkgfile index 72001a62..c01c5238 100644 --- a/sudo/Pkgfile +++ b/sudo/Pkgfile @@ -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