diff options
author | Dirk Brenken <dev@brenken.org> | 2021-06-29 21:03:33 +0200 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2021-06-29 21:03:33 +0200 |
commit | e5fd19d2e0981710b0a57b0f8528013203d2bbc6 (patch) | |
tree | 129afcc1ab67fc0a35dec0c48ddc83ae28c5d4e2 /net/adblock/Makefile | |
parent | 5f73d18eb125910bfbd39d77a939588463b5b36b (diff) |
adblock: update 4.1.3-2
* add a tcpdump option to resolve IPs in adblock reporting,
set 'adb_represolve' accordingly (disabled by default). If enabled
tcpdump will perform a reverse DNS (PTR) lookup for each IP address
* add 'stalkerware' source (provided by @astryzia)
* update readme
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock/Makefile')
-rw-r--r-- | net/adblock/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/adblock/Makefile b/net/adblock/Makefile index 06518ac11..3d3b2940e 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock PKG_VERSION:=4.1.3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org> |