mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-08-09 17:03:35 -09:00
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:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user