- update to new upstream release 5.9

- update compiler flags

OBS-URL: https://build.opensuse.org/package/show/network:utilities/ethtool?expand=0&rev=102
This commit is contained in:
Michal Kubeček 2020-10-15 19:01:29 +00:00 committed by Git OBS Bridge
parent f9d210e1ab
commit 1bf2225f12
6 changed files with 34 additions and 16 deletions

View File

@ -1,11 +0,0 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEWN3j3bieVmp26mKO538sG/LRdpUFAl8pZE0ACgkQ538sG/LR
dpVoJwf/eH09f6C8dpKGAZQUWomcOVNGrZdPsj+3yyL5S7OIHNKXJCMW31Za+viz
ScDrvraONLwKNrJrmWCy0yHFfYuJ6bqo7mu45o2dh9GhdQ3dk9SHGqIPIQ3DVlY5
f5Aila4QMld+sLmIGTYEyDI3vog2W9IwluN9ciShg/yADyjpKb0ulEgJxYH47y0z
lLwFp15sO0nQZH7zXq3UYaqCA3nflmMTq3uWvJHsGGuC2CS+a9mI89fz9ne6FYzt
8XF4Af7O+dko7teFJhrUrLnIFbjxu9Zg2OSSUORg2+Npl++kDl6rXX/0alhIWDDg
vJnwRDVlWJl+zV7kQBGU850x7viPGg==
=Waiw
-----END PGP SIGNATURE-----

View File

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

11
ethtool-5.9.tar.sign Normal file
View File

@ -0,0 +1,11 @@
-----BEGIN PGP SIGNATURE-----
iQEzBAABCAAdFiEEWN3j3bieVmp26mKO538sG/LRdpUFAl+IftQACgkQ538sG/LR
dpUX2ggAv7FVaLd039es6KF+uAwR4EYH41X11+GZMrW51HkeOS+hoNLhooVTzcZn
05ytCcmP+V4UGnzTKGDsw01qSAfVwQGlbCCY4J4bWNdoa+AeMsi5taegz0g9cV9d
mczyJgb8pQlEFpOgrPH9hnb75m8MWRjtRTdW12G2sSAJ4a5wnFemvtENrpDx/wjc
nkVWFubjH6nkdzaSEMjrnpoFvztyBe6q21dAcliIES/xBw3u6UdCqICHrhxBOtSb
0qLE0yAFb0QB46PvexfxUQ5Hg00dYY+OhI3prh97ah/JM6x64CuTRryz7b1Ounmk
EPwqjw45zTrr//X6V2rHfGmbpxkHEw==
=KE7j
-----END PGP SIGNATURE-----

3
ethtool-5.9.tar.xz Normal file
View File

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

View File

@ -1,3 +1,21 @@
-------------------------------------------------------------------
Thu Oct 15 18:50:12 UTC 2020 - Michal Kubecek <mkubecek@suse.cz>
- update to new upstream release 5.9
* extended link state
* QSFP-DD support
* tunnel information (--show-tunnels)
* Broadcom bnxt support
* improve compatibility between ioctl and netlink output
* fix cable test TDR amplitude output
* get rid of build warnings
* fix null pointer dereference running against old kernel (no arg)
* update link mode tables
* fix memory leaks and error handling found by static analysis
- update compiler flags
* -Wno-missing-field-initializers no longer needed
* replace -W with -Wextra (preferred form)
-------------------------------------------------------------------
Tue Aug 4 16:31:09 UTC 2020 - Michal Kubecek <mkubecek@suse.cz>

View File

@ -17,7 +17,7 @@
Name: ethtool
Version: 5.8
Version: 5.9
Release: 0
Summary: Utility for examining and tuning Ethernet-based network interfaces
License: GPL-2.0-only
@ -41,7 +41,7 @@ network interfaces. See the man page for more details.
%setup -q
%build
export CFLAGS="%optflags -W -Wall -Wstrict-prototypes -Wformat-security -Wpointer-arith -Wno-missing-field-initializers"
export CFLAGS="%optflags -Wall -Wextra -Wstrict-prototypes -Wformat-security -Wpointer-arith"
%configure
make %{?_smp_mflags}