From e49b2e2c08bb11fb34af7bb5c4d805651abd6f5a Mon Sep 17 00:00:00 2001 From: Julius-Paul Jann Date: Wed, 8 Nov 2017 11:31:47 +0100 Subject: [PATCH] adblock: add German list Signed-off-by: Julius-Paul Jann --- net/adblock/Makefile | 2 +- net/adblock/files/README.md | 2 ++ net/adblock/files/adblock.conf | 6 ++++++ 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/net/adblock/Makefile b/net/adblock/Makefile index 6c0295cf7..d8d5a8726 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock PKG_VERSION:=3.1.0 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_LICENSE:=GPL-3.0+ PKG_MAINTAINER:=Dirk Brenken diff --git a/net/adblock/files/README.md b/net/adblock/files/README.md index d76c15600..50e13843f 100644 --- a/net/adblock/files/README.md +++ b/net/adblock/files/README.md @@ -31,6 +31,8 @@ A lot of people already use adblocker plugins within their desktop browsers, but * => daily updates, approx. 150 entries * [reg_cn](https://easylist-downloads.adblockplus.org/easylistchina+easylist.txt) * => regional blocklist for China, daily updates, approx. 1.600 entries + * [reg_de](https://easylist-downloads.adblockplus.org/easylistgermany+easylist.txt) + * => regional blocklist for Germany, daily updates, approx. 9.200 entries * [reg_id](https://easylist-downloads.adblockplus.org/abpindo+easylist.txt) * => regional blocklist for Indonesia, daily updates, approx. 800 entries * [reg_nl](https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt) diff --git a/net/adblock/files/adblock.conf b/net/adblock/files/adblock.conf index e7e8092a8..da2f6fe3b 100644 --- a/net/adblock/files/adblock.conf +++ b/net/adblock/files/adblock.conf @@ -90,6 +90,12 @@ config source 'reg_cn' option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}' option adb_src_desc 'focus on chinese ads plus generic easylist additions, daily updates, approx. 11.700 entries' +config source 'reg_de' + option enabled '0' + option adb_src 'https://easylist-downloads.adblockplus.org/easylistgermany+easylist.txt' + option adb_src_rset 'BEGIN{FS=\"[|^]\"}\$0~/^\|\|([[:alnum:]_-]+\.){1,}[[:alpha:]]+\^("\\\$third-party")?$/{print tolower(\$3)}' + option adb_src_desc 'focus on german ads plus generic easylist additions, daily updates, approx. 9.200 entries' + config source 'reg_id' option enabled '0' option adb_src 'https://easylist-downloads.adblockplus.org/abpindo+easylist.txt'