adblock-fast: bugfix: fix allowed domains for dnsmasq.servers
authorStan Grishin <stangri@melmac.ca>
Fri, 25 Oct 2024 17:11:51 +0000 (17:11 +0000)
committerStan Grishin <stangri@melmac.ca>
Tue, 29 Oct 2024 00:11:47 +0000 (17:11 -0700)
Signed-off-by: Stan Grishin <stangri@melmac.ca>
net/adblock-fast/Makefile
net/adblock-fast/files/etc/init.d/adblock-fast

index 3a31363497a529310ac663955ba7008292570bea..59da8c48363a00b51321481d439d19bb32e8d1c0 100644 (file)
@@ -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 <stangri@melmac.ca>
 PKG_LICENSE:=AGPL-3.0-or-later
 
index cef52444d489b6168e9410ea4ff9ea78aa0b1644..7e706071eb75f69b9f14dc2fd2c9380ec86d5546 100755 (executable)
@@ -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