mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
adblock: backport updates upto 2.4.0-2
Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi> Original commit messages: adblock: update 2.3.2 * optimize memory consumption & enable overall sort only on devices with > 64MB RAM, this prevents sort related kernel dumps (cherry picked from commit8c5b9a0802) adblock: release 2.4.0 * add tld compression, this new "top level domain compression" removes up to 40 thousand needless host entries from the block lists and lowers the memory footprint for the dns backends by 8-10 MByte * optimize restart behavior in case of an error * cosmetics (cherry picked from commited470f0dcc) adblock: release 2.4.0 (release 2) * add missing sort step if tld compression was disabled (cherry picked from commitb3b9972eac)
This commit is contained in:
committed by
Hannu Nyman
parent
d98b545bf9
commit
afe6be45e3
@@ -6,8 +6,8 @@
|
||||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=adblock
|
||||
PKG_VERSION:=2.3.1
|
||||
PKG_RELEASE:=1
|
||||
PKG_VERSION:=2.4.0
|
||||
PKG_RELEASE:=2
|
||||
PKG_LICENSE:=GPL-3.0+
|
||||
PKG_MAINTAINER:=Dirk Brenken <dev@brenken.org>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user