[openwrt/openwrt] procd: ujail fixes

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 25 09:08:25 EDT 2020


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

commit ccb283c71cce2248eea3afd42624f626cdc3a4f2
Author: Daniel Golle <daniel at makrotopia.org>
AuthorDate: Fri Oct 23 03:07:09 2020 +0100

    procd: ujail fixes
    
    ec461ff jail: mount more stuff read-only
    33b799b ujail: elf: work around GCC bug on MIPS64
    
    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 d6def205c5..75da0b071b 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-10-21
-PKG_SOURCE_VERSION:=6c5233a16a4831c69e3dcf09bf557156bc144b80
-PKG_MIRROR_HASH:=026138c6b9a337f87bb1c8928aa6e0f2b0814b6ab04b1f2d044c284facbde0f5
+PKG_SOURCE_DATE:=2020-10-25
+PKG_SOURCE_VERSION:=33b799b94c38fd2d3961b465a8114e384573a6d6
+PKG_MIRROR_HASH:=d890570c35567a03976e591879383c6d8e974cf14e64a1507c6e498ae12007c4
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0



More information about the lede-commits mailing list