From owner-svn-ports-head@freebsd.org Tue Dec 29 10:31:47 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 873084D7F1A; Tue, 29 Dec 2020 10:31:47 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4D4rLq3SX8z3q2n; Tue, 29 Dec 2020 10:31:47 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 69D4D270B; Tue, 29 Dec 2020 10:31:47 +0000 (UTC) (envelope-from madpilot@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BTAVlfI006466; Tue, 29 Dec 2020 10:31:47 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BTAVk9U006459; Tue, 29 Dec 2020 10:31:46 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202012291031.0BTAVk9U006459@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Tue, 29 Dec 2020 10:31:46 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r559560 - in head/net: ndpi ntopng X-SVN-Group: ports-head X-SVN-Commit-Author: madpilot X-SVN-Commit-Paths: in head/net: ndpi ntopng X-SVN-Commit-Revision: 559560 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 29 Dec 2020 10:31:47 -0000 Author: madpilot Date: Tue Dec 29 10:31:46 2020 New Revision: 559560 URL: https://svnweb.freebsd.org/changeset/ports/559560 Log: Update ndpi and ntopng to latest upstream snapshot. Modified: head/net/ndpi/Makefile head/net/ndpi/distinfo head/net/ntopng/Makefile head/net/ntopng/distinfo head/net/ntopng/pkg-plist Modified: head/net/ndpi/Makefile ============================================================================== --- head/net/ndpi/Makefile Tue Dec 29 10:28:39 2020 (r559559) +++ head/net/ndpi/Makefile Tue Dec 29 10:31:46 2020 (r559560) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ndpi -PORTVERSION= 3.4.d20201101 +PORTVERSION= 3.4.d20201222 PORTEPOCH= 1 CATEGORIES= net @@ -28,7 +28,7 @@ INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= ntop GH_PROJECT= nDPI -GH_TAGNAME= d22bcc9 +GH_TAGNAME= 75898a4 PLIST_SUB= MAJOR_VER=${PORTVERSION:R:R} VER=${PORTVERSION:R} Modified: head/net/ndpi/distinfo ============================================================================== --- head/net/ndpi/distinfo Tue Dec 29 10:28:39 2020 (r559559) +++ head/net/ndpi/distinfo Tue Dec 29 10:31:46 2020 (r559560) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604395517 -SHA256 (ntop-nDPI-3.4.d20201101-d22bcc9_GH0.tar.gz) = f9206fe31e443d91da75d1d1e22fe6ae1c32e29ab352d2f272bb1420e4ce3378 -SIZE (ntop-nDPI-3.4.d20201101-d22bcc9_GH0.tar.gz) = 37976104 +TIMESTAMP = 1609190628 +SHA256 (ntop-nDPI-3.4.d20201222-75898a4_GH0.tar.gz) = 336c4435175092c9c9017cccac0915a7ffcdff8e1aa5abb837bafcd9458a9c9a +SIZE (ntop-nDPI-3.4.d20201222-75898a4_GH0.tar.gz) = 37976155 Modified: head/net/ntopng/Makefile ============================================================================== --- head/net/ntopng/Makefile Tue Dec 29 10:28:39 2020 (r559559) +++ head/net/ntopng/Makefile Tue Dec 29 10:31:46 2020 (r559560) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ntopng -PORTVERSION= 4.2.d20201102 +PORTVERSION= 4.2.d20201228 PORTEPOCH= 1 CATEGORIES= net @@ -38,7 +38,7 @@ PLIST_SUB= NTOPNGUSER="${USERS}" NTOPNGROUP="${GROUPS} USE_GITHUB= yes GH_ACCOUNT= ntop -GH_TAGNAME= 5e649a2 +GH_TAGNAME= d2f4f8f CPE_VENDOR= ntop Modified: head/net/ntopng/distinfo ============================================================================== --- head/net/ntopng/distinfo Tue Dec 29 10:28:39 2020 (r559559) +++ head/net/ntopng/distinfo Tue Dec 29 10:31:46 2020 (r559560) @@ -1,3 +1,3 @@ -TIMESTAMP = 1604395621 -SHA256 (ntop-ntopng-4.2.d20201102-5e649a2_GH0.tar.gz) = 18b5c28385346acbfd89e223a03c3b008d65abe8e67d8aaacba99f170b84d3fa -SIZE (ntop-ntopng-4.2.d20201102-5e649a2_GH0.tar.gz) = 57559775 +TIMESTAMP = 1609190757 +SHA256 (ntop-ntopng-4.2.d20201228-d2f4f8f_GH0.tar.gz) = 041547feccd82237d3e8df0a75b163a9712248675a4d8117983719ffc5e61bd8 +SIZE (ntop-ntopng-4.2.d20201228-d2f4f8f_GH0.tar.gz) = 57560717 Modified: head/net/ntopng/pkg-plist ============================================================================== --- head/net/ntopng/pkg-plist Tue Dec 29 10:28:39 2020 (r559559) +++ head/net/ntopng/pkg-plist Tue Dec 29 10:31:46 2020 (r559560) @@ -2747,6 +2747,7 @@ man/man8/ntopng.8.gz %%DATADIR%%/scripts/plugins/endpoints/slack_alert_endpoint/alert_endpoints/slack.lua %%DATADIR%%/scripts/plugins/endpoints/slack_alert_endpoint/manifest.lua %%DATADIR%%/scripts/plugins/endpoints/slack_alert_endpoint/templates/slack_endpoint.template +%%DATADIR%%/scripts/plugins/endpoints/slack_alert_endpoint/templates/slack_recipient.template %%DATADIR%%/scripts/plugins/endpoints/sqlite_alert_endpoint/alert_endpoints/sqlite.lua %%DATADIR%%/scripts/plugins/endpoints/sqlite_alert_endpoint/manifest.lua %%DATADIR%%/scripts/plugins/endpoints/sqlite_alert_endpoint/templates/sqlite_endpoint.template