pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net/ndpi



Module Name:    pkgsrc
Committed By:   adam
Date:           Thu Aug  7 05:03:08 UTC 2025

Modified Files:
        pkgsrc/net/ndpi: Makefile distinfo
        pkgsrc/net/ndpi/patches: patch-src_include_ndpi__includes.h

Log Message:
ndpi: updated to 4.14

4.14

Major Changes

Introduce QoE (Quality of Experience) classification

New Supported Protocols and Services

Add DigitalOcean protocol
Add GearUP Booster application protocol/dissector (heuristic based)
Add LagoFast protocol dissector.
Add RUTUBE
Add Vivox support
Add new protocol ID to handle Mozilla/Firefox generic traffic
Add health category
Unify "Skype" and "Teams" IDs
Information about all protocols are available at https://github.com/ntop/nDPI/blob/dev/doc/protocols.rst

New features

Add ndpi_find_protocol_qoe() API call
Add ndpi_network_ptree6_match() API call
Add ndpi_data_jitter() API call

New configuration knobs

Add configuration parameter to enable/disable export of flow risk info
Add a specific configuration for classification only
Add the ability to enable/disable every specific flow risks
Extend configuration to enable/disable export of flow risk info
bittorrent: add configuration for "hash" metadata
HTTP: add configuration for some metadata
SSDP: add configuration for disabling metadata extraction


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 pkgsrc/net/ndpi/Makefile pkgsrc/net/ndpi/distinfo
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/net/ndpi/patches/patch-src_include_ndpi__includes.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/ndpi/Makefile
diff -u pkgsrc/net/ndpi/Makefile:1.14 pkgsrc/net/ndpi/Makefile:1.15
--- pkgsrc/net/ndpi/Makefile:1.14       Fri Aug 23 17:54:05 2024
+++ pkgsrc/net/ndpi/Makefile    Thu Aug  7 05:03:08 2025
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.14 2024/08/23 17:54:05 adam Exp $
+# $NetBSD: Makefile,v 1.15 2025/08/07 05:03:08 adam Exp $
 
-DISTNAME=      nDPI-4.10
+DISTNAME=      nDPI-4.14
 PKGNAME=       ${DISTNAME:tl}
 CATEGORIES=    net
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=ntop/}
Index: pkgsrc/net/ndpi/distinfo
diff -u pkgsrc/net/ndpi/distinfo:1.14 pkgsrc/net/ndpi/distinfo:1.15
--- pkgsrc/net/ndpi/distinfo:1.14       Fri Aug 23 17:54:05 2024
+++ pkgsrc/net/ndpi/distinfo    Thu Aug  7 05:03:08 2025
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.14 2024/08/23 17:54:05 adam Exp $
+$NetBSD: distinfo,v 1.15 2025/08/07 05:03:08 adam Exp $
 
-BLAKE2s (nDPI-4.10.tar.gz) = 9ec7897dd076b6a915212cc274e66e6765d61dfc076ac65541a3a0891455e486
-SHA512 (nDPI-4.10.tar.gz) = 311836477bafc9c7a4ef6cf18438870ec186db4407390883bcd8376bd709cd5c5700e8a3f028dbc3e49012e828ee5199ee86e76ad4d7b1595903818e96bf9cb8
-Size (nDPI-4.10.tar.gz) = 38583847 bytes
+BLAKE2s (nDPI-4.14.tar.gz) = 94abc71938dfb2d5ee920b4241b99edf0d44c986f38b635db0f7e3b613bb0c91
+SHA512 (nDPI-4.14.tar.gz) = f7e24289aa04e19bc357c29ba00ca7d27aefcd2faf51ddf2f526b4c4d4fefd0ded33dd8e60245c0d8772b3a870304d3dda2c40f3d5ee4382342889741f122146
+Size (nDPI-4.14.tar.gz) = 48474931 bytes
 SHA1 (patch-configure.ac) = 66433ce788c42455eee7d78d423b66007f10cdeb
-SHA1 (patch-src_include_ndpi__includes.h) = f6aa1dff14da61f93e6d330be7adfe1b85772f14
+SHA1 (patch-src_include_ndpi__includes.h) = a457e8edd5795178239739d07969624638ec9474
 SHA1 (patch-src_lib_Makefile.in) = a07b742ee5b5e75e7e0297ad49b3ba4faf4242aa
 SHA1 (patch-src_lib_third__party_include_gcrypt_common.h) = 257a2c9b08793f8bca564dc7c6229f1d5168b5e1

Index: pkgsrc/net/ndpi/patches/patch-src_include_ndpi__includes.h
diff -u pkgsrc/net/ndpi/patches/patch-src_include_ndpi__includes.h:1.2 pkgsrc/net/ndpi/patches/patch-src_include_ndpi__includes.h:1.3
--- pkgsrc/net/ndpi/patches/patch-src_include_ndpi__includes.h:1.2      Mon Nov 20 17:57:31 2023
+++ pkgsrc/net/ndpi/patches/patch-src_include_ndpi__includes.h  Thu Aug  7 05:03:08 2025
@@ -1,12 +1,12 @@
-$NetBSD: patch-src_include_ndpi__includes.h,v 1.2 2023/11/20 17:57:31 adam Exp $
+$NetBSD: patch-src_include_ndpi__includes.h,v 1.3 2025/08/07 05:03:08 adam Exp $
 
 Same case with SunOS.
 
---- src/include/ndpi_includes.h.orig   2023-10-23 09:45:30.000000000 +0000
+--- src/include/ndpi_includes.h.orig   2025-04-28 06:58:26.000000000 +0000
 +++ src/include/ndpi_includes.h
-@@ -50,7 +50,7 @@
- #include <netinet/udp.h>
- #endif
+@@ -45,7 +45,7 @@
+ #include <sys/socket.h>
+ #include <netinet/in.h>
  
 -#if !defined __APPLE__ && !defined __FreeBSD__ && !defined __NetBSD__ && !defined __OpenBSD__
 +#if !defined __APPLE__ && !defined __FreeBSD__ && !defined __NetBSD__ && !defined __OpenBSD__ && !defined __sun



Home | Main Index | Thread Index | Old Index