Date: Sat, 20 Oct 2018 21:59:00 +0000 (UTC) From: Kurt Jaeger <pi@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r482629 - head/benchmarks/nuttcp Message-ID: <201810202159.w9KLx0Iv050943@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pi Date: Sat Oct 20 21:59:00 2018 New Revision: 482629 URL: https://svnweb.freebsd.org/changeset/ports/482629 Log: benchmarks/nuttcp: update 7.3.2 -> 8.2.2 - Improve warning when third party "-4/-6" is not supported - Add af=inet/inet6 to verbose UDP output - Add ip=<server_ip> to verbose UDP output for client transmitter - Fix to pass "-4" or "-6" argument to 3rd party - Fix to allow compile with -Werror=format-security as noted by Dhiru Kholia in fedora bug 1037224 - Fix missing brackets caught by -Wmisleading-indentation - Add code to print out address family of connect/accept - Add code to translate v4mapped addresses - Fix to allow direct I/O on block devices - Fix parsing of "-R i[s]##[/##]" (blank between 'R' and 'i') - Updated Copyright notice for new year - Changed nuttcp site to http://nuttcp.net/nuttcp/beta/ - Added define test for NOT_LINUX to undefine LINUX for build testing - Add reporting of TCP congestion window - Fix tos to work for ipv6 by setting traffic class PR: 232484 Submitted by: lev Modified: head/benchmarks/nuttcp/Makefile head/benchmarks/nuttcp/distinfo Modified: head/benchmarks/nuttcp/Makefile ============================================================================== --- head/benchmarks/nuttcp/Makefile Sat Oct 20 21:56:28 2018 (r482628) +++ head/benchmarks/nuttcp/Makefile Sat Oct 20 21:59:00 2018 (r482629) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= nuttcp -PORTVERSION= 7.3.2 -PORTREVISION= 1 +PORTVERSION= 8.2.2 CATEGORIES= benchmarks net MASTER_SITES= http://nuttcp.net/nuttcp/beta/ http://nuttcp.net/nuttcp/latest/:latest DISTFILES= ${PORTNAME}-${PORTVERSION}.c ${NUTTSCPDISTFILE} ${PORTNAME}.8:latest examples.txt:latest LICENSE:latest README:latest @@ -19,7 +18,7 @@ NO_WRKSUBDIR= yes USES= shebangfix SHEBANG_FILES= nuttscp -NUTTSCPVERSION= 2.2 +NUTTSCPVERSION= 2.3 NUTTSCPDISTFILE=nuttscp-${NUTTSCPVERSION} OPTIONS_DEFINE= NUTTSCP Modified: head/benchmarks/nuttcp/distinfo ============================================================================== --- head/benchmarks/nuttcp/distinfo Sat Oct 20 21:56:28 2018 (r482628) +++ head/benchmarks/nuttcp/distinfo Sat Oct 20 21:59:00 2018 (r482629) @@ -1,13 +1,13 @@ -TIMESTAMP = 1496757295 -SHA256 (nuttcp-7.3.2/nuttcp-7.3.2.c) = 4deb98a21bb8d2f75dff95436f85d616cdf321b50f29b2bf5f0ff9a0d42b0d62 -SIZE (nuttcp-7.3.2/nuttcp-7.3.2.c) = 265085 -SHA256 (nuttcp-7.3.2/nuttscp-2.2) = 0874f2f87b8def21bd3d1b18dab449e3d97648100d0c824af109eba897e2160d -SIZE (nuttcp-7.3.2/nuttscp-2.2) = 28729 -SHA256 (nuttcp-7.3.2/nuttcp.8) = 7d133bcc293b24e9610a66e6fed933131a72865905c58585190f3756497a56f9 -SIZE (nuttcp-7.3.2/nuttcp.8) = 16157 -SHA256 (nuttcp-7.3.2/examples.txt) = eb94d5424880164cae4b4b5d8f4ab25299cb3396a32c4dcb136e9718c0844938 -SIZE (nuttcp-7.3.2/examples.txt) = 5933 -SHA256 (nuttcp-7.3.2/LICENSE) = ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 -SIZE (nuttcp-7.3.2/LICENSE) = 17987 -SHA256 (nuttcp-7.3.2/README) = 7a4858e2e1863d5de64b4f559dc3f6061f535bd2901664073983359f034ad51c -SIZE (nuttcp-7.3.2/README) = 5228 +TIMESTAMP = 1540060143 +SHA256 (nuttcp-8.2.2/nuttcp-8.2.2.c) = 8c5595bcd27c2fd66831be74c390df078cfb1870aa427f2511ac2586d236c8a1 +SIZE (nuttcp-8.2.2/nuttcp-8.2.2.c) = 288451 +SHA256 (nuttcp-8.2.2/nuttscp-2.3) = 9142f9b24ffe1cd5f3aacf3bf03e2a51061082f44502f555058532ab8f789cf4 +SIZE (nuttcp-8.2.2/nuttscp-2.3) = 28986 +SHA256 (nuttcp-8.2.2/nuttcp.8) = 7d133bcc293b24e9610a66e6fed933131a72865905c58585190f3756497a56f9 +SIZE (nuttcp-8.2.2/nuttcp.8) = 16157 +SHA256 (nuttcp-8.2.2/examples.txt) = eb94d5424880164cae4b4b5d8f4ab25299cb3396a32c4dcb136e9718c0844938 +SIZE (nuttcp-8.2.2/examples.txt) = 5933 +SHA256 (nuttcp-8.2.2/LICENSE) = ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6 +SIZE (nuttcp-8.2.2/LICENSE) = 17987 +SHA256 (nuttcp-8.2.2/README) = f819fceb91b3380fb638c89c96d7190be02f531f07fbd7e5c0020330a0f4d74a +SIZE (nuttcp-8.2.2/README) = 5228
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201810202159.w9KLx0Iv050943>