Received: by mail.netbsd.org (Postfix, from userid 605) id 20DEA84D28; Tue, 21 Aug 2018 06:52:14 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 1284784CCE for ; Tue, 21 Aug 2018 06:52:13 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id VTzOEOT-fI20 for ; Tue, 21 Aug 2018 06:52:12 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 3852884C78 for ; Tue, 21 Aug 2018 06:52:12 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2B3E9FBEC; Tue, 21 Aug 2018 06:52:12 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1534834332143690" MIME-Version: 1.0 Date: Tue, 21 Aug 2018 06:52:12 +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: <20180821065212.2B3E9FBEC@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1534834332143690 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue Aug 21 06:52:12 UTC 2018 Modified Files: pkgsrc/net/tcpflow: Makefile distinfo Removed Files: pkgsrc/net/tcpflow/patches: patch-src_be13__api_beregex.cpp patch-src_dfxml_src_dfxml__writer.cpp Log Message: tcpflow: updated to 1.5.0 1.5.0: * updated to work with Fedora 26 compilers * Found bug in sbuf.cpp * Fixed C++ warnings in hash * Now works with OpenSSL 1.1.0f-fips To generate a diff of this commit: cvs rdiff -u -r1.17 -r1.18 pkgsrc/net/tcpflow/Makefile cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/tcpflow/distinfo cvs rdiff -u -r1.1 -r0 \ pkgsrc/net/tcpflow/patches/patch-src_be13__api_beregex.cpp \ pkgsrc/net/tcpflow/patches/patch-src_dfxml_src_dfxml__writer.cpp Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1534834332143690 Content-Disposition: inline Content-Length: 2615 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.17 pkgsrc/net/tcpflow/Makefile:1.18 --- pkgsrc/net/tcpflow/Makefile:1.17 Thu Aug 16 18:55:08 2018 +++ pkgsrc/net/tcpflow/Makefile Tue Aug 21 06:52:11 2018 @@ -1,8 +1,6 @@ -# $NetBSD: Makefile,v 1.17 2018/08/16 18:55:08 adam Exp $ -# +# $NetBSD: Makefile,v 1.18 2018/08/21 06:52:11 adam Exp $ -DISTNAME= tcpflow-1.4.5 -PKGREVISION= 5 +DISTNAME= tcpflow-1.5.0 CATEGORIES= net security MASTER_SITES= http://downloads.digitalcorpora.org/downloads/tcpflow/ @@ -11,15 +9,16 @@ HOMEPAGE= https://github.com/simsong/tcp COMMENT= Captures data transmitted as part of TCP connections LICENSE= gnu-gpl-v3 -USE_LANGUAGES= c c++ - -GNU_CONFIGURE= YES +USE_LANGUAGES= c c++ +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --without-o3 CPPFLAGS.SunOS+= -Du_int8_t=uint8_t -Du_int16_t=uint16_t -DMAP_FILE=0 CPPFLAGS.SunOS+= -Du_int32_t=uint32_t -Du_int64_t=uint64_t .include "options.mk" +.include "../../databases/sqlite3/buildlink3.mk" .include "../../devel/boost-libs/buildlink3.mk" .include "../../devel/zlib/buildlink3.mk" .include "../../net/libpcap/buildlink3.mk" Index: pkgsrc/net/tcpflow/distinfo diff -u pkgsrc/net/tcpflow/distinfo:1.9 pkgsrc/net/tcpflow/distinfo:1.10 --- pkgsrc/net/tcpflow/distinfo:1.9 Fri Jul 14 12:58:25 2017 +++ pkgsrc/net/tcpflow/distinfo Tue Aug 21 06:52:11 2018 @@ -1,11 +1,9 @@ -$NetBSD: distinfo,v 1.9 2017/07/14 12:58:25 joerg Exp $ +$NetBSD: distinfo,v 1.10 2018/08/21 06:52:11 adam Exp $ -SHA1 (tcpflow-1.4.5.tar.gz) = a86ca927ec68e7a05cdc0da436e365504fdab27b -RMD160 (tcpflow-1.4.5.tar.gz) = 2f30ea47f301fb4737fc3911c1d94f8c53e5db0f -SHA512 (tcpflow-1.4.5.tar.gz) = e31b278b8f4e97b6d1ffb6f8f145a56806963271ab96204ba555ab88049dedc5a13adf78b7775e96e92fe48bbf5116781810cef0d3374231764af059fc09dd97 -Size (tcpflow-1.4.5.tar.gz) = 450450 bytes +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 (patch-configure) = 1cd65ab0ae845d908813773bcc6bc5f3fbd135d0 -SHA1 (patch-src_be13__api_beregex.cpp) = 72edfaae9a55ba5eae250061125744e0d83bebe0 -SHA1 (patch-src_dfxml_src_dfxml__writer.cpp) = 2cda94ad1446ea5fdc9b3712433bb0db747eab11 SHA1 (patch-src_tcpip.cpp) = 0ff720b2192ba879c390bb5f82d0e0e240e26078 SHA1 (patch-tests_test-multifile.sh) = 7c614f53a6664b74540ee54f7cb61dfa3934d978 --_----------=_1534834332143690--