adblock: update 3.8.10
authorDirk Brenken <dev@brenken.org>
Sun, 10 Nov 2019 17:48:54 +0000 (18:48 +0100)
committerDirk Brenken <dev@brenken.org>
Sun, 10 Nov 2019 17:48:54 +0000 (18:48 +0100)
* fix broken unbound integration

Signed-off-by: Dirk Brenken <dev@brenken.org>
net/adblock/Makefile
net/adblock/files/adblock.init
net/adblock/files/adblock.sh

index 77be3f50e40a0a15f4ec083ffbacf46c9c443ddf..51355a12b711bc5c6a7f0a7bffa0309a4af19b6f 100644 (file)
@@ -6,7 +6,7 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=adblock
-PKG_VERSION:=3.8.9
+PKG_VERSION:=3.8.10
 PKG_RELEASE:=1
 PKG_LICENSE:=GPL-3.0-or-later
 PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
index 7d0f29d1a8d76094e2131b3cf9520d18bf4c2994..d1367aed16f0e6485014b09d85db61d506b4492d 100755 (executable)
@@ -16,7 +16,7 @@ adb_script="/usr/bin/adblock.sh"
 adb_pidfile="/var/run/adblock.pid"
 
 if [ -s "${adb_pidfile}" ] && \
-       [ "${action}" != "help" ] && [ "${action}" != "status" ] && [ "${action}" != "boot" ]
+       [ "${action}" != "help" ] && [ "${action}" != "status" ] && [ "${action}" != "boot" ] && [ "${action}" != "enabled" ]
 then
        exit 1
 fi
index acf88815af8f10cb9a902a881b5e341c8be7b6ec..551b47a5cc13ad24694b219005c1ccb5152737c0 100755 (executable)
@@ -13,7 +13,7 @@
 #
 LC_ALL=C
 PATH="/usr/sbin:/usr/bin:/sbin:/bin"
-adb_ver="3.8.9"
+adb_ver="3.8.10"
 adb_basever=""
 adb_enabled=0
 adb_debug=0