Merge pull request #1575 from 4fury-c3440d8/libseccomp

libseccomp-2.5.4
This commit is contained in:
Rmys
2023-03-24 23:58:12 +03:00
committed by GitHub
2 changed files with 20 additions and 9 deletions
+6 -7
View File
@@ -2,19 +2,18 @@
# -*- coding: utf-8 -*- # -*- coding: utf-8 -*-
# #
# Licensed under the GNU General Public License, version 3. # Licensed under the GNU General Public License, version 3.
# See the file http://www.gnu.org/licenses/gpl.txt # See the file https://www.gnu.org/licenses/gpl-3.0.txt
from pisi.actionsapi import autotools
from pisi.actionsapi import get
from pisi.actionsapi import shelltools
from pisi.actionsapi import autotools, get
def setup(): def setup():
#shelltools.system("sh ./autogen.sh") autotools.configure("PYTHON=python3")
autotools.configure()
def build(): def build():
autotools.make() autotools.make()
def check():
autotools.make("check")
def install(): def install():
autotools.rawInstall("DESTDIR=%s" % get.installDIR()) autotools.rawInstall("DESTDIR=%s" % get.installDIR())
+14 -2
View File
@@ -1,5 +1,5 @@
<?xml version="1.0" ?> <?xml version="1.0" ?>
<!DOCTYPE PISI SYSTEM "http://www.pisilinux.org/projeler/pisi/pisi-spec.dtd"> <!DOCTYPE PISI SYSTEM "https://pisilinux.org/projeler/pisi/pisi-spec.dtd">
<PISI> <PISI>
<Source> <Source>
<Name>libseccomp</Name> <Name>libseccomp</Name>
@@ -12,8 +12,13 @@
<IsA>app:library</IsA> <IsA>app:library</IsA>
<Summary>Enhanced seccomp library</Summary> <Summary>Enhanced seccomp library</Summary>
<Description>High level interface to the Linux Kernel's seccomp filter.</Description> <Description>High level interface to the Linux Kernel's seccomp filter.</Description>
<Archive sha1sum="10966d0d31eefd302710994e017aa14054640680" type="targz">https://github.com/seccomp/libseccomp/releases/download/v2.4.2/libseccomp-2.4.2.tar.gz</Archive> <Archive sha1sum="a238b99356180de849e38b21aaad871b7630ae0e" type="targz">
https://github.com/seccomp/libseccomp/releases/download/v2.5.4/libseccomp-2.5.4.tar.gz
</Archive>
<BuildDependencies> <BuildDependencies>
<Dependency>gperf</Dependency>
<Dependency>python3</Dependency>
<Dependency>cython3</Dependency>
<Dependency>glibc-devel</Dependency> <Dependency>glibc-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency> <Dependency>libutil-linux-devel</Dependency>
</BuildDependencies> </BuildDependencies>
@@ -40,6 +45,13 @@
</Package> </Package>
<History> <History>
<Update release="9">
<Date>2023-03-18</Date>
<Version>2.5.4</Version>
<Comment>Version bump.</Comment>
<Name>fury</Name>
<Email>uglyside@yandex.ru</Email>
</Update>
<Update release="8"> <Update release="8">
<Date>2020-12-09</Date> <Date>2020-12-09</Date>
<Version>2.4.2</Version> <Version>2.4.2</Version>