adguardhome: added ujail dependency
authorAlexander Krause <redacted>
Wed, 29 Apr 2026 19:34:57 +0000 (21:34 +0200)
committerHannu Nyman <redacted>
Fri, 1 May 2026 18:06:56 +0000 (21:06 +0300)
In order to create a proper jail, we net the procd-ujail package.
Otherwise, AdGuardHome will run as unprivileged process,
and will not be able to listen on ports below 1024.

Signed-off-by: Alexander Krause <redacted>
net/adguardhome/Makefile

index 08a397e0ff33baa5d0dc5c4bada64d09e7ac2a59..55fa3b77e212575291d43e5e9d26a3001442be0e 100644 (file)
@@ -4,7 +4,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=adguardhome
 PKG_VERSION:=0.107.74
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=https://codeload.github.com/AdguardTeam/AdGuardHome/tar.gz/v$(PKG_VERSION)?
@@ -42,7 +42,7 @@ define Package/adguardhome
        CATEGORY:=Network
        TITLE:=Network-wide ads and trackers blocking DNS server
        URL:=https://github.com/AdguardTeam/AdGuardHome
-       DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle
+       DEPENDS:=$(GO_ARCH_DEPENDS) +ca-bundle +procd-ujail
        USERID:=adguardhome=853:adguardhome=853
 endef
 
git clone https://git.99rst.org/PROJECT