adblock: add German list 5091/head
authorJulius-Paul Jann <foss@nokius.net>
Wed, 8 Nov 2017 10:31:47 +0000 (11:31 +0100)
committerJulius-Paul <foss@nokius.net>
Thu, 9 Nov 2017 19:41:53 +0000 (20:41 +0100)
Signed-off-by: Julius-Paul Jann <foss@nokius.net>
net/adblock/Makefile
net/adblock/files/README.md
net/adblock/files/adblock.conf

index 6c0295cf7d9a188b9dea0a847d4d5920d06ddeea..d8d5a8726a8356b04b32b47e73c6936b6bc4f3f8 100644 (file)
@@ -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 <dev@brenken.org>
 
index d76c156004d8341cb4240022f97debe1faedf91c..50e13843faea9481ba8908dc23c2ced6951b1aa2 100644 (file)
@@ -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)
index e7e8092a823cb15152b65a1020dc3a55bf5a5ff5..da2f6fe3b8c572c9ca4daa0064355c9335ec97b4 100644 (file)
@@ -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'