From: Stan Grishin Date: Fri, 25 Oct 2024 17:11:51 +0000 (+0000) Subject: adblock-fast: bugfix: fix allowed domains for dnsmasq.servers X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=d1e869462534232fe4c27f873336cf2f7382275e;p=openwrt-packages.git adblock-fast: bugfix: fix allowed domains for dnsmasq.servers Signed-off-by: Stan Grishin --- diff --git a/net/adblock-fast/Makefile b/net/adblock-fast/Makefile index 3a3136349..59da8c483 100644 --- a/net/adblock-fast/Makefile +++ b/net/adblock-fast/Makefile @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock-fast PKG_VERSION:=1.1.2 -PKG_RELEASE:=7 +PKG_RELEASE:=8 PKG_MAINTAINER:=Stan Grishin PKG_LICENSE:=AGPL-3.0-or-later diff --git a/net/adblock-fast/files/etc/init.d/adblock-fast b/net/adblock-fast/files/etc/init.d/adblock-fast index cef52444d..7e706071e 100755 --- a/net/adblock-fast/files/etc/init.d/adblock-fast +++ b/net/adblock-fast/files/etc/init.d/adblock-fast @@ -1390,6 +1390,7 @@ $(sed '/^[[:space:]]*$/d' "$A_TMP")" fi if [ -n "$outputAllowFilter" ] && [ -n "$allowed_domain" ]; then + rm -f "$SED_TMP"; touch "$SED_TMP"; output 2 'Allowing domains ' json set message "$(get_text 'statusProcessing'): allowing domains" for hf in ${allowed_domain}; do