Merge pull request #15225 from Rmys/master

libgit2 ver. bump
This commit is contained in:
Rmys
2024-10-31 22:41:04 +03:00
committed by GitHub
3 changed files with 25 additions and 8 deletions
@@ -8,19 +8,21 @@
from pisi.actionsapi import autotools from pisi.actionsapi import autotools
from pisi.actionsapi import pisitools from pisi.actionsapi import pisitools
from pisi.actionsapi import shelltools from pisi.actionsapi import shelltools
from pisi.actionsapi import mesontools
from pisi.actionsapi import get from pisi.actionsapi import get
def setup(): def setup():
shelltools.system("env NOCONFIGURE=1 ./autogen.sh") # shelltools.system("env NOCONFIGURE=1 ./autogen.sh")
autotools.configure("--disable-silent-rules \ mesontools.configure("--buildtype=release \
--with-priv-mode=setuid") -Dtests=false \
-Dselinux=disabled")
def build(): def build():
autotools.make() mesontools.build()
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) mesontools.install()
pisitools.dodoc("README*", "COPYING") pisitools.dodoc("README*", "COPYING")
+10 -2
View File
@@ -11,11 +11,12 @@
<License>LGPLv2</License> <License>LGPLv2</License>
<Summary>Unprivileged sandboxing tool</Summary> <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> <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> <BuildDependencies>
<Dependency>meson</Dependency>
<Dependency>libcap-devel</Dependency> <Dependency>libcap-devel</Dependency>
<Dependency>bash-completion</Dependency> <Dependency>bash-completion</Dependency>
<Dependency>libxslt</Dependency> <Dependency>libxslt-devel</Dependency>
<Dependency>docbook-xsl</Dependency> <Dependency>docbook-xsl</Dependency>
</BuildDependencies> </BuildDependencies>
</Source> </Source>
@@ -35,6 +36,13 @@
</Package> </Package>
<History> <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"> <Update release="9">
<Date>2024-04-19</Date> <Date>2024-04-19</Date>
<Version>0.9.0</Version> <Version>0.9.0</Version>
+8 -1
View File
@@ -12,7 +12,7 @@
<Icon>libgit2</Icon> <Icon>libgit2</Icon>
<Summary>A linkable library for Git</Summary> <Summary>A linkable library for Git</Summary>
<Description>A plain C library to interface with the git version control system</Description> <Description>A plain C library to interface with the git version control system</Description>
<Archive sha1sum="052060b4b55d380fb88866be53bcdd883373beef" type="targz">https://github.com/libgit2/libgit2/archive/v1.7.1.tar.gz</Archive> <Archive sha1sum="f665cca83411efaf9d074455b65101b499e896c4" type="targz">https://github.com/libgit2/libgit2/archive/v1.8.4.tar.gz</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>zlib-devel</Dependency> <Dependency>zlib-devel</Dependency>
<Dependency>libpcre2-devel</Dependency> <Dependency>libpcre2-devel</Dependency>
@@ -55,6 +55,13 @@
</Package> </Package>
<History> <History>
<Update release="17">
<Date>2024-10-31</Date>
<Version>1.8.4</Version>
<Comment>Version bump.</Comment>
<Name>Pisi Linux Community</Name>
<Email>admin@pisilinux.org</Email>
</Update>
<Update release="16"> <Update release="16">
<Date>2023-08-16</Date> <Date>2023-08-16</Date>
<Version>1.7.1</Version> <Version>1.7.1</Version>