Merge pull request #8919 from ja-pa/libseccomp-2.4.1
authorRosen Penev <rosenp@gmail.com>
Tue, 14 May 2019 07:38:27 +0000 (00:38 -0700)
committerGitHub <noreply@github.com>
Tue, 14 May 2019 07:38:27 +0000 (00:38 -0700)
libseccomp: update to version 2.4.1

libs/libseccomp/Makefile

index 96d144e707d48175e3dcc3ef2ff0b079b143f1f4..191434cc393fa96ea695ba0c180f8c0ac85a3d79 100644 (file)
@@ -8,13 +8,13 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=libseccomp
-PKG_VERSION:=2.4.0
+PKG_VERSION:=2.4.1
 PKG_RELEASE:=1
 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:=2e74c7e8b54b340ad5d472e59286c6758e1e1e96c6b43c3dbdc8ddafbf0e525d
+PKG_HASH:=1ca3735249af66a1b2f762fe6e710fcc294ad7185f1cc961e5bd83f9988006e8
 PKG_MAINTAINER:=Nikos Mavrogiannopoulos <nmav@gnutls.org>
 
 PKG_BUILD_PARALLEL:=1
@@ -33,6 +33,7 @@ define Package/libseccomp/Default
   CATEGORY:=Libraries
   TITLE:=seccomp
   URL:=https://github.com/seccomp/libseccomp/wiki
+  DEPENDS:=@!arc
 endef
 
 define Package/libseccomp/Default/description