Skip to content
Snippets Groups Projects
Unverified Commit be7a89ce authored by Dirk Brenken's avatar Dirk Brenken
Browse files

adblock: update 3.8.10


* fix broken unbound integration

Signed-off-by: default avatarDirk Brenken <dev@brenken.org>
parent 65baad1e
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
......@@ -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
......
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment