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
parent
commit
fd5ba61549
No known key found for this signature in database GPG Key ID: 9D71CD547BFAE684
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      net/adblock/Makefile
  2. +1
    -1
      net/adblock/files/adblock.sh

+ 1
- 1
net/adblock/Makefile View File

@ -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>


+ 1
- 1
net/adblock/files/adblock.sh View File

@ -934,7 +934,7 @@ f_query() {
;;
"unbound")
prefix=".*[\"\\.]"
suffix="(static)"
suffix="(always_nxdomain)"
field="3"
;;
"named")


Loading…
Cancel
Save