From eeb43c586271abf469115d3f2ad4259f6ce690e5 Mon Sep 17 00:00:00 2001 From: 4fury-c3440d8 Date: Sun, 19 Mar 2023 10:40:53 +0300 Subject: [PATCH] libseccomp-2.5.4 --- system/devel/libseccomp/actions.py | 13 ++++++------- system/devel/libseccomp/pspec.xml | 16 ++++++++++++++-- 2 files changed, 20 insertions(+), 9 deletions(-) diff --git a/system/devel/libseccomp/actions.py b/system/devel/libseccomp/actions.py index a49ea7da..e30deb8d 100644 --- a/system/devel/libseccomp/actions.py +++ b/system/devel/libseccomp/actions.py @@ -2,19 +2,18 @@ # -*- coding: utf-8 -*- # # Licensed under the GNU General Public License, version 3. -# See the file http://www.gnu.org/licenses/gpl.txt - -from pisi.actionsapi import autotools -from pisi.actionsapi import get -from pisi.actionsapi import shelltools +# See the file https://www.gnu.org/licenses/gpl-3.0.txt +from pisi.actionsapi import autotools, get def setup(): - #shelltools.system("sh ./autogen.sh") - autotools.configure() + autotools.configure("PYTHON=python3") def build(): autotools.make() +def check(): + autotools.make("check") + def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) diff --git a/system/devel/libseccomp/pspec.xml b/system/devel/libseccomp/pspec.xml index ecda6526..c783aee0 100644 --- a/system/devel/libseccomp/pspec.xml +++ b/system/devel/libseccomp/pspec.xml @@ -1,5 +1,5 @@ - + libseccomp @@ -12,8 +12,13 @@ app:library Enhanced seccomp library High level interface to the Linux Kernel's seccomp filter. - https://github.com/seccomp/libseccomp/releases/download/v2.4.2/libseccomp-2.4.2.tar.gz + + https://github.com/seccomp/libseccomp/releases/download/v2.5.4/libseccomp-2.5.4.tar.gz + + gperf + python3 + cython3 glibc-devel libutil-linux-devel @@ -40,6 +45,13 @@ + + 2023-03-18 + 2.5.4 + Version bump. + fury + uglyside@yandex.ru + 2020-12-09 2.4.2