Skip to content

Commit 8c51321

Browse files
committed
adblock-fast: update to 1.2.0-r20
Config file: * add debug_init_script and debug_performance options * remove led (default should be empty) option * remove procd_boot_delay (obsolete) option Init Script: * reinstate IPKG_INSTROOT check * change capitalization in status messages * unset default value for led option on load_package_config * bugfix: unset bool options which are later checked for non-empty * bugfix: create compressed cache only if block-file exists * adjust errors output/storing errors for later display in multuple cases * produce information about cache/compressed cache files in service status output when service is stopped * attempt to create compressed cache in service_started only if block- file exists * bugfix: run service_started from the dl command (to create compressed cache file) * rename StripToDomains variables for readability * improve open port detection Uci-Defaults: * improve readability of debug options migration Signed-off-by: Stan Grishin <[email protected]> (cherry picked from commit ff2a554)
1 parent ed702ba commit 8c51321

File tree

4 files changed

+104
-78
lines changed

4 files changed

+104
-78
lines changed

net/adblock-fast/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk
55

66
PKG_NAME:=adblock-fast
77
PKG_VERSION:=1.2.0
8-
PKG_RELEASE:=10
8+
PKG_RELEASE:=20
99
PKG_MAINTAINER:=Stan Grishin <[email protected]>
1010
PKG_LICENSE:=AGPL-3.0-or-later
1111

net/adblock-fast/files/etc/config/adblock-fast

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ config adblock-fast 'config'
1111
option curl_additional_param ''
1212
option curl_max_file_size '30000000'
1313
option curl_retry '3'
14-
option debug '0'
14+
option debug_init_script '0'
15+
option debug_performance '0'
1516
option dns 'dnsmasq.servers'
1617
list dnsmasq_instance '*'
1718
# option dnsmasq_config_file_url 'https://small.oisd.nl/dnsmasq2'
@@ -27,11 +28,9 @@ config adblock-fast 'config'
2728
# list force_dns_port '4434'
2829
# list force_dns_port '5443'
2930
# list force_dns_port '8443'
30-
option led 'none'
3131
option parallel_downloads '1'
3232
option pause_timeout '20'
3333
option procd_trigger_wan6 '0'
34-
option procd_boot_delay '0'
3534
option procd_boot_wan_timeout '60'
3635
option verbosity '2'
3736
option heartbeat_domain 'heartbeat.melmac.ca'

0 commit comments

Comments
 (0)