libseccomp 2.4.2

This commit is contained in:
idriskalp
2019-12-25 20:00:53 +03:00
parent f7f5f493c2
commit 8fecc83d59
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ from pisi.actionsapi import shelltools
def setup():
shelltools.system("sh ./autogen.sh")
#shelltools.system("sh ./autogen.sh")
autotools.configure()
def build():
+8 -1
View File
@@ -12,7 +12,7 @@
<IsA>app:library</IsA>
<Summary>Enhanced seccomp library</Summary>
<Description>High level interface to the Linux Kernel's seccomp filter.</Description>
<Archive sha1sum="38ba89d3bfe0faecb058727f797cd4f25c94ce73" type="targz">https://github.com/seccomp/libseccomp/archive/v2.3.1.tar.gz</Archive>
<Archive sha1sum="10966d0d31eefd302710994e017aa14054640680" type="targz">https://github.com/seccomp/libseccomp/releases/download/v2.4.2/libseccomp-2.4.2.tar.gz</Archive>
<BuildDependencies>
<Dependency>glibc-devel</Dependency>
<Dependency>libutil-linux-devel</Dependency>
@@ -40,6 +40,13 @@
</Package>
<History>
<Update release="6">
<Date>2019-12-25</Date>
<Version>2.4.2</Version>
<Comment>Version bump</Comment>
<Name>Idris Kalp</Name>
<Email>idriskalp@gmail.com</Email>
</Update>
<Update release="5">
<Date>2018-07-15</Date>
<Version>2.3.1</Version>