diff --git a/net/adblock/Makefile b/net/adblock/Makefile index 819467a320df0b..529676cc2183ab 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -1,5 +1,5 @@ # -# Copyright (c) 2015-2024 Dirk Brenken (dev@brenken.org) +# Copyright (c) 2015-2025 Dirk Brenken (dev@brenken.org) # This is free software, licensed under the GNU General Public License v3. # @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock PKG_VERSION:=4.2.3 -PKG_RELEASE:=2 +PKG_RELEASE:=3 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 e6702e9c1612a2..07478673123fad 100644 --- a/net/adblock/files/README.md +++ b/net/adblock/files/README.md @@ -20,6 +20,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but | antipopads | | L | compilation | [Link](https://github.com/AdroitAdorKhan/antipopads-re) | | anudeep | | M | compilation | [Link](https://github.com/anudeepND/blacklist) | | bitcoin | | S | mining | [Link](https://github.com/hoshsadiq/adblock-nocoin-list) | +| certpl | | L | phishing | [Link](https://cert.pl/en/warning-list/) | | cpbl | | XL | compilation | [Link](https://github.com/bongochong/CombinedPrivacyBlockLists) | | disconnect | | S | general | [Link](https://disconnect.me) | | doh_blocklist | | S | doh_server | [Link](https://github.com/dibdot/DoH-IP-blocklists) | @@ -33,6 +34,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but | notracking | | XL | tracking | [Link](https://github.com/notracking/hosts-blocklists) | | oisd_big | | XXL | general | [Link](https://oisd.nl) | | oisd_nsfw | | XXL | porn | [Link](https://oisd.nl) | +| oisd_nsfw_small | | M | 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) | @@ -46,6 +48,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but | reg_it | | S | reg_italy | [Link](https://easylist.to) | | reg_jp | | S | reg_japan | [Link](https://github.com/k2jp/abp-japanese-filters) | | reg_kr | | S | reg_korea | [Link](https://github.com/List-KR/List-KR) | +| reg_nl | | S | reg_lithuania | [Link](https://easylist.to) | | reg_nl | | S | reg_netherlands | [Link](https://easylist.to) | | reg_pl | | M | reg_poland | [Link](https://kadantiscam.netlify.com) | | reg_ro | | S | reg_romania | [Link](https://easylist.to) | diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources index 4851d0077ad79b..0838c942ad22f2 100644 --- a/net/adblock/files/adblock.sources +++ b/net/adblock/files/adblock.sources @@ -69,6 +69,13 @@ "focus": "mining", "descurl": "https://github.com/hoshsadiq/adblock-nocoin-list" }, + "certpl": { + "url": "https://hole.cert.pl/domains/v2/domains.txt", + "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", + "size": "L", + "focus": "phishing", + "descurl": "https://cert.pl" + }, "cpbl": { "url": "https://raw.githubusercontent.com/bongochong/CombinedPrivacyBlockLists/master/NoFormatting/cpbl-ctld.txt", "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", @@ -160,6 +167,13 @@ "focus": "porn", "descurl": "https://oisd.nl" }, + "oisd_nsfw_small": { + "url": "https://nsfw-small.oisd.nl/domainswild2", + "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", + "size": "M", + "focus": "porn", + "descurl": "https://oisd.nl" + }, "oisd_small": { "url": "https://small.oisd.nl/domainswild2", "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", @@ -251,6 +265,13 @@ "focus": "reg_korea", "descurl": "https://github.com/List-KR/List-KR" }, + "reg_lt": { + "url": "https://easylist-downloads.adblockplus.org/easylistlithuania.txt", + "rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}", + "size": "S", + "focus": "reg_lithuania", + "descurl": "https://easylist.to" + }, "reg_nl": { "url": "https://easylist-downloads.adblockplus.org/easylistdutch.txt", "rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",