From owner-svn-ports-head@freebsd.org Mon Dec 21 08:01:35 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 75ADA4B2D24; Mon, 21 Dec 2020 08:01:35 +0000 (UTC) (envelope-from otis@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 4CzsPC2wJzz4lgY; Mon, 21 Dec 2020 08:01:35 +0000 (UTC) (envelope-from otis@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 579081E5A9; Mon, 21 Dec 2020 08:01:35 +0000 (UTC) (envelope-from otis@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0BL81ZD1044884; Mon, 21 Dec 2020 08:01:35 GMT (envelope-from otis@FreeBSD.org) Received: (from otis@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0BL81ZGO044882; Mon, 21 Dec 2020 08:01:35 GMT (envelope-from otis@FreeBSD.org) Message-Id: <202012210801.0BL81ZGO044882@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: otis set sender to otis@FreeBSD.org using -f From: Juraj Lutter Date: Mon, 21 Dec 2020 08:01:35 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r558797 - head/net/viamillipede X-SVN-Group: ports-head X-SVN-Commit-Author: otis X-SVN-Commit-Paths: head/net/viamillipede X-SVN-Commit-Revision: 558797 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: Mon, 21 Dec 2020 08:01:35 -0000 Author: otis Date: Mon Dec 21 08:01:34 2020 New Revision: 558797 URL: https://svnweb.freebsd.org/changeset/ports/558797 Log: net/viamillipede: Update to 0.89 Changes since 0.7: - clean up; round 2 hex output, lock cv inspection, sigpipe resiliance - Parallel cleanup. Output cleanup. prbs now generates output. - Deadlock fixes, += rate control, PRBS verifification fixes, run report format normalization. Release to ports for comment And while here, also a minor cleanup. Reported by: allanjude Reviewed by: swills (mentor) Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D27692 Modified: head/net/viamillipede/Makefile head/net/viamillipede/distinfo Modified: head/net/viamillipede/Makefile ============================================================================== --- head/net/viamillipede/Makefile Mon Dec 21 03:44:33 2020 (r558796) +++ head/net/viamillipede/Makefile Mon Dec 21 08:01:34 2020 (r558797) @@ -1,8 +1,8 @@ # $FreeBSD$ PORTNAME= viamillipede -PORTVERSION= 0.7 DISTVERSIONPREFIX= v +DISTVERSION= 0.89 CATEGORIES= net MAINTAINER= ash_ports@aeria.net @@ -15,6 +15,7 @@ USES= uidfix USE_GITHUB= yes GH_ACCOUNT= agokhale -PLIST_FILES= bin/viamillipede man/man1/viamillipede.1.gz +PLIST_FILES= bin/viamillipede \ + man/man1/viamillipede.1.gz .include Modified: head/net/viamillipede/distinfo ============================================================================== --- head/net/viamillipede/distinfo Mon Dec 21 03:44:33 2020 (r558796) +++ head/net/viamillipede/distinfo Mon Dec 21 08:01:34 2020 (r558797) @@ -1,3 +1,3 @@ -TIMESTAMP = 1520422739 -SHA256 (agokhale-viamillipede-v0.7_GH0.tar.gz) = f69f932312e4ad295483d216016afc36bab24bcfcc76c2d4f2a3d4ebfd40a4ac -SIZE (agokhale-viamillipede-v0.7_GH0.tar.gz) = 28281 +TIMESTAMP = 1608502849 +SHA256 (agokhale-viamillipede-v0.89_GH0.tar.gz) = a00f5e98f643360715a912366e4b5f91c6b0cba56aacfebc36c37dfca8bbfc56 +SIZE (agokhale-viamillipede-v0.89_GH0.tar.gz) = 42250