diff options
Diffstat (limited to 'core/sudo/PKGBUILD')
-rw-r--r-- | core/sudo/PKGBUILD | 23 |
1 files changed, 4 insertions, 19 deletions
diff --git a/core/sudo/PKGBUILD b/core/sudo/PKGBUILD index 7281b56b0..185413419 100644 --- a/core/sudo/PKGBUILD +++ b/core/sudo/PKGBUILD @@ -1,11 +1,11 @@ -# $Id: PKGBUILD 113374 2011-03-08 13:08:35Z allan $ +# $Id: PKGBUILD 118993 2011-04-09 21:57:35Z allan $ # Maintainer: Allan McRae <allan@archlinux.org> # Contributor: Tom Newsom <Jeepster@gmx.co.uk> pkgname=sudo -_ver=1.8.0 +_ver=1.8.1 pkgver=${_ver/[a-z]/.${_ver//[0-9.]/}} -pkgrel=4 +pkgrel=1 pkgdesc="Give certain users the ability to run some commands as root" arch=('i686' 'x86_64') url="http://www.sudo.ws/sudo/" @@ -13,29 +13,14 @@ license=('custom') depends=('glibc' 'pam') backup=('etc/sudoers' 'etc/pam.d/sudo') source=(ftp://ftp.sudo.ws/pub/sudo/$pkgname-$_ver.tar.gz - sudo_l.patch - sudo_validate_exitval.patch - sudo_noninteractive.patch sudo.pam) options=('!libtool' '!makeflags') -md5sums=('fa0a35330691af14cb1869f64a65aebc' - '29656b2f2365e14fa0f8eb94e61f3690' - '4751aa5557fe43fd8e03e0c7b5affcfc' - '47d152ade2c9a726684fa1227e46bfe3' +md5sums=('e4402f24cccc3c6697b1eeab496053dd' '4e7ad4ec8f2fe6a40e12bcb2c0b256e3') build() { cd $srcdir/$pkgname-$_ver - # http://www.sudo.ws/bugs/show_bug.cgi?id=474 - patch -Np1 -i $srcdir/sudo_l.patch - - # http://www.sudo.ws/bugs/show_bug.cgi?id=479 - patch -Np1 -i $srcdir/sudo_validate_exitval.patch - - # http://www.sudo.ws/bugs/show_bug.cgi?id=478 - patch -Np1 -i $srcdir/sudo_noninteractive.patch - ./configure --prefix=/usr --with-pam --libexecdir=/usr/lib \ --with-env-editor --with-all-insults --with-logfac=auth make |