Next | Query returned 24 messages, browsing 1 to 10 | Previous

History of commit frequency

CVS Commit History:


   2024-04-03 20:07:11 by Greg Troxel | Files touched by this commit (1)
Log message:
net/iperf3: Needs atomic64
   2024-01-28 08:17:17 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
iperf3: updated to 3.16

iperf-3.16 2023-11-30
---------------------

* Notable user-visible changes

  * Multiple test streams started with -P/--parallel will now be
    serviced by different threads. This allows iperf3 to take
    advantage of multiple CPU cores on modern processors, and will
    generally result in significant throughput increases.

  * OpenSSL 3 is now detected at build time. If OpenSSL 3 is found,
    various older, deprecated, APIs will not be used. iperf3 will
    continue to work with OpenSSL 1.1.1. OpenSSL is used as a part
    of the iperf3 authentication functionality.

  * The authorized users file used by the authentication functionality
    is now checked for accessibility much earlier during the program
    startup, as opposed to being checked near the start of a
    tes.

* Developer-visible changes

  * BREAKING CHANGE: iperf3 now requires pthreads and C atomic
    variables to compile and run.
   2023-10-25 00:11:51 by Thomas Klausner | Files touched by this commit (2298)
Log message:
*: bump for openssl 3
   2023-09-20 19:06:13 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
iperf3: updated to 3.15

iperf-3.15 2023-09-14
---------------------

* Notable user-visible changes

  * Several bugs that could allow the iperf3 server to hang waiting
    for input on the control connection has been fixed. ESnet thanks
    Jorge Sancho Larraz from Canonical for reporting this issue. For
    more information, see:
    https://downloads.es.net/pub/iperf/esnet-secadv-2023-0002.txt.asc

  * A bug that caused garbled output with UDP tests on 32-bit hosts
    has been fixed.

  * A bug in counting UDP messages has been fixed
   2023-07-17 09:16:25 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
iperf3: updated to 3.14

iperf-3.14 2023-07-07
---------------------

* Notable user-visible changes

  * A memory allocation hazard was fixed. For
    more information see:
    https://downloads.es.net/pub/iperf/esnet-secadv-2023-0001.txt.asc

  * JSON output was improved, such as print JSON numbers as signed,
    the exit code when doing JSON output was
    fixed, and client_api was fixed so that it still
    returns an error code when JSON is enabled.  Also,
    duplicate fields when using multiple streams was removed from the
    JSON output.

  * Prevent UDP packet count and operations overflow.

  * Statistics are fixed when --omit is used.

* Developer-visible changes

  * CI builds and tests using GitHub actions have been added

  * A fix for Android "unable to create a new stream error" was added

  * Support for Voice Admit DSCP code point from RFC 5865 was added

  * A fix for preventing a crash when RSA public key path doesn't
    exist was fixed
   2023-02-18 21:19:21 by Adam Ciarcinski | Files touched by this commit (3) | Package updated
Log message:
iperf3: updated to 3.13

iperf-3.13 2023-02-16
---------------------

* Notable user-visible changes

  * fq-rate, and bidirectional flag were added to the JSON output.

  * Added support for OpenBSD including cleaning up endian handling
    and support for TCP_INFO on systems where it was implemented.

  * Fixed bug in how TOS is set in mapped v4.

  * Corrected documentation, such as updating binary download links and text,
    updating version on iperf3 websites, and fixing an incorrect error message.

  * Fixed crash on rcv-timeout with JSON logfile.

  * Fixed a bug that prevented TOS/DSCP from getting set correctly for reverse
    tests.

* Developer-visible changes

  * Getter and setter are now available for bind_dev.

  * Added missing getter for bidirectional tests.

  * Added minor changes to clean up .gitignore and error messages.

  * Made sure configure scripts are runnable with /bin/sh.

  * Cleaned up RPM spec, such as adding missing RPM build dependencies, dropping
    EL5 and removing outdated %changelog to make.

  * Added a fix for a resource leak bug in function iperf_create_pidfile.
   2022-10-14 13:00:14 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
iperf3: updated to 3.12

iperf-3.12 2022-09-30
---------------------

* Notable user-visible changes

  * cJSON has been updated to version 1.7.15
  * The --bind <host>%<dev> option syntax now works properly
  * A server-side file descriptor leak with the --logfile option has
    been fixed
  * A bug that caused some large values from TCP_INFO to be misprinted
    as negative numbers has been fixed
  * Using the -k or -n flags with --reverse no longer leak into future
    tests
  * There are now various debug level options available with the
    --debug option. These can be used to adjust the amount of
    debugging output
  * A new --snd-timeout option has been added to set a termination
    timeout for idle TCP connections
  * iperf3 is slightly more robust to out-of-order packets during UDP
    connection setup in --reverse mode
  * iperf3 will now use different ports for each direction when the
    --cport and --bdir options are set
  * The iperf3 server will now exit if it can't open its log file
  * Various help message and output fixes have been made
  * Various compiler warnings have been fixed

* Developer-visible changes

  * Operation of bootstrap.sh has been fixed and simplified
  * Flow label support / compatibility under Linux has been improved
  * Various minor memory leaks have been fixed
  * A getter/setter has been added for the bind_port parameter
    (--cport option).
  * Various internal documentation improvements
   2022-02-01 08:39:34 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
iperf3: updated to 3.11

iperf-3.11
----------
* Notable user-visible changes
  * Update links to Discussions in documentation
  * Fix DSCP so that TOS = DSCP * 4
  * Fix --bind-dev for TCP streams
  * Fix interface specification so doesn't overlap with IPv6 link-local \ 
addresses for -c and -B
  * Add get/set test_unit_format function declaration to iperf_api.h
  * Auto adjustment of test-end condition for file transfers (-F), if no end \ 
condition is set, it will automatically adjust it to file size in bytes
  * Exit if idle time expires waiting for a connection in one-off mode
  * Support zerocopy by reverse mode
  * Update help and manpage text for 1157, support bind device
  * Consistently print target_bandwidth in JSON start section
  * Test bitrate added to JSON output
  * Remove fsync call after every write to receiving --file
  * Update documentation for -w
  * Fix for 952, different JSON object names for bidir reverse channel
   2021-10-26 13:07:15 by Nia Alarie | Files touched by this commit (958)
Log message:
net: Replace RMD160 checksums with BLAKE2s checksums

All checksums have been double-checked against existing RMD160 and
SHA512 hashes

Not committed (merge conflicts...):

net/radsecproxy/distinfo

The following distfiles could not be fetched (fetched conditionally?):

./net/citrix_ica/distinfo citrix_ica-10.6.115659/en.linuxx86.tar.gz
./net/djbdns/distinfo dnscache-1.05-multiple-ip.patch
./net/djbdns/distinfo djbdns-1.05-test28.diff.xz
./net/djbdns/distinfo djbdns-1.05-ignoreip2.patch
./net/djbdns/distinfo djbdns-1.05-multiip.diff
./net/djbdns/distinfo djbdns-cachestats.patch
   2021-10-07 16:43:07 by Nia Alarie | Files touched by this commit (962)
Log message:
net: Remove SHA1 hashes for distfiles

Next | Query returned 24 messages, browsing 1 to 10 | Previous