- Update net/ndpi to 2.8.d20190301

- Update net/ntopng to 3.8.d20190301
- Remove trailing whitespacce in pkg-descr
This commit is contained in:
Guido Falsi 2019-03-12 19:47:48 +00:00
parent 3502c8e584
commit a169ea5c35
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=495521
7 changed files with 37 additions and 11 deletions

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ndpi
PORTVERSION= 2.6.d20181221
PORTVERSION= 2.8.d20190301
PORTEPOCH= 1
CATEGORIES= net
@ -27,7 +27,7 @@ INSTALL_TARGET= install-strip
USE_GITHUB= yes
GH_ACCOUNT= ntop
GH_PROJECT= nDPI
GH_TAGNAME= 7759f12
GH_TAGNAME= 1b2931e
PLIST_SUB= MAJOR_VER=${PORTVERSION:R:R} VER=${PORTVERSION:R}

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1545486152
SHA256 (ntop-nDPI-2.6.d20181221-7759f12_GH0.tar.gz) = fbbdf6ed3b1fbe8fcda271f683e3a53cca09c75a84ff43bd081aae530320f201
SIZE (ntop-nDPI-2.6.d20181221-7759f12_GH0.tar.gz) = 19754891
TIMESTAMP = 1552406963
SHA256 (ntop-nDPI-2.8.d20190301-1b2931e_GH0.tar.gz) = b5b3530e3c65d431828624f2f48a7329522f9e9b01178b013b887a2b9efd87ed
SIZE (ntop-nDPI-2.8.d20190301-1b2931e_GH0.tar.gz) = 19754241

View File

@ -0,0 +1,13 @@
--- src/lib/ndpi_main.c.orig 2019-03-01 17:04:18 UTC
+++ src/lib/ndpi_main.c
@@ -41,6 +41,10 @@
#include <unistd.h>
#endif
+#if defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__
+#include <sys/endian.h>
+#endif
+
#include "ndpi_content_match.c.inc"
#include "third_party/include/ndpi_patricia.h"
#include "third_party/include/ht_hash.h"

View File

@ -0,0 +1,13 @@
--- src/lib/protocols/quic.c.orig 2019-03-01 17:04:18 UTC
+++ src/lib/protocols/quic.c
@@ -22,6 +22,10 @@
*
*/
+#if defined __FreeBSD__ || defined __NetBSD__ || defined __OpenBSD__
+#include <sys/endian.h>
+#endif
+
#include "ndpi_protocol_ids.h"
#define NDPI_CURRENT_PROTO NDPI_PROTOCOL_QUIC

View File

@ -2,7 +2,7 @@
# $FreeBSD$
PORTNAME= ntopng
PORTVERSION= 3.8.d20190111
PORTVERSION= 3.8.d20190301
PORTEPOCH= 1
CATEGORIES= net
@ -36,7 +36,7 @@ PLIST_SUB= NTOPNGUSER="${USERS}" NTOPNGROUP="${GROUPS}"
USE_GITHUB= yes
GH_ACCOUNT= ntop
GH_TAGNAME= 3c2d3bf
GH_TAGNAME= b287827
CPE_VENDOR= ntop

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1547564923
SHA256 (ntop-ntopng-3.8.d20190111-3c2d3bf_GH0.tar.gz) = 1da7581a66fdd405574d0f914ed319c90d15c6e7886e14973c32ebc6ba0b35d1
SIZE (ntop-ntopng-3.8.d20190111-3c2d3bf_GH0.tar.gz) = 33912860
TIMESTAMP = 1552407041
SHA256 (ntop-ntopng-3.8.d20190301-b287827_GH0.tar.gz) = 67d906d00df4006f38b9fe1ad988ae16c4fed3e9b803c699bee6d7afbb066c05
SIZE (ntop-ntopng-3.8.d20190301-b287827_GH0.tar.gz) = 33913151

View File

@ -1,4 +1,4 @@
ntopng is a new generation flexible and feature-rich tool for monitoring and
ntopng is a new generation flexible and feature-rich tool for monitoring and
troubleshooting local area networks. It provides command line and web
interfaces, the latter via an embedded web server. ntop is based on libpcap.