polkit-0.121 ver. bump

This commit is contained in:
Rmys
2022-07-21 15:38:03 +03:00
committed by GitHub
parent 0b49fdfb78
commit 6d62f473e7
2 changed files with 31 additions and 29 deletions
+17 -23
View File
@@ -7,37 +7,28 @@
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
#pisitools.dosed("configure.ac", "pardus-release", "pisilinux-release") pisitools.dosed("meson.build", "pardus", "pisilinux")
pisitools.dosed("meson_options.txt", "pardus", "pisilinux")
#pisitools.dosed("configure", "pardus-release", "pisilinux-release") #pisitools.dosed("configure", "pardus-release", "pisilinux-release")
autotools.autoreconf("-f") #autotools.autoreconf("-fiv")
autotools.configure("--prefix=/usr \ mesontools.configure("-Dos_type='pisilinux' \
--sysconfdir=/etc \ -Dsystemdsystemunitdir=/tmp \
--localstatedir=/var \ -Dpam_module_dir=/lib/security \
--with-pam-module-dir=/lib/security/ \ -Dexamples=true \
--with-duktape \ -Dauthfw='pam' \
--with-dbus \ -Djs_engine='duktape' \
--enable-examples \ -Dsession_tracking=libelogind")
--enable-introspection \
--with-systemdsystemunitdir=no \
--enable-libsystemd-login=no \
--enable-libelogind=yes \
--disable-man-pages \
--enable-gtk-doc=no \
--enable-gtk-doc-html=no \
--enable-gtk-doc-pdf=no \
--disable-static")
pisitools.dosed("libtool", " -shared ", " -Wl,-O1,--as-needed -shared ")
def build(): def build():
shelltools.export('HOME', get.workDIR()) shelltools.export('HOME', get.workDIR())
autotools.make() mesontools.build()
def install(): def install():
autotools.rawInstall("DESTDIR=%s/" % get.installDIR()) mesontools.install()
pisitools.dodir("/var/lib/polkit-1") pisitools.dodir("/var/lib/polkit-1")
shelltools.chmod("%s/var/lib/polkit-1" % get.installDIR(), mode=00700) shelltools.chmod("%s/var/lib/polkit-1" % get.installDIR(), mode=00700)
@@ -45,4 +36,7 @@ def install():
shelltools.chown("%s/etc/polkit-1/rules.d" % get.installDIR(),"polkitd","root") #yada? "polkitd","root" shelltools.chown("%s/etc/polkit-1/rules.d" % get.installDIR(),"polkitd","root") #yada? "polkitd","root"
shelltools.chown("%s/var/lib/polkit-1" % get.installDIR(),"polkitd","polkitd") shelltools.chown("%s/var/lib/polkit-1" % get.installDIR(),"polkitd","polkitd")
shelltools.chown("%s/usr/share/polkit-1" % get.installDIR(),"polkitd","root") #yada? "polkitd","root" shelltools.chown("%s/usr/share/polkit-1" % get.installDIR(),"polkitd","root") #yada? "polkitd","root"
pisitools.dodoc("AUTHORS", "NEWS", "README", "HACKING", "COPYING")
pisitools.removeDir("/tmp")
pisitools.dodoc("AUTHORS", "NEWS*", "README*", "HACKING*", "COPYING*")
+14 -6
View File
@@ -14,8 +14,9 @@
<IsA>app:console</IsA> <IsA>app:console</IsA>
<Summary>PolicyKit Authorization Framework</Summary> <Summary>PolicyKit Authorization Framework</Summary>
<Description>polkit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes.</Description> <Description>polkit is a toolkit for defining and handling authorizations. It is used for allowing unprivileged processes to speak to privileged processes.</Description>
<Archive sha1sum="75d5885251eef36b28851e095120bc1f60714160" type="targz">http://www.freedesktop.org/software/polkit/releases/polkit-0.120.tar.gz</Archive> <Archive sha1sum="8961b976a5b6da141481593cb524da5b049fce2e" type="tarbz2">https://gitlab.freedesktop.org/polkit/polkit/-/archive/121/polkit-121.tar.bz2</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>python3</Dependency> <Dependency>python3</Dependency>
<Dependency>dbus-devel</Dependency> <Dependency>dbus-devel</Dependency>
<Dependency versionFrom="1.5.1">pam-devel</Dependency> <Dependency versionFrom="1.5.1">pam-devel</Dependency>
@@ -29,12 +30,12 @@
<Dependency>intltool</Dependency> <Dependency>intltool</Dependency>
</BuildDependencies> </BuildDependencies>
<Patches> <Patches>
<Patch level="1">0001-Updated-build-args-for-Pisi-Linux.patch</Patch> <!-- <Patch level="1">0001-Updated-build-args-for-Pisi-Linux.patch</Patch> -->
<Patch level="1">polkit-0.118-duktape.patch</Patch> <!-- <Patch level="1">polkit-0.118-duktape.patch</Patch> -->
<Patch level="1">polkit-0.118-elogind.patch</Patch> <!-- <Patch level="1">polkit-0.118-elogind.patch</Patch> -->
<Patch level="1">use-system-locale-in-gobject-api.diff</Patch> <Patch level="1">use-system-locale-in-gobject-api.diff</Patch>
<Patch level="1">CVE-2021-4034.patch</Patch> <!-- <Patch level="1">CVE-2021-4034.patch</Patch> -->
<Patch level="1">CVE-2021-4115.patch</Patch> <!-- <Patch level="1">CVE-2021-4115.patch</Patch> -->
</Patches> </Patches>
</Source> </Source>
@@ -94,6 +95,13 @@
</Package> </Package>
<History> <History>
<Update release="17">
<Date>2022-07-21</Date>
<Version>0.121</Version>
<Comment>Version bump.</Comment>
<Name>Mustafa Cinasal</Name>
<Email>muscnsl@gmail.com</Email>
</Update>
<Update release="16"> <Update release="16">
<Date>2022-07-18</Date> <Date>2022-07-18</Date>
<Version>0.120</Version> <Version>0.120</Version>