Compare commits

...

10 Commits

Author SHA1 Message Date
openeuler-ci-bot
92346773e8
!51 [sync] PR-47: Update to 3.18 for fix CVE-2024-53580
Merge pull request !51 from openeuler-sync-bot/sync-pr47-openEuler-24.03-LTS-Next-to-openEuler-22.03-LTS-SP3
2025-01-02 09:08:40 +00:00
starlet-dx
15ebe2063b Update to 3.18 for fix CVE-2024-53580
(cherry picked from commit d6e56d3000f8aaec91382343da95b1cf56dddb88)
2025-01-02 16:19:46 +08:00
openeuler-ci-bot
79d804504a
!37 [sync] PR-30: Fix CVE-2024-26306
From: @openeuler-sync-bot 
Reviewed-by: @wk333 
Signed-off-by: @wk333
2024-05-14 11:27:34 +00:00
wk333
9cfe62aae3 Fix CVE-2024-26306
(cherry picked from commit e0f57719b95f5d2b7ffcf2ee73d42f9caa382971)
2024-05-14 17:18:41 +08:00
openeuler-ci-bot
19b54917c8
!18 Update to 3.16 for fix CVE-2023-7250
From: @starlet-dx 
Reviewed-by: @wk333 
Signed-off-by: @wk333
2024-04-02 07:53:37 +00:00
starlet-dx
896e50cef9 Update to 3.16 for fix CVE-2023-7250 2024-04-02 10:04:20 +08:00
openeuler-ci-bot
84f5f99fdb
!16 [sync] PR-10: Fix CVE-2023-38403
From: @openeuler-sync-bot 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2023-08-08 03:28:52 +00:00
starlet-dx
8b0e5f0c26 Fix CVE-2023-38403
(cherry picked from commit 8768db99aa7bb4b4fea5891487d2b68e1eef33c1)
2023-08-08 10:30:55 +08:00
openeuler-ci-bot
3893da6be6
!7 修改源码包下载地址
From: @wu-leilei 
Reviewed-by: @caodongxia 
Signed-off-by: @caodongxia
2022-11-16 01:29:45 +00:00
wu-leilei
eb4f9d9112 Modifying the Source Code Package Address 2022-11-15 16:12:42 +08:00
4 changed files with 53 additions and 8 deletions

Binary file not shown.

BIN
iperf-3.18.tar.gz Normal file

Binary file not shown.

View File

@ -1,12 +1,14 @@
Name: iperf3
Version: 3.10.1
Version: 3.18
Release: 1
Summary: TCP,UDP,and SCTP network bandwidth measurement tool
License: BSD
URL: http://github.com/esnet/iperf
Source0: http://downloads.es.net/pub/iperf/iperf-%{version}.tar.gz
License: BSD-3-Clause
URL: https://github.com/esnet/iperf
Source0: https://github.com/esnet/iperf/archive/%{version}/iperf-%{version}.tar.gz
BuildRequires: libuuid-devel gcc
BuildRequires: libuuid-devel gcc lksctp-tools-devel
Requires: lksctp-tools
Requires: %{name}-help = %{version}-%{release}
%description
Iperf is a tool for active measurements of the maximum achievable bandwidth
@ -38,7 +40,7 @@ mkdir -p %{buildroot}%{_mandir}/man1
%files
%defattr(-,root,root)
%doc README.md RELNOTES.md
%license LICENSE _esnet/LICENSE
%license LICENSE
%{_bindir}/iperf3
%{_libdir}/*.so.*
@ -53,8 +55,51 @@ mkdir -p %{buildroot}%{_mandir}/man1
%{_mandir}/man3/libiperf.3.gz
%changelog
* Mon Dec 23 2024 yaoxin <yao_xin001@hoperun.com> - 3.18-1
- Update to 3.18 for fix CVE-2024-53580
* Sun Sep 29 2024 jiangjixiang <jiangjixiang@kylinos.cn> - 3.17.1-4
- Relocate patches from upstream communities to performance enhancement for iperf_time_add().
* Sun Sep 29 2024 jiangjixiang <jiangjixiang@kylinos.cn> - 3.17.1-3
- Relocate patches from upstream communities to fix incorrect freeaddrinfo call.
* Thu Sep 26 2024 jiangjixiang <jiangjixiang@kylinos.cn> - 3.17.1-2
- Relocate patches from upstream communities to fix thread duplicate recycling issue.
* Tue Jul 09 2024 wangkai <13474090681@163.com> - 3.17.1-1
- Update to 3.17.1
- iperf3 no longer changes its current working directory in --daemon mode. This results in more
predictable behavior with relative paths, in particular finding key and credential files for authentication.
- A new --json-stream option has been added to enable a streaming output format, consisting of
a series of JSON objects (for the start of the test, each measurement interval, and the end of the test) separated by newlines
- UDP tests now work correctly between different endian hosts
- The --fq-rate parameter now works for --reverse tests
- The statistics reporting interval is now available in the --json start test object
* Thu Jun 06 2024 zhangxingrong <zhangxingrong@uniontech.com> - 3.16-4
- iperf3 now builds correctly on architectures without native support for 64-bit atomic types, by linking with the libatomic library
* Tue May 14 2024 wangkai <13474090681@163.com> - 3.16-3
- Fix CVE-2024-26306
* Mon Apr 29 2024 jinzhiguang <jinzhiguang@kylinos.cn> - 3.16-2
- add BuildRequires and Requires to enable sctp option
* Tue Apr 02 2024 yaoxin <yao_xin001@hoperun.com> - 3.16-1
- Upgrade to 3.16 for fix CVE-2023-7250
* Mon Aug 07 2023 yaoxin <yao_xin001@hoperun.com> - 3.10.1-3
- Fix CVE-2023-38403
* Mon Nov 14 2022 wulei <wulei80@h-partners.com> - 3.10.1-2
- Modifying the source code package address
* Tue Jan 4 2022 liyanan <liyanan32@huawei.com> - 3.10.1-1
- Upgrade to 3.10.1
* Fri Nov 06 2020 leiju <leiju4@huawei.com> - 3.6-5
- Add Requires iperf3-help into iperf3
* Tue Nov 26 2019 openEuler Buildteam <buildteam@openeuler.org> - 3.6-4
- Package init

View File

@ -1,4 +1,4 @@
version_control: github
src_repo: esnet/iperf
tag_prefix: ^v
seperator: .
tag_prefix: ^
separator: .