From owner-svn-ports-all@freebsd.org Fri Aug 7 13:30:28 2020 Return-Path: Delivered-To: svn-ports-all@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 B0B803BACAA; Fri, 7 Aug 2020 13:30:28 +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 4BNR7S4GGGz4R1N; Fri, 7 Aug 2020 13:30:28 +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 5B63718721; Fri, 7 Aug 2020 13:30:28 +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 077DUSPV028735; Fri, 7 Aug 2020 13:30:28 GMT (envelope-from madpilot@FreeBSD.org) Received: (from madpilot@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 077DURMe028730; Fri, 7 Aug 2020 13:30:27 GMT (envelope-from madpilot@FreeBSD.org) Message-Id: <202008071330.077DURMe028730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: madpilot set sender to madpilot@FreeBSD.org using -f From: Guido Falsi Date: Fri, 7 Aug 2020 13:30:27 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r544330 - 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: 544330 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 07 Aug 2020 13:30:28 -0000 Author: madpilot Date: Fri Aug 7 13:30:27 2020 New Revision: 544330 URL: https://svnweb.freebsd.org/changeset/ports/544330 Log: Update ntopng to latest upstream commit. Modified: head/net/ndpi/Makefile head/net/ndpi/distinfo head/net/ntopng/Makefile head/net/ntopng/distinfo Modified: head/net/ndpi/Makefile ============================================================================== --- head/net/ndpi/Makefile Fri Aug 7 13:27:41 2020 (r544329) +++ head/net/ndpi/Makefile Fri Aug 7 13:30:27 2020 (r544330) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ndpi -PORTVERSION= 3.2.d20200403 -PORTREVISION= 1 +PORTVERSION= 3.2.d20200721 PORTEPOCH= 1 CATEGORIES= net @@ -29,7 +28,7 @@ INSTALL_TARGET= install-strip USE_GITHUB= yes GH_ACCOUNT= ntop GH_PROJECT= nDPI -GH_TAGNAME= 60e3ac6 +GH_TAGNAME= 6735bb3 PLIST_SUB= MAJOR_VER=${PORTVERSION:R:R} VER=${PORTVERSION:R} Modified: head/net/ndpi/distinfo ============================================================================== --- head/net/ndpi/distinfo Fri Aug 7 13:27:41 2020 (r544329) +++ head/net/ndpi/distinfo Fri Aug 7 13:30:27 2020 (r544330) @@ -1,3 +1,3 @@ -TIMESTAMP = 1586891830 -SHA256 (ntop-nDPI-3.2.d20200403-60e3ac6_GH0.tar.gz) = d7a1b6df9b5ddc2a653218a9c9185cf3b3009f7ddfeea0807ad747c020b13359 -SIZE (ntop-nDPI-3.2.d20200403-60e3ac6_GH0.tar.gz) = 29586002 +TIMESTAMP = 1596791745 +SHA256 (ntop-nDPI-3.2.d20200721-6735bb3_GH0.tar.gz) = 72ad5133db2373114559c076776b50b98281065d19f372312b94b6395fb30124 +SIZE (ntop-nDPI-3.2.d20200721-6735bb3_GH0.tar.gz) = 29585843 Modified: head/net/ntopng/Makefile ============================================================================== --- head/net/ntopng/Makefile Fri Aug 7 13:27:41 2020 (r544329) +++ head/net/ntopng/Makefile Fri Aug 7 13:30:27 2020 (r544330) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= ntopng -PORTVERSION= 4.0.d20200615 -PORTREVISION= 1 +PORTVERSION= 4.0.d20200710 PORTEPOCH= 1 CATEGORIES= net @@ -37,7 +36,7 @@ PLIST_SUB= NTOPNGUSER="${USERS}" NTOPNGROUP="${GROUPS} USE_GITHUB= yes GH_ACCOUNT= ntop -GH_TAGNAME= 20c4c31 +GH_TAGNAME= 542be34 CPE_VENDOR= ntop Modified: head/net/ntopng/distinfo ============================================================================== --- head/net/ntopng/distinfo Fri Aug 7 13:27:41 2020 (r544329) +++ head/net/ntopng/distinfo Fri Aug 7 13:30:27 2020 (r544330) @@ -1,3 +1,3 @@ -TIMESTAMP = 1592226824 -SHA256 (ntop-ntopng-4.0.d20200615-20c4c31_GH0.tar.gz) = f25c29945c55779b78244f1573253090da2345d186ffc6c6decaa73a5f65b37f -SIZE (ntop-ntopng-4.0.d20200615-20c4c31_GH0.tar.gz) = 43399945 +TIMESTAMP = 1596791813 +SHA256 (ntop-ntopng-4.0.d20200710-542be34_GH0.tar.gz) = 483954d1f1c5fe36af100e7fb10b947e6fa7e8c274673d8c376108046a412c8b +SIZE (ntop-ntopng-4.0.d20200710-542be34_GH0.tar.gz) = 43401588