luci-app-https-dns-proxy: update to 2025.10.07-r1
authorStan Grishin <[email protected]>
Tue, 7 Oct 2025 22:42:40 +0000 (22:42 +0000)
committerStan Grishin <[email protected]>
Tue, 7 Oct 2025 22:43:24 +0000 (22:43 +0000)
* sync with principal package

Signed-off-by: Stan Grishin <[email protected]>
applications/luci-app-https-dns-proxy/Makefile
applications/luci-app-https-dns-proxy/root/usr/libexec/rpcd/luci.https-dns-proxy

index 27993f5bb9f44d9aa8e9eab854b5fa501cd20ecd..d64293b93bd05d0d8a94c2b9a0aff3de89b3b8e7 100644 (file)
@@ -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 <[email protected]>
-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/
index e6bff4d9cf5c3915686e62580c8e54325519648d..710a0f3b47535d5019fa32303eb4055aaf45eed6 100755 (executable)
@@ -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' ]; }