[crux-commits] ports/opt (2.3): sudo: updated to 1.6.9p4
crux at crux.nu
crux at crux.nu
Wed Aug 29 09:06:15 UTC 2007
commit d1f48945634eaf7e8a19cf4c5bac4d6f504b85e1
Author: Simone Rota <sip at crux.nu>
Date: Wed Aug 29 11:05:54 2007 +0200
sudo: updated to 1.6.9p4
diff --git a/sudo/.md5sum b/sudo/.md5sum
index d78ad2f..31ab67b 100644
--- a/sudo/.md5sum
+++ b/sudo/.md5sum
@@ -1 +1 @@
-b29893c06192df6230dd5f340f3badf5 sudo-1.6.8p12.tar.gz
+5439d24b48db69d2b6b42e97b47fdfd6 sudo-1.6.9p4.tar.gz
diff --git a/sudo/Pkgfile b/sudo/Pkgfile
index e691b1d..4569146 100644
--- a/sudo/Pkgfile
+++ b/sudo/Pkgfile
@@ -5,13 +5,13 @@
# Depends on:
name=sudo
-version=1.6.8p12
+version=1.6.9p4
release=1
source=(http://www.sudo.ws/$name/dist/$name-$version.tar.gz)
build() {
cd $name-$version
- ./configure --prefix=/usr --libexecdir=/usr/lib
+ ./configure --prefix=/usr --libexecdir=/usr/lib --without-pam
make
install -d $PKG/{etc,usr/{bin,sbin}}
make DESTDIR=$PKG install
More information about the crux-commits
mailing list