libseccomp: Update to 2.5.3

Release annnouncement as per https://github.com/seccomp/libseccomp/releases/tag/v2.5.3:

    Version 2.5.3 - November 5, 2021
        Update the syscall table for Linux v5.15
        Fix issues with multiplexed syscalls on mipsel introduced in v2.5.2
        Document that seccomp_rule_add() may return -EACCES
        Fix issues with test 11-basic-basic_errors on old kernels (API level < 5)

Signed-off-by: Peter Müller <peter.mueller@ipfire.org>
This commit is contained in:
Peter Müller
2021-11-24 12:11:48 +01:00
committed by Arne Fitzenreiter
parent 9a3aca047b
commit 53055098f2
2 changed files with 4 additions and 4 deletions

View File

@@ -4,7 +4,7 @@ usr/bin/scmp_sys_resolver
#usr/lib/libseccomp.la
#usr/lib/libseccomp.so
usr/lib/libseccomp.so.2
usr/lib/libseccomp.so.2.5.1
usr/lib/libseccomp.so.2.5.3
#usr/lib/pkgconfig/libseccomp.pc
#usr/share/man/man1/scmp_sys_resolver.1
#usr/share/man/man3/seccomp_api_get.3

View File

@@ -24,7 +24,7 @@
include Config
VER = 2.5.1
VER = 2.5.3
THISAPP = libseccomp-$(VER)
DL_FILE = $(THISAPP).tar.gz
@@ -32,7 +32,7 @@ DL_FROM = $(URL_IPFIRE)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(THISAPP)
PROG = libseccomp
PAK_VER = 5
PAK_VER = 6
DEPS =
@@ -44,7 +44,7 @@ objects = $(DL_FILE)
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
$(DL_FILE)_MD5 = 59f5563c532d3fa1df9db0516b36b1cd
$(DL_FILE)_MD5 = 5096d3912a605a72b27805fa0ef9886d
install : $(TARGET)