iperf3/iperf3.spec
wk333 ab7d7a6f15 Fix CVE-2024-26306
(cherry picked from commit 2451a6c6eab8bb7ebab4ad4635784b96c2fb1a0a)
2024-05-14 17:18:19 +08:00

82 lines
2.0 KiB
RPMSpec

Name: iperf3
Version: 3.16
Release: 3
Summary: TCP,UDP,and SCTP network bandwidth measurement tool
License: BSD
URL: http://github.com/esnet/iperf
Source0: https://github.com/esnet/iperf/archive/%{version}/iperf-%{version}.tar.gz
Patch0: CVE-2024-26306.patch
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
on IP networks. It supports tuning of various parameters related to timing,
protocols, and buffers.
%package devel
Summary: Header files for iperf3
Requires: %{name} = %{version}-%{release}
%description devel
Header files for iperf3
%package_help
%prep
%autosetup -n iperf-%{version} -p1
%build
%configure
%disable_rpath
%make_build
%install
%make_install -C src INSTALL_DIR="%{buildroot}%{_bindir}"
mkdir -p %{buildroot}%{_mandir}/man1
%delete_la_and_a
%files
%defattr(-,root,root)
%doc README.md RELNOTES.md
%license LICENSE _esnet/LICENSE
%{_bindir}/iperf3
%{_libdir}/*.so.*
%files devel
%defattr(-,root,root)
%{_includedir}/iperf_api.h
%{_libdir}/*.so
%files help
%defattr(-,root,root)
%{_mandir}/man1/iperf3.1.gz
%{_mandir}/man3/libiperf.3.gz
%changelog
* 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
* Sun Jan 14 2024 menmazqj <qijia.oerv@isrc.iscas.ac.cn> - 3.16-1
- Update to 3.16
* Mon Aug 07 2023 yaoxin <yao_xin001@hoperun.com> - 3.13-2
- Fix CVE-2023-38403
* Wed Apr 12 2023 yaoxin <yao_xin001@hoperun.com> - 3.13-1
- Update to 3.13
* 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