procd: fix issue mounting overlay fs
authorDaniel Golle <daniel@makrotopia.org>
Tue, 31 Aug 2021 11:28:56 +0000 (12:28 +0100)
committerDaniel Golle <daniel@makrotopia.org>
Tue, 31 Aug 2021 11:31:15 +0000 (12:31 +0100)
The previous procd update broke mounting overlayfs in an attempt to
fix an off-by-one error. Revert that broken fix and apply fix from
Nick Hainke <vincent@systemli.org> instead to bring things back to
life.

 20adf53 Revert "initd: fix off-by-one error in mkdev.c"
 773e8da initd: fix off-by-one error in mkdev.c

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
package/system/procd/Makefile

index 65c76e6d62e38ae45ae70c872c22a796ee579673..76dd190151a1569984569f890d85aa04708c6ea3 100644 (file)
@@ -13,8 +13,8 @@ PKG_RELEASE:=$(AUTORELEASE)
 PKG_SOURCE_PROTO:=git
 PKG_SOURCE_URL=$(PROJECT_GIT)/project/procd.git
 PKG_SOURCE_DATE:=2021-08-31
-PKG_SOURCE_VERSION:=269c9e4c7e5b6a726712abf939255980f03266c5
-PKG_MIRROR_HASH:=7784c2853c74209e3aeb8e7328dd0024208cc5441afe6a5419c08ba1aee31f62
+PKG_SOURCE_VERSION:=773e8da41532b23888511cd864fbd251ecadc577
+PKG_MIRROR_HASH:=2b7c91427861f23fcd444fc05c033ed0f348ff353097a98d583f38a79ce294dd
 CMAKE_INSTALL:=1
 
 PKG_LICENSE:=GPL-2.0