libgit2 ver. bump

This commit is contained in:
Rmys
2024-10-31 22:40:27 +03:00
parent e9d55470ea
commit 691de89bf2
3 changed files with 25 additions and 8 deletions
@@ -8,19 +8,21 @@
from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get
def setup():
shelltools.system("env NOCONFIGURE=1 ./autogen.sh")
# shelltools.system("env NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--disable-silent-rules \
--with-priv-mode=setuid")
mesontools.configure("--buildtype=release \
-Dtests=false \
-Dselinux=disabled")
def build():
autotools.make()
mesontools.build()
def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR())
mesontools.install()
pisitools.dodoc("README*", "COPYING")
+10 -2
View File
@@ -11,11 +11,12 @@
<License>LGPLv2</License>
<Summary>Unprivileged sandboxing tool</Summary>
<Description>is a core execution engine for unprivileged containers that works as a setuid binary on kernels without user namespaces.</Description>
<Archive sha1sum="d1d6e3da7bd5f8c24debf1d71f045ccbe6a24938" type="targz">https://github.com/projectatomic/bubblewrap/archive/v0.9.0.tar.gz</Archive>
<Archive sha1sum="df942822a5fa71df5fb31883ba4a386613d74d31" type="targz">https://github.com/projectatomic/bubblewrap/archive/v0.11.0.tar.gz</Archive>
<BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>libcap-devel</Dependency>
<Dependency>bash-completion</Dependency>
<Dependency>libxslt</Dependency>
<Dependency>libxslt-devel</Dependency>
<Dependency>docbook-xsl</Dependency>
</BuildDependencies>
</Source>
@@ -35,6 +36,13 @@
</Package>
<History>
<Update release="10">
<Date>2024-10-31</Date>
<Version>0.11.0</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="9">
<Date>2024-04-19</Date>
<Version>0.9.0</Version>