aboutsummaryrefslogtreecommitdiff
path: root/libs/libseccomp
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2022-11-04 21:29:25 -0700
committerRosen Penev <rosenp@gmail.com>2022-11-05 01:29:22 -0700
commit15bfba27e253caba5c5f56846084d1d2eb210424 (patch)
tree8196fb514d2b12033f7583275a26c14afa461afb /libs/libseccomp
parent32e21d51e3ffd031a0542a6b1a342091be4f1531 (diff)
libseccomp: update to 2.5.4
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'libs/libseccomp')
-rw-r--r--libs/libseccomp/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/libseccomp/Makefile b/libs/libseccomp/Makefile
index 0ab08a101..4ed45f8c4 100644
--- a/libs/libseccomp/Makefile
+++ b/libs/libseccomp/Makefile
@@ -8,13 +8,13 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=libseccomp
-PKG_VERSION:=2.5.2
+PKG_VERSION:=2.5.4
PKG_RELEASE:=$(AUTORELEASE)
PKG_USE_MIPS16:=0
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/seccomp/libseccomp/releases/download/v$(PKG_VERSION)/
-PKG_HASH:=17a652dfb491d96be893960e9b791914936ee16c13b777a3caf562fe48cb87df
+PKG_HASH:=d82902400405cf0068574ef3dc1fe5f5926207543ba1ae6f8e7a1576351dcbdb
PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org>
PKG_LICENSE:=LGPL-2.1-or-later