From 999c5b47a6724ed78f184aff9e99e8fa31da4fa1 Mon Sep 17 00:00:00 2001 From: Dirk Brenken Date: Fri, 30 Jun 2023 07:28:16 +0200 Subject: [PATCH] adblock: update to 4.1.5-8 * adapt adguard_tracking source changes Signed-off-by: Dirk Brenken (cherry picked from commit e1fa285f325543cc96dcfe2beb17fe83cc1a76e3) --- net/adblock/Makefile | 2 +- net/adblock/files/README.md | 2 +- net/adblock/files/adblock.sources | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/net/adblock/Makefile b/net/adblock/Makefile index 6eda908a4f..0e11de1050 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:=7 +PKG_RELEASE:=8 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 95cbfeedc4..463965b0f1 100644 --- a/net/adblock/files/README.md +++ b/net/adblock/files/README.md @@ -12,7 +12,7 @@ A lot of people already use adblocker plugins within their desktop browsers, but | :------------------ | :-----: | :--- | :--------------- | :-------------------------------------------------------------------------------- | | adaway | x | S | mobile | [Link](https://github.com/AdAway/adaway.github.io) | | adguard | x | L | general | [Link](https://adguard.com) | -| adguard_tracking | | S | tracking | [Link](https://github.com/AdguardTeam/cname-trackers) | +| adguard_tracking | | L | tracking | [Link](https://github.com/AdguardTeam/cname-trackers) | | android_tracking | | S | tracking | [Link](https://github.com/Perflyst/PiHoleBlocklist) | | andryou | | L | compilation | [Link](https://gitlab.com/andryou/block/-/blob/master/readme.md) | | anti_ad | | L | compilation | [Link](https://github.com/privacy-protection-tools/anti-AD/blob/master/README.md) | diff --git a/net/adblock/files/adblock.sources b/net/adblock/files/adblock.sources index 85af8602b4..b7f8f8b112 100644 --- a/net/adblock/files/adblock.sources +++ b/net/adblock/files/adblock.sources @@ -14,9 +14,9 @@ "descurl": "https://adguard.com" }, "adguard_tracking": { - "url": "https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/combined_disguised_trackers_justdomains.txt", + "url": "https://raw.githubusercontent.com/AdguardTeam/cname-trackers/master/data/combined_disguised_trackers_justdomains.txt", "rule": "/^([[:alnum:]_-]{1,63}\\.)+[[:alpha:]]+([[:space:]]|$)/{print tolower($1)}", - "size": "S", + "size": "L", "focus": "tracking", "descurl": "https://github.com/AdguardTeam/cname-trackers" }, -- 2.30.2