package/libseccomp: bump to version 2.6.0

For change log, see:
https://github.com/seccomp/libseccomp/blob/v2.6.0/CHANGELOG

This commit also enables LoongArch64 support,
added in upstream commit:
6966ec77b1

Signed-off-by: Preyas <preyas17@zohomail.in>
[Julien:
 - add link to change log
 - enable loongarch64 support
]
Signed-off-by: Julien Olivain <ju.o@free.fr>
This commit is contained in:
Preyas
2025-12-09 15:48:33 +00:00
committed by Julien Olivain
parent eb1f160b7a
commit 4f9600c2f9
3 changed files with 4 additions and 3 deletions

View File

@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBSECCOMP_ARCH_SUPPORTS
bool
default y if BR2_aarch64
default y if BR2_arm || BR2_armeb
default y if BR2_loongarch64
default y if BR2_mips || BR2_mipsel || BR2_mips64 || BR2_mips64el
default y if BR2_i386 || BR2_x86_64
default y if BR2_powerpc64 || BR2_powerpc

View File

@@ -1,4 +1,4 @@
# From https://github.com/seccomp/libseccomp/releases/tag/v2.5.5
sha256 248a2c8a4d9b9858aa6baf52712c34afefcf9c9e94b76dce02c1c9aa25fb3375 libseccomp-2.5.5.tar.gz
# From https://github.com/seccomp/libseccomp/releases/tag/v2.6.0 (PGP-signed checksum)
sha256 83b6085232d1588c379dc9b9cae47bb37407cf262e6e74993c61ba72d2a784dc libseccomp-2.6.0.tar.gz
# Locally calculated
sha256 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b LICENSE

View File

@@ -4,7 +4,7 @@
#
################################################################################
LIBSECCOMP_VERSION = 2.5.5
LIBSECCOMP_VERSION = 2.6.0
LIBSECCOMP_SITE = https://github.com/seccomp/libseccomp/releases/download/v$(LIBSECCOMP_VERSION)
LIBSECCOMP_LICENSE = LGPL-2.1
LIBSECCOMP_LICENSE_FILES = LICENSE