summaryrefslogtreecommitdiff
path: root/testing/polkit/PKGBUILD
diff options
context:
space:
mode:
authorroot <root@rshg047.dnsready.net>2011-04-21 04:17:42 +0000
committerroot <root@rshg047.dnsready.net>2011-04-21 04:17:42 +0000
commitfa4eccdc5034e6953e9b9381570ada0fb3ee983d (patch)
tree0e36297a392905958bf9ad80e8893b4e72ec2fb0 /testing/polkit/PKGBUILD
parent862a468489b5081755f9086204a012c7cd3beb3e (diff)
Thu Apr 21 04:17:42 UTC 2011
Diffstat (limited to 'testing/polkit/PKGBUILD')
-rw-r--r--testing/polkit/PKGBUILD7
1 files changed, 5 insertions, 2 deletions
diff --git a/testing/polkit/PKGBUILD b/testing/polkit/PKGBUILD
index 072cb033a..41cf78211 100644
--- a/testing/polkit/PKGBUILD
+++ b/testing/polkit/PKGBUILD
@@ -1,9 +1,9 @@
-# $Id: PKGBUILD 114364 2011-03-12 22:11:26Z ibiru $
+# $Id: PKGBUILD 120110 2011-04-20 09:34:59Z jgc $
# Maintainer: Jan de Groot <jgc@archlinux.org>
pkgname=polkit
pkgver=0.101
-pkgrel=1
+pkgrel=2
pkgdesc="Application development toolkit for controlling system-wide privileges"
arch=(i686 x86_64)
license=('LGPL')
@@ -13,12 +13,15 @@ makedepends=('intltool' 'gtk-doc' 'gobject-introspection')
replaces=('policykit')
options=('!libtool')
source=(http://hal.freedesktop.org/releases/${pkgname}-${pkgver}.tar.gz
+ CVE-2011-1485.patch
polkit.pam)
md5sums=('f925ac93aba3c072977370c1e27feb7f'
+ '4d858b8ab602614d7db2bc8574f6fd29'
'6564f95878297b954f0572bc1610dd15')
build() {
cd "${srcdir}/${pkgname}-${pkgver}"
+ patch -Np1 -i "${srcdir}/CVE-2011-1485.patch"
./configure --prefix=/usr --sysconfdir=/etc \
--localstatedir=/var --libexecdir=/usr/lib/polkit-1 \
--disable-static --enable-gtk-doc