[arch-commits] CVS update of arch/build/system/sudo (PKGBUILD)
Tobias Powalowski
tpowa at archlinux.org
Mon Sep 10 19:37:55 UTC 2007
Date: Monday, September 10, 2007 @ 15:37:55
Author: tpowa
Path: /home/cvs-arch/arch/build/system/sudo
Modified: PKGBUILD (1.26 -> 1.27)
'upgpkg: update to new version'
----------+
PKGBUILD | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
Index: arch/build/system/sudo/PKGBUILD
diff -u arch/build/system/sudo/PKGBUILD:1.26 arch/build/system/sudo/PKGBUILD:1.27
--- arch/build/system/sudo/PKGBUILD:1.26 Tue Aug 21 14:01:56 2007
+++ arch/build/system/sudo/PKGBUILD Mon Sep 10 15:37:55 2007
@@ -1,8 +1,8 @@
-# $Id: PKGBUILD,v 1.26 2007/08/21 18:01:56 tpowa Exp $
+# $Id: PKGBUILD,v 1.27 2007/09/10 19:37:55 tpowa Exp $
# Maintainer: Judd Vinet <jvinet at zeroflux.org>
# Contributor: Tom Newsom <Jeepster at gmx.co.uk>
pkgname=sudo
-pkgver=1.6.9p4
+pkgver=1.6.9p5
pkgrel=1
pkgdesc="Give certain users the ability to run some commands as root"
arch=(i686 x86_64)
@@ -13,13 +13,13 @@
source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$pkgver.tar.gz sudo.pam)
options=('!libtool')
force=y
-md5sums=('5439d24b48db69d2b6b42e97b47fdfd6'
+md5sums=('2db485a444dc6b26a3712be0dbf343f6'
'4e7ad4ec8f2fe6a40e12bcb2c0b256e3')
build() {
cd $startdir/src/$pkgname-$pkgver
./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \
- --with-editor=/usr/bin/vi --enable-all-insults --with-insults
+ --with-editor=/usr/bin/vi --with-all-insults --with-insults
make || return 1
make DESTDIR=$startdir/pkg install
install -D -m644 $startdir/src/sudo.pam $startdir/pkg/etc/pam.d/sudo
More information about the arch-commits
mailing list