[openwrt/openwrt] procd: update to git HEAD

LEDE Commits lede-commits at lists.infradead.org
Fri Mar 19 22:34:06 GMT 2021


dangole pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/6801ecd91b44ee1cd0dc0158657b427bdbb5f3cf

commit 6801ecd91b44ee1cd0dc0158657b427bdbb5f3cf
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Mar 19 22:30:42 2021 +0000

    procd: update to git HEAD
    
    Enable seccomp features on Aarch64.
    
     3e88c6f jail/seccomp: add support for aarch64
     c23d8bf trace: fix build on aarch64
    
    Signed-off-by: Daniel Golle <daniel at makrotopia.org>
---
 package/system/procd/Makefile | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/package/system/procd/Makefile b/package/system/procd/Makefile
index 861dd0da57..0fb45acf64 100644
--- a/package/system/procd/Makefile
+++ b/package/system/procd/Makefile
@@ -12,9 +12,9 @@ PKG_RELEASE:=$(AUTORELEASE)
 
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
-PKG_SOURCE_DATE:=2021-03-08
-PKG_SOURCE_VERSION:=2cfc26f8456a4d5ba3836c914a742f3d00bad781
-PKG_MIRROR_HASH:=4b514143949b6ea5799a7b0b2f2f4ad5f084f88929eb0ac5a01ffc7852a71d22
+PKG_SOURCE_DATE:=2021-03-19
+PKG_SOURCE_VERSION:=c23d8bf81624469ed97449af7bf9497ee2c351c2
+PKG_MIRROR_HASH:=5856295e5ffb6954081d07ba02d134e7a85bd52d731c404ccd4b150740241b84
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0
@@ -82,7 +82,7 @@ endef
 define Package/procd-seccomp
   SECTION:=base
   CATEGORY:=Base system
-  DEPENDS:=@(arm||armeb||mips||mipsel||i386||powerpc||x86_64) @!TARGET_uml \
+  DEPENDS:=@(aarch64||arm||armeb||mips||mipsel||i386||powerpc||x86_64) @!TARGET_uml \
 	  @KERNEL_SECCOMP +libubox +libblobmsg-json
   TITLE:=OpenWrt process seccomp helper + utrace
 endef



More information about the lede-commits mailing list