aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
authorToni Uhlig <matzeton@googlemail.com>2024-11-11 16:19:07 +0100
committerToni Uhlig <matzeton@googlemail.com>2024-11-13 17:23:31 +0100
commit9efdecf4efa352a6046c88a945cf9ff8db1b37b9 (patch)
tree43c6ba4a106f47420a4f5dc1ddfe393400c5dbda /packages
parent8c114e49168eb38a8598b5b342c7144a07323320 (diff)
bump libnDPI to 59ee1fe1156be234fed796972a29a31a0589e25a
* set minimum nDPI version to 4.12.0 (incompatible API changes) * fixed `ndpi_debug_printf()` function signature * JSON schema (flow): added risk `56`: "Obfuscated Traffic" * JSON schema (flow): added "domainame" * fixed OpenWrt build Signed-off-by: Toni Uhlig <matzeton@googlemail.com>
Diffstat (limited to 'packages')
-rw-r--r--packages/openwrt/net/nDPId-testing/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/openwrt/net/nDPId-testing/Makefile b/packages/openwrt/net/nDPId-testing/Makefile
index 995250527..74b70d078 100644
--- a/packages/openwrt/net/nDPId-testing/Makefile
+++ b/packages/openwrt/net/nDPId-testing/Makefile
@@ -2,7 +2,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=nDPId-testing
PKG_VERSION:=1.0
-PKG_RELEASE:=$(AUTORELEASE)
+PKG_RELEASE:=1
ifneq ($(wildcard /artifacts),)
PKG_DIRECTORY:=/artifacts
@@ -32,7 +32,7 @@ endef
define Package/nDPId-testing/description
nDPId is a set of daemons and tools to capture, process and classify network flows.
- It's only dependencies (besides a half-way modern c library and POSIX threads) are libnDPI (>= 3.6.0 or current github dev branch) and libpcap.
+ It's only dependencies (besides a half-way modern c library and POSIX threads) are libnDPI and libpcap.
endef
define Package/nDPId-testing/config