Received: by mail.netbsd.org (Postfix, from userid 605) id DD42384D5B; Fri, 5 Mar 2021 18:52:15 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 23DA484D26 for ; Fri, 5 Mar 2021 18:52:15 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mSerLS62qzxV for ; Fri, 5 Mar 2021 18:52:14 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9006084CD9 for ; Fri, 5 Mar 2021 18:52:14 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 88B6EFA95; Fri, 5 Mar 2021 18:52:14 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1614970334126160" MIME-Version: 1.0 Date: Fri, 5 Mar 2021 18:52:14 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/net/tcpflow To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20210305185214.88B6EFA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1614970334126160 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Mar 5 18:52:14 UTC 2021 Modified Files: pkgsrc/net/tcpflow: Makefile distinfo Log Message: tcpflow: updated to 1.6.1 tcpflow v1.6.1 Here is release v1.6.1. Does not use the new be13 API that is updated for C++17. That's coming. Some problems with the checks, but they are problems with the test harness, not the tests themselves. Help from volunteers is appreciated! To generate a diff of this commit: cvs rdiff -u -r1.32 -r1.33 pkgsrc/net/tcpflow/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/net/tcpflow/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1614970334126160 Content-Disposition: inline Content-Length: 2078 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/tcpflow/Makefile diff -u pkgsrc/net/tcpflow/Makefile:1.32 pkgsrc/net/tcpflow/Makefile:1.33 --- pkgsrc/net/tcpflow/Makefile:1.32 Fri Jan 1 08:24:55 2021 +++ pkgsrc/net/tcpflow/Makefile Fri Mar 5 18:52:14 2021 @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.32 2021/01/01 08:24:55 ryoon Exp $ +# $NetBSD: Makefile,v 1.33 2021/03/05 18:52:14 adam Exp $ -DISTNAME= tcpflow-1.5.0 -PKGREVISION= 14 +DISTNAME= tcpflow-1.6.1 CATEGORIES= net security MASTER_SITES= http://downloads.digitalcorpora.org/downloads/tcpflow/ @@ -10,7 +9,7 @@ HOMEPAGE= https://github.com/simsong/tcp COMMENT= Captures data transmitted as part of TCP connections LICENSE= gnu-gpl-v3 -USE_LANGUAGES= c c++ +USE_LANGUAGES= c c++17 GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-o3 Index: pkgsrc/net/tcpflow/distinfo diff -u pkgsrc/net/tcpflow/distinfo:1.10 pkgsrc/net/tcpflow/distinfo:1.11 --- pkgsrc/net/tcpflow/distinfo:1.10 Tue Aug 21 06:52:11 2018 +++ pkgsrc/net/tcpflow/distinfo Fri Mar 5 18:52:14 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.10 2018/08/21 06:52:11 adam Exp $ +$NetBSD: distinfo,v 1.11 2021/03/05 18:52:14 adam Exp $ -SHA1 (tcpflow-1.5.0.tar.gz) = 5d8b3dda2be469fd2449b31d2ca8955010666d85 -RMD160 (tcpflow-1.5.0.tar.gz) = be77d858cf1825f41008d0ca51af83ccaaa96e12 -SHA512 (tcpflow-1.5.0.tar.gz) = eaf518e5e4d95ea9587542cec16a65a8e1518b54e6c23d84355ce11780c99758346db364ba502f90d938e54b01a1e32807d69ed35afb1e5e378a9a009c5609f5 -Size (tcpflow-1.5.0.tar.gz) = 471429 bytes +SHA1 (tcpflow-1.6.1.tar.gz) = 049ded17fcc93d247ef694b32d7239ee33e0de06 +RMD160 (tcpflow-1.6.1.tar.gz) = d72cc93679ec2038ec8a61c231a96baaaee05109 +SHA512 (tcpflow-1.6.1.tar.gz) = 8a54554f2e47f6b136396b245eaeeafbfe3833e250a1eaf1905fadc14ccf821ca0f7ed18bf976fefa1de3efeae4895413af2c675bb6690d87b1368639cb15148 +Size (tcpflow-1.6.1.tar.gz) = 450511 bytes SHA1 (patch-configure) = 1cd65ab0ae845d908813773bcc6bc5f3fbd135d0 SHA1 (patch-src_tcpip.cpp) = 0ff720b2192ba879c390bb5f82d0e0e240e26078 SHA1 (patch-tests_test-multifile.sh) = 7c614f53a6664b74540ee54f7cb61dfa3934d978 --_----------=_1614970334126160--