SHA256
1
0
forked from pool/iperf

Accepting request 1069836 from home:dirkmueller:Factory

- update to 3.13:
  * Added missing bind_dev getter and setter.
  * a fix for A resource leak bug in function iperf_create_pidfile (#1443)
  * doc: Fix copy-and-paste error leading to wrong error message
  * Fix crash on rcv-timeout with JSON logfile

OBS-URL: https://build.opensuse.org/request/show/1069836
OBS-URL: https://build.opensuse.org/package/show/network:utilities/iperf?expand=0&rev=60
This commit is contained in:
Aeneas Jaißle 2023-03-12 18:43:10 +00:00 committed by Git OBS Bridge
parent 3e7a0a5df4
commit 407ba2598f
6 changed files with 15 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:72034ecfb6a7d6d67e384e19fb6efff3236ca4f7ed4c518d7db649c447e1ffd6
size 644807

View File

@ -1 +0,0 @@
72034ecfb6a7d6d67e384e19fb6efff3236ca4f7ed4c518d7db649c447e1ffd6 iperf-3.12.tar.gz

3
iperf-3.13.tar.gz Normal file
View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:bee427aeb13d6a2ee22073f23261f63712d82befaa83ac8cb4db5da4c2bdc865
size 646508

1
iperf-3.13.tar.gz.sha256 Normal file
View File

@ -0,0 +1 @@
bee427aeb13d6a2ee22073f23261f63712d82befaa83ac8cb4db5da4c2bdc865 iperf-3.13.tar.gz

View File

@ -1,3 +1,12 @@
-------------------------------------------------------------------
Tue Mar 7 07:26:47 UTC 2023 - Dirk Müller <dmueller@suse.com>
- update to 3.13:
* Added missing bind_dev getter and setter.
* a fix for A resource leak bug in function iperf_create_pidfile (#1443)
* doc: Fix copy-and-paste error leading to wrong error message
* Fix crash on rcv-timeout with JSON logfile
-------------------------------------------------------------------
Sat Dec 3 13:24:09 UTC 2022 - Dirk Müller <dmueller@suse.com>

View File

@ -1,7 +1,7 @@
#
# spec file for package iperf
#
# Copyright (c) 2022 SUSE LLC
# Copyright (c) 2023 SUSE LLC
#
# All modifications and additions to the file contributed by third parties
# remain the property of their copyright owners, unless otherwise agreed
@ -18,7 +18,7 @@
%define soname 0
Name: iperf
Version: 3.12
Version: 3.13
Release: 0
Summary: A tool to measure network performance
License: BSD-3-Clause