[openwrt/openwrt] procd: drop legacy seccomp support, switch to OCI parsers

LEDE Commits lede-commits at lists.infradead.org
Tue Nov 17 08:15:36 EST 2020


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/62a3430f9ba648ec2508e8f539b2e1dc1797668a

commit 62a3430f9ba648ec2508e8f539b2e1dc1797668a
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Tue Nov 17 13:09:36 2020 +0000

    procd: drop legacy seccomp support, switch to OCI parsers
    
     d8f36f5 seccomp: specifying architectures is optional
     d352e6e seccomp: switch to new OCI compliant parser
     c110405 trace: switch to OCI seccomp JSON output
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/system/procd/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 4e0d864d7c..6c9e0d3de3 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=1
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
-PKG_SOURCE_DATE:=2020-11-06
-PKG_SOURCE_VERSION:=b0de894830a93da5b303a3d89a42baf163d0a58c
-PKG_MIRROR_HASH:=ba7f7631fa74d3bede0241f5d96ee4939f15164e79290d1ac7fd15fc8ed628d9
+PKG_SOURCE_DATE:=2020-11-17
+PKG_SOURCE_VERSION:=c110405181056f14956ccd097b8e4ffe97b2f3ec
+PKG_MIRROR_HASH:=a3c5cd58d58aebd5976ccadd754ac2f601fed888f48f78d364dfc86e3a34a1e4
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list