mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
adblock: release 4.0.3
* new package dependencies: coreultis-sort and a download util with SSL support * focus on speed (multicore-support) to handle quite big lists * include more than 40 pre-configured blocklist sources in a compressed json file (/etc/adblock/adblock.sources.gz) * dynamic SafeSearch support for google, bing, duckduckgo, yandex, youtube and pixabay (CNAME (bind) & IP (dnsmaq, unbound)) * DNS backend autodetection * Download Utility autodetection * Report Interface autodetection * Easy cron wrapper to set an adblock related auto-timer for automatic blocklist updates * raw domain/blocklist support (e.g. for dnscrypt support) * re-add restrictive Jaillist support * rework online doc * Complete LuCI rewrite (migrated to client side JS) Signed-off-by: Dirk Brenken <dev@brenken.org>
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
#
|
||||
# Copyright (c) 2015-2019 Dirk Brenken (dev@brenken.org)
|
||||
# Copyright (c) 2015-2020 Dirk Brenken (dev@brenken.org)
|
||||
# This is free software, licensed under the GNU General Public License v3.
|
||||
#
|
||||
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=adblock
|
||||
PKG_VERSION:=3.8.15
|
||||
PKG_VERSION:=4.0.3
|
||||
PKG_RELEASE:=1
|
||||
PKG_LICENSE:=GPL-3.0-or-later
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
@@ -17,7 +17,7 @@ define Package/adblock
|
||||
SECTION:=net
|
||||
CATEGORY:=Network
|
||||
TITLE:=Powerful adblock script to block ad/abuse domains by using DNS
|
||||
DEPENDS:=+jshn +jsonfilter
|
||||
DEPENDS:=+jshn +jsonfilter +coreutils +coreutils-sort
|
||||
PKGARCH:=all
|
||||
endef
|
||||
|
||||
@@ -55,9 +55,11 @@ define Package/adblock/install
|
||||
|
||||
$(INSTALL_DIR) $(1)/etc/adblock
|
||||
$(INSTALL_BIN) ./files/adblock.mail $(1)/etc/adblock
|
||||
$(INSTALL_BIN) ./files/adblock.service $(1)/etc/adblock
|
||||
$(INSTALL_BIN) ./files/adblock.monitor $(1)/etc/adblock
|
||||
$(INSTALL_CONF) ./files/adblock.blacklist $(1)/etc/adblock
|
||||
$(INSTALL_CONF) ./files/adblock.whitelist $(1)/etc/adblock
|
||||
$(INSTALL_CONF) ./files/adblock.sources $(1)/etc/adblock
|
||||
gzip -9 $(1)/etc/adblock/adblock.sources
|
||||
endef
|
||||
|
||||
$(eval $(call BuildPackage,adblock))
|
||||
|
||||
Reference in New Issue
Block a user