From owner-svn-ports-all@freebsd.org Fri Oct 2 10:31:38 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 573C3429175; Fri, 2 Oct 2020 10:31:38 +0000 (UTC) (envelope-from rhurlin@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 4C2mWG1hsGz3fn4; Fri, 2 Oct 2020 10:31:38 +0000 (UTC) (envelope-from rhurlin@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 1E50D20BBA; Fri, 2 Oct 2020 10:31:38 +0000 (UTC) (envelope-from rhurlin@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 092AVcep026634; Fri, 2 Oct 2020 10:31:38 GMT (envelope-from rhurlin@FreeBSD.org) Received: (from rhurlin@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 092AVbiD026632; Fri, 2 Oct 2020 10:31:37 GMT (envelope-from rhurlin@FreeBSD.org) Message-Id: <202010021031.092AVbiD026632@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: rhurlin set sender to rhurlin@FreeBSD.org using -f From: Rainer Hurling Date: Fri, 2 Oct 2020 10:31:37 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r551171 - head/net/bwping X-SVN-Group: ports-head X-SVN-Commit-Author: rhurlin X-SVN-Commit-Paths: head/net/bwping X-SVN-Commit-Revision: 551171 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, 02 Oct 2020 10:31:38 -0000 Author: rhurlin Date: Fri Oct 2 10:31:37 2020 New Revision: 551171 URL: https://svnweb.freebsd.org/changeset/ports/551171 Log: Update to 2.1 - Performance: added support for filtering incoming packets at the kernel level using BPF - Various minor fixes and improvements. PR: 250016 Submitted by: Oleg Derevenetz (maintainer) Approved by: arrowd (mentor) Relnotes: https://github.com/oleg-derevenetz/bwping/releases/tag/RELEASE_2.1 Differential Revision: https://reviews.freebsd.org/D26641 Modified: head/net/bwping/Makefile head/net/bwping/distinfo Modified: head/net/bwping/Makefile ============================================================================== --- head/net/bwping/Makefile Fri Oct 2 09:28:20 2020 (r551170) +++ head/net/bwping/Makefile Fri Oct 2 10:31:37 2020 (r551171) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= bwping -PORTVERSION= 2.0 +PORTVERSION= 2.1 CATEGORIES= net MASTER_SITES= SF Modified: head/net/bwping/distinfo ============================================================================== --- head/net/bwping/distinfo Fri Oct 2 09:28:20 2020 (r551170) +++ head/net/bwping/distinfo Fri Oct 2 10:31:37 2020 (r551171) @@ -1,3 +1,3 @@ -TIMESTAMP = 1599679778 -SHA256 (bwping-2.0.tar.gz) = 70c20c9667c41e67a8a91e1222c40dfecaf6aee0832df5d43e12480aa508a358 -SIZE (bwping-2.0.tar.gz) = 106255 +TIMESTAMP = 1601500619 +SHA256 (bwping-2.1.tar.gz) = 09bf0f369f19e2ea85aab4812ad89b7a20edb9cc242ec98931f5fd0646bb1d74 +SIZE (bwping-2.1.tar.gz) = 110702