diff options
author | Dirk Brenken <dev@brenken.org> | 2023-02-18 20:17:34 +0100 |
---|---|---|
committer | Dirk Brenken <dev@brenken.org> | 2023-02-18 20:17:34 +0100 |
commit | 0b222b7e10ebc8a775d603808e72a7d70ac90972 (patch) | |
tree | dc2cbc863f4594cadd2a601ec55d6942f0608622 /net/adblock | |
parent | 9aa82f48c1756fcb511a7ba03555a3381768aef6 (diff) |
adblock: update 4.1.5-6
* adapted changed oisd downloads (again), fixed #20516
Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock')
-rw-r--r-- | net/adblock/Makefile | 2 | ||||
-rw-r--r-- | net/adblock/files/README.md | 2 | ||||
-rw-r--r-- | net/adblock/files/adblock.sources | 10 |
3 files changed, 7 insertions, 7 deletions
diff --git a/net/adblock/Makefile b/net/adblock/Makefile index bd549920a..22a59a926 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock PKG_VERSION:=4.1.5 -PKG_RELEASE:=5 +PKG_RELEASE:=6 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org> diff --git a/net/adblock/files/README.md b/net/adblock/files/README.md index 5bb1ecea2..95cbfeedc 100644 --- a/net/adblock/files/README.md +++ b/net/adblock/files/README.md @@ -30,7 +30,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but | lightswitch05 | | XL | compilation | [Link](https://github.com/lightswitch05/hosts) | | notracking | | XL | tracking | [Link](https://github.com/notracking/hosts-blocklists) | | oisd_big | | XXL | general | [Link](https://oisd.nl) | -| oisd_nsfw | | XL | general | [Link](https://oisd.nl) | +| oisd_nsfw | | XXL | porn | [Link](https://oisd.nl) | | oisd_small | | L | general | [Link](https://oisd.nl) | | openphish | | S | phishing | [Link](https://openphish.com) | | phishing_army | | S | phishing | [Link](https://phishing.army) | diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources index e46a007ac..d6f56f6d4 100644 --- a/net/adblock/files/adblock.sources +++ b/net/adblock/files/adblock.sources @@ -133,21 +133,21 @@ "descurl": "https://github.com/notracking/hosts-blocklists" }, "oisd_big": { - "url": "https://raw.githubusercontent.com/sjhgvr/oisd/main/dblw_big.txt", + "url": "https://big.oisd.nl/domainswild", "rule": "BEGIN{FS=\"\\\\*.\"}/^\\*\\.([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}", "size": "XXL", "focus": "general", "descurl": "https://oisd.nl" }, "oisd_nsfw": { - "url": "https://raw.githubusercontent.com/sjhgvr/oisd/main/dblw_nsfw.txt", + "url": "https://nsfw.oisd.nl/domainswild", "rule": "BEGIN{FS=\"\\\\*.\"}/^\\*\\.([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}", - "size": "XL", - "focus": "general", + "size": "XXL", + "focus": "porn", "descurl": "https://oisd.nl" }, "oisd_small": { - "url": "https://raw.githubusercontent.com/sjhgvr/oisd/main/dblw_small.txt", + "url": "https://small.oisd.nl/domainswild", "rule": "BEGIN{FS=\"\\\\*.\"}/^\\*\\.([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}", "size": "L", "focus": "general", |