From 753a93ccb3cf8a77eb955e36e53d976877aa4c55 Mon Sep 17 00:00:00 2001 From: Darryl Sokoloski Date: Mon, 10 Jun 2019 10:20:14 -0400 Subject: netifyd: updated to v2.88 Change log for v2.88: [IMP] Added support for search and replace privacy expressions. [IMP] Added support for masking external addresses with private address ranges. [IMP] When enabled, trigger a sink update on start-up. [IMP] Added flow hash cache. [IMP] Added HTTPS as a super-protocol of SSL. [IMP] Add ability to save DNS hint cache to non-volatile (persistent) memory. [IMP] Save sink responses when "json_save" is enabled. [IMP] Added dynamic sink URL cloud configuration. [IMP] Implemented per-detection-thread packet capture queue. [IMP] Added support for a loadable serial UUID. [IMP] Added configuration option to override sink connection timeout. [IMP] Idle flow TTLs tunable via configuration directives. [IMP] Added idle TCP flow multiplier to keep TCP flows in memory longer. [IMP] Added new flow metadata "first_update_at" timestamp. [IMP] Added complete reference sample configuration file. [IMP] Various optimizations and fixes for FreeBSD. [IMP] Employ advisory locking when writing output files. [FIX] Ensure all configuration files are preserved on upgrades. [FIX] Fixed automatic interface role detection for nethserver/shorewall. [FIX] Memory usage fixes using profiling tools. [UPD] Updated to nDPI v2.9.0-dev-709a87c. [OPT] Flush and compress upload queue as soon as possible. [OPT] Significantly reduced detection thread locking times. [DEV] Added example plugin submodule to repository. Signed-off-by: Darryl Sokoloski --- net/netifyd/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net/netifyd/Makefile') diff --git a/net/netifyd/Makefile b/net/netifyd/Makefile index c3c8279f2..e30b76cd9 100644 --- a/net/netifyd/Makefile +++ b/net/netifyd/Makefile @@ -16,10 +16,10 @@ PKG_INSTALL:=1 PKG_SOURCE_PROTO:=git PKG_SOURCE_URL:=https://gitlab.com/netify.ai/public/netify-agent.git -PKG_SOURCE_DATE:=2019-01-03 -PKG_SOURCE_VERSION:=v2.87 -#PKG_SOURCE_VERSION:=e846598bbe26eb6d631f1eda922c7141245f48e3 -PKG_MIRROR_HASH:=05af5b4e48ccfccf60cfb3c0b08c8bb3987d8957f17723520da4488798a7b68d +PKG_SOURCE_DATE:=2019-06-06 +PKG_SOURCE_VERSION:=v2.88 +#PKG_SOURCE_VERSION:=367ddd2fca4b2edd5e71145e2adea1b58f750214 +PKG_MIRROR_HASH:=8ead41dc074a71626609bced1d584f8df87e39f5ad76dcca76021c1737150089 include $(INCLUDE_DIR)/package.mk -- cgit v1.2.3