mirror of
https://github.com/opencontainers/runc.git
synced 2026-07-11 06:03:57 +08:00
build(deps): bump github.com/seccomp/libseccomp-golang
Bumps [github.com/seccomp/libseccomp-golang](https://github.com/seccomp/libseccomp-golang) from 0.11.0 to 0.11.1. - [Release notes](https://github.com/seccomp/libseccomp-golang/releases) - [Changelog](https://github.com/seccomp/libseccomp-golang/blob/main/CHANGELOG) - [Commits](https://github.com/seccomp/libseccomp-golang/compare/v0.11.0...v0.11.1) --- updated-dependencies: - dependency-name: github.com/seccomp/libseccomp-golang dependency-version: 0.11.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
+3
@@ -2,6 +2,9 @@ libseccomp-golang: Releases
|
||||
===============================================================================
|
||||
https://github.com/seccomp/libseccomp-golang
|
||||
|
||||
* Version 0.11.1 - August 5, 2025
|
||||
- Make GetArchFromString recognize "loong64"
|
||||
|
||||
* Version 0.11.0 - April 23, 2025
|
||||
- Add new architectures (LOONGARCH64, M68K, SH, SHEB)
|
||||
- Add support for SCMP_FLTATR_CTL_WAITKILL (GetWaitKill, SetWaitKill)
|
||||
|
||||
+1
-1
@@ -330,7 +330,7 @@ func GetArchFromString(arch string) (ScmpArch, error) {
|
||||
return ArchPARISC64, nil
|
||||
case "riscv64":
|
||||
return ArchRISCV64, nil
|
||||
case "loongarch64":
|
||||
case "loong64", "loongarch64":
|
||||
return ArchLOONGARCH64, nil
|
||||
case "m68k":
|
||||
return ArchM68K, nil
|
||||
|
||||
Reference in New Issue
Block a user