Browse Source
adblock: update 4.1.4-3
* unbound: fix domain search regression
Signed-off-by: Dirk Brenken <dev@brenken.org>
(cherry picked from commit e80d0236e3
)
lilik-openwrt-22.03
Dirk Brenken
2 years ago
No known key found for this signature in database
GPG Key ID: 9D71CD547BFAE684
2 changed files with
2 additions and
2 deletions
-
net/adblock/Makefile
-
net/adblock/files/adblock.sh
|
|
@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk |
|
|
|
|
|
|
|
PKG_NAME:=adblock |
|
|
|
PKG_VERSION:=4.1.4 |
|
|
|
PKG_RELEASE:=2 |
|
|
|
PKG_RELEASE:=3 |
|
|
|
PKG_LICENSE:=GPL-3.0-or-later |
|
|
|
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org> |
|
|
|
|
|
|
|
|
|
@ -934,7 +934,7 @@ f_query() { |
|
|
|
;; |
|
|
|
"unbound") |
|
|
|
prefix=".*[\"\\.]" |
|
|
|
suffix="(static)" |
|
|
|
suffix="(always_nxdomain)" |
|
|
|
field="3" |
|
|
|
;; |
|
|
|
"named") |
|
|
|