From 3101545acf2a42b74163f7d899038194d18bb639 Mon Sep 17 00:00:00 2001 From: Stan Grishin Date: Tue, 7 Oct 2025 22:42:40 +0000 Subject: [PATCH] luci-app-https-dns-proxy: update to 2025.10.07-r1 * sync with principal package Signed-off-by: Stan Grishin --- applications/luci-app-https-dns-proxy/Makefile | 4 ++-- .../root/usr/libexec/rpcd/luci.https-dns-proxy | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/applications/luci-app-https-dns-proxy/Makefile b/applications/luci-app-https-dns-proxy/Makefile index 27993f5bb9..d64293b93b 100644 --- a/applications/luci-app-https-dns-proxy/Makefile +++ b/applications/luci-app-https-dns-proxy/Makefile @@ -6,8 +6,8 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-https-dns-proxy PKG_LICENSE:=AGPL-3.0-or-later PKG_MAINTAINER:=Stan Grishin -PKG_VERSION:=2025.05.11 -PKG_RELEASE:=4 +PKG_VERSION:=2025.10.07 +PKG_RELEASE:=1 LUCI_TITLE:=DNS Over HTTPS Proxy Web UI LUCI_URL:=https://github.com/stangri/luci-app-https-dns-proxy/ diff --git a/applications/luci-app-https-dns-proxy/root/usr/libexec/rpcd/luci.https-dns-proxy b/applications/luci-app-https-dns-proxy/root/usr/libexec/rpcd/luci.https-dns-proxy index e6bff4d9cf..710a0f3b47 100755 --- a/applications/luci-app-https-dns-proxy/root/usr/libexec/rpcd/luci.https-dns-proxy +++ b/applications/luci-app-https-dns-proxy/root/usr/libexec/rpcd/luci.https-dns-proxy @@ -14,8 +14,8 @@ readonly packageName="https-dns-proxy" readonly providersDir="/usr/share/${packageName}/providers" -. /lib/functions.sh -. /usr/share/libubox/jshn.sh +. "${IPKG_INSTROOT}/lib/functions.sh" +. "${IPKG_INSTROOT}/usr/share/libubox/jshn.sh" is_enabled() { "/etc/init.d/${1}" enabled; } is_running() { [ "$(ubus call service list "{ 'name': '$1' }" | jsonfilter -q -e "@['$1'].instances[*].running" | uniq)" = 'true' ]; } -- 2.30.2