diff options
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..e2b33a998 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=4 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 \ |