From 0513566fcf34dac64f0758d092cbf8b72737cd3e Mon Sep 17 00:00:00 2001 From: Patrick Mulder Date: Sat, 22 Jul 2017 20:33:26 +0200 Subject: [PATCH] adblock: Added a new region. Signed-off-by: Patrick Mulder --- 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 eca17098f..939c77900 100644 --- a/net/adblock/Makefile +++ b/net/adblock/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=adblock PKG_VERSION:=2.8.3 -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 0758d7fe2..74b3d6928 100644 --- a/net/adblock/files/README.md +++ b/net/adblock/files/README.md @@ -29,6 +29,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_nl](https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt) + * => regional blocklist for the Netherlands, weekly updates, approx. 1300 entries * [reg_pl](http://adblocklist.org) * => regional blocklist for Poland, daily updates, approx. 50 entries * [reg_ro](https://easylist-downloads.adblockplus.org/rolist+easylist.txt) diff --git a/net/adblock/files/adblock.conf b/net/adblock/files/adblock.conf index c26fb9e27..0d4d701f8 100644 --- a/net/adblock/files/adblock.conf +++ b/net/adblock/files/adblock.conf @@ -86,6 +86,12 @@ config source 'reg_cn' option adb_src_rset '{FS=\"[|^]\"} \$0 ~/^\|\|([A-Za-z0-9_-]+\.){1,}[A-Za-z]+\^$/{print tolower(\$3)}' option adb_src_desc 'focus on chinese ads, daily updates, approx. 1.600 entries' +config source 'reg_nl' + option enabled '0' + option adb_src 'https://easylist-downloads.adblockplus.org/easylistdutch+easylist.txt' + option adb_src_rset '{FS=\"[|^]\"} \$0 ~/^\|\|([A-Za-z0-9_-]+\.){1,}[A-Za-z]+\^$/{print tolower(\$3)}' + option adb_src_desc 'focus on dutch ads plus generic easylist additions, weekly updates, approx. 1300 entries' + config source 'reg_pl' option enabled '0' option adb_src 'http://adblocklist.org/adblock-pxf-polish.txt'