adblock: 4.1.3-7
authorDirk Brenken <dev@brenken.org>
Thu, 24 Mar 2022 20:01:12 +0000 (21:01 +0100)
committerDirk Brenken <dev@brenken.org>
Thu, 24 Mar 2022 20:01:12 +0000 (21:01 +0100)
* removed discontinued source 'gaming'
* changed url of source 'reg_kr'

Signed-off-by: Dirk Brenken <dev@brenken.org>
net/adblock/Makefile
net/adblock/files/README.md
net/adblock/files/adblock.sources

index 7d7c6b9752d374f96043e732916879fba3d6a0fc..b64becd67ba8ff22e1418d597df2e82501f055b8 100644 (file)
@@ -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>
 
index ff3f01e89fcee241a3a37340e1364536dac7e766..00350449da41bd48f9024a5741d05cd52076caca 100644 (file)
@@ -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)                                                           |
index 3c08ec7b2a9de71d1217c9cff06868346bfaa3a8..c1d073b8417e864ae540e5d2fe1e6b1c9c242ea2 100644 (file)
                "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)}",
                "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",