aboutsummaryrefslogtreecommitdiff
path: root/net/adblock
diff options
context:
space:
mode:
authorDirk Brenken <dev@brenken.org>2022-03-24 21:01:12 +0100
committerDirk Brenken <dev@brenken.org>2022-03-24 21:01:12 +0100
commitbed70d5f4b366f0fe90d4b0cda5a78f91aa4a738 (patch)
tree505cebd1c43276bf43d2ebca0950e07920164f88 /net/adblock
parentf78548f7d74cb11bf2f42c866415a327e2f8f918 (diff)
adblock: 4.1.3-7
* removed discontinued source 'gaming' * changed url of source 'reg_kr' Signed-off-by: Dirk Brenken <dev@brenken.org>
Diffstat (limited to 'net/adblock')
-rw-r--r--net/adblock/Makefile2
-rw-r--r--net/adblock/files/README.md1
-rw-r--r--net/adblock/files/adblock.sources9
3 files changed, 2 insertions, 10 deletions
diff --git a/net/adblock/Makefile b/net/adblock/Makefile
index 7d7c6b975..b64becd67 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:=6
+PKG_RELEASE:=7
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 ff3f01e89..00350449d 100644
--- a/net/adblock/files/README.md
+++ b/net/adblock/files/README.md
@@ -22,7 +22,6 @@ 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) |
-| gaming | | S | gaming | [Link](https://github.com/abyssin/pihole-blocklist) |
| notracking | | XL | tracking | [Link](https://github.com/notracking/hosts-blocklists) |
| oisd_basic | | L | general | [Link](https://oisd.nl) |
| oisd_full | | XXL | general | [Link](https://oisd.nl) |
diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources
index 3c08ec7b2..c1d073b84 100644
--- a/net/adblock/files/adblock.sources
+++ b/net/adblock/files/adblock.sources
@@ -83,13 +83,6 @@
"focus": "tracking",
"descurl": "https://www.gameindustry.eu"
},
- "gaming": {
- "url": "https://raw.githubusercontent.com/stopgaming/pihole-blocklist/master/game.txt",
- "rule": "/^0\\.0\\.0\\.0[[:space:]]+([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($2)}",
- "size": "S",
- "focus": "gaming",
- "descurl": "https://github.com/abyssin/pihole-blocklist"
- },
"notracking": {
"url": "https://raw.githubusercontent.com/notracking/hosts-blocklists/master/dnscrypt-proxy/dnscrypt-proxy.blacklist.txt",
"rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}",
@@ -182,7 +175,7 @@
"descurl": "https://easylist.to"
},
"reg_kr": {
- "url": "https://raw.githubusercontent.com/List-KR/List-KR/master/filter.txt",
+ "url": "https://raw.githubusercontent.com/List-KR/List-KR/master/filters-share/adserver.txt",
"rule": "BEGIN{FS=\"[|^]\"}/^\\|\\|([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+\\^(\\$third-party)?$/{print tolower($3)}",
"size": "S",
"focus": "reg_korea",