aboutsummaryrefslogtreecommitdiff
path: root/net/adblock/Makefile
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2022-09-10 18:42:14 +0200
committerDirk Brenken <dev@brenken.org>2022-09-10 18:45:33 +0200
commit254b3d9380425841347ac4988defa6f035c8ca8a (patch)
treedf493f274c19e3b5f99fa4930670d269aefc1c42 /net/adblock/Makefile
parent94f2484ac75fbce52a9d1439b3d7bfad75587fe7 (diff)
adblock: update 4.1.4
* dnsmasq upstream has changed the code for domain handling and recommends the 'local' syntax for large blocklists * remove pipefail command, see #19043 for reference * removed the unused 'adb_dnsinotify' parameter * removed the 'adb_maxqueue' parameter, the queue size will be automatically set by the number of cpu cores * various cleanups, mostly shellcheck related Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock/Makefile')
-rw-r--r--net/adblock/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/net/adblock/Makefile b/net/adblock/Makefile
index cd7393f44..6394efe04 100644
--- a/net/adblock/Makefile
+++ b/net/adblock/Makefile
@@ -6,8 +6,8 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=adblock
-PKG_VERSION:=4.1.3
-PKG_RELEASE:=9
+PKG_VERSION:=4.1.4
+PKG_RELEASE:=1
PKG_LICENSE:=GPL-3.0-or-later
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
@@ -22,7 +22,7 @@ define Package/adblock
endef
define Package/adblock/description
-Powerful adblock script to block ad/abuse domains via dnsmasq, unbound, named or kresd.
+Powerful adblock solution to block ad/abuse domains via dnsmasq, unbound, named or kresd.
The script supports many domain blacklist sites plus manual black- and whitelist overrides.
Please see https://github.com/openwrt/packages/blob/master/net/adblock/files/README.md for further information.