From 1bf2225f12d19d7c04b77a2f95bc9ffb6dbc86d832d869951529f356594a6693 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kube=C4=8Dek?= Date: Thu, 15 Oct 2020 19:01:29 +0000 Subject: [PATCH] - 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 --- ethtool-5.8.tar.sign | 11 ----------- ethtool-5.8.tar.xz | 3 --- ethtool-5.9.tar.sign | 11 +++++++++++ ethtool-5.9.tar.xz | 3 +++ ethtool.changes | 18 ++++++++++++++++++ ethtool.spec | 4 ++-- 6 files changed, 34 insertions(+), 16 deletions(-) delete mode 100644 ethtool-5.8.tar.sign delete mode 100644 ethtool-5.8.tar.xz create mode 100644 ethtool-5.9.tar.sign create mode 100644 ethtool-5.9.tar.xz diff --git a/ethtool-5.8.tar.sign b/ethtool-5.8.tar.sign deleted file mode 100644 index 65d44d9..0000000 --- a/ethtool-5.8.tar.sign +++ /dev/null @@ -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----- diff --git a/ethtool-5.8.tar.xz b/ethtool-5.8.tar.xz deleted file mode 100644 index 12c24df..0000000 --- a/ethtool-5.8.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:2f3b54d08d048f5977b80cb6cb4744994370def7553ee634d39dbbb6ccf87546 -size 299416 diff --git a/ethtool-5.9.tar.sign b/ethtool-5.9.tar.sign new file mode 100644 index 0000000..e46f04c --- /dev/null +++ b/ethtool-5.9.tar.sign @@ -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----- diff --git a/ethtool-5.9.tar.xz b/ethtool-5.9.tar.xz new file mode 100644 index 0000000..53114af --- /dev/null +++ b/ethtool-5.9.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512932010af87bc3e09773c89baea44bca96c1da1151bbcf109fa0e055a88a6f +size 307792 diff --git a/ethtool.changes b/ethtool.changes index 1a8cce5..7f7bca3 100644 --- a/ethtool.changes +++ b/ethtool.changes @@ -1,3 +1,21 @@ +------------------------------------------------------------------- +Thu Oct 15 18:50:12 UTC 2020 - Michal Kubecek + +- 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 diff --git a/ethtool.spec b/ethtool.spec index ac03b02..d7dbde8 100644 --- a/ethtool.spec +++ b/ethtool.spec @@ -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}