From 7c66d054bf00f387a04cd174da99064f88c21cab Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Tue, 10 May 2022 16:53:52 +0200 Subject: [PATCH] adblock: list maintenance * add new oisd nsfw source (XL) * change korean source name (again) * update readme Signed-off-by: Dirk Brenken --- net/adblock/Makefile | 2 +- net/adblock/files/README.md | 5 +++-- net/adblock/files/adblock.sources | 11 +++++++++-- 3 files changed, 13 insertions(+), 5 deletions(-) diff --git a/net/adblock/Makefile b/net/adblock/Makefile index d2987d6989..cd7393f447 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:=8 +PKG_RELEASE:=9 PKG_LICENSE:=GPL-3.0-or-later PKG_MAINTAINER:=Dirk Brenken diff --git a/net/adblock/files/README.md b/net/adblock/files/README.md index 0336bab50d..ef1532fe37 100644 --- a/net/adblock/files/README.md +++ b/net/adblock/files/README.md @@ -22,9 +22,10 @@ A lot of people already use adblocker plugins within their desktop browsers, but | energized | | VAR | compilation | [Link](https://energized.pro) | | firetv_tracking | | S | tracking | [Link](https://github.com/Perflyst/PiHoleBlocklist) | | games_tracking | | S | tracking | [Link](https://www.gameindustry.eu) | -| hblock | | XL | compilation | [Link](https://hblock.molinero.dev) | +| hblock | | XL | compilation | [Link](https://hblock.molinero.dev) | | notracking | | XL | tracking | [Link](https://github.com/notracking/hosts-blocklists) | | oisd_basic | | L | general | [Link](https://oisd.nl) | +| oisd_nsfw | | XL | general | [Link](https://oisd.nl) | | oisd_full | | XXL | general | [Link](https://oisd.nl) | | openphish | | S | phishing | [Link](https://openphish.com) | | phishing_army | | S | phishing | [Link](https://phishing.army) | @@ -36,7 +37,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but | reg_fr | | S | reg_france | [Link](https://forums.lanik.us/viewforum.php?f=91) | | reg_id | | M | reg_indonesia | [Link](https://easylist.to) | | reg_it | | M | reg_italy | [Link](https://easylist.to) | -| reg_kr | | S | reg_korea | [Link](https://list-kr.github.io) | +| reg_kr | | S | reg_korea | [Link](https://github.com/List-KR/List-KR) | | reg_nl | | M | reg_netherlands | [Link](https://easylist.to) | | reg_pl1 | | S | reg_poland | [Link](https://kadantiscam.netlify.com) | | reg_pl2 | | S | reg_poland | [Link](https://www.certyficate.it) | diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources index 59df5c4448..4e02221ffb 100644 --- a/net/adblock/files/adblock.sources +++ b/net/adblock/files/adblock.sources @@ -104,6 +104,13 @@ "focus": "general", "descurl": "https://oisd.nl" }, + "oisd_nsfw": { + "url": "https://dbl.oisd.nl/nsfw/", + "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", + "size": "XL", + "focus": "general", + "descurl": "https://oisd.nl" + }, "oisd_full": { "url": "https://dbl.oisd.nl", "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", @@ -182,11 +189,11 @@ "descurl": "https://easylist.to" }, "reg_kr": { - "url": "https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/adserver.txt", + "url": "https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/adservice.txt", "rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}", "size": "S", "focus": "reg_korea", - "descurl": "https://list-kr.github.io" + "descurl": "https://github.com/List-KR/List-KR" }, "reg_nl": { "url": "https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt",