diff options
author | tnut <tnut at nutyx dot com> | 2011-05-05 10:12:28 +0200 |
---|---|---|
committer | tnut <tnut at nutyx dot com> | 2011-05-05 10:12:28 +0200 |
commit | 813285ad26660212791e7a68e0f5ec4203ac46ad (patch) | |
tree | c3ae40c9be101d75cb12e7a3b390917fdfee4f81 /extra/polkit/Pkgfile | |
parent | 1de0c182c9368a85c49bffa159311db506777f20 (diff) | |
parent | 3a2975052e2e4750117b0bcfc3b954999c35c1f7 (diff) | |
download | nutyx-extra-813285ad26660212791e7a68e0f5ec4203ac46ad.tar.gz nutyx-extra-813285ad26660212791e7a68e0f5ec4203ac46ad.tar.bz2 nutyx-extra-813285ad26660212791e7a68e0f5ec4203ac46ad.tar.xz nutyx-extra-813285ad26660212791e7a68e0f5ec4203ac46ad.zip |
Merge branch 'master' of ssh://kiao.no-ip.info:443/~/pakxe
Diffstat (limited to 'extra/polkit/Pkgfile')
-rwxr-xr-x | extra/polkit/Pkgfile | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/extra/polkit/Pkgfile b/extra/polkit/Pkgfile index 80a2165b9..1fc4e0971 100755 --- a/extra/polkit/Pkgfile +++ b/extra/polkit/Pkgfile @@ -2,17 +2,20 @@ # URL: http://hal.freedesktop.org/docs/polkit # Maintainer: NuTyX core team # Packager: thierryn1 at hispeed dot ch -# Depends on: dbus-glib, expat, eggdbus, gobject-introspection, linux-pam, intltool +# Depends on: glib, expat, gobject-introspection, linux-pam, intltool # Run on: dbus-glib,expat,eggdbus,linux-pam,intltool name=polkit version=0.101 -release=3 +release=1 source=(http://hal.freedesktop.org/releases/$name-$version.tar.gz - polkit.pam) + polkit.pam + polkit-101-CVE-2011-1485.patch) + build() { cd $name-$version + patch -Np1 -i ../polkit-101-CVE-2011-1485.patch PYTHON=/usr/bin/python2 ./configure --prefix=/usr \ --sysconfdir=/etc \ --libexecdir=/usr/lib/polkit-1 \ |