Skip to content

Commit db4d48e

Browse files
committed
Update libseccomp to v2.5.4
The previously used version couldn't resolve the names of new syscalls' numbers.
1 parent 9f141a8 commit db4d48e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

external/libseccomp.cmake

+2-2
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,8 @@ IF((NOT DEFINED LIBSECCOMP_BUILD_OWN AND (NOT EXISTS "${libseccomp_LIB_PATH}" OR
5959
ENDIF()
6060

6161
ExternalProject_Add(seccomp_project
62-
URL https://github.com/seccomp/libseccomp/releases/download/v2.3.3/libseccomp-2.3.3.tar.gz
63-
URL_HASH SHA256=7fc28f4294cc72e61c529bedf97e705c3acf9c479a8f1a3028d4cd2ca9f3b155
62+
URL https://github.com/seccomp/libseccomp/releases/download/v2.5.4/libseccomp-2.5.4.tar.gz
63+
URL_HASH SHA256=d82902400405cf0068574ef3dc1fe5f5926207543ba1ae6f8e7a1576351dcbdb
6464

6565
CONFIGURE_COMMAND
6666
CFLAGS=${EXTRA_FLAGS} CXXFLAGS=${EXTRA_FLAGS} <SOURCE_DIR>/configure

0 commit comments

Comments
 (0)