From abce135232cbf30385b5cb51d5f65e9471f58f9433eb8167ab047e426f495ccc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20Kube=C4=8Dek?= Date: Mon, 4 Apr 2022 00:12:55 +0000 Subject: [PATCH] - update to upstream release 5.17 OBS-URL: https://build.opensuse.org/package/show/network:utilities/ethtool?expand=0&rev=114 --- ethtool-5.16.tar.sign | 11 ----------- ethtool-5.16.tar.xz | 3 --- ethtool-5.17.tar.sign | 11 +++++++++++ ethtool-5.17.tar.xz | 3 +++ ethtool.changes | 13 +++++++++++++ ethtool.spec | 2 +- 6 files changed, 28 insertions(+), 15 deletions(-) delete mode 100644 ethtool-5.16.tar.sign delete mode 100644 ethtool-5.16.tar.xz create mode 100644 ethtool-5.17.tar.sign create mode 100644 ethtool-5.17.tar.xz diff --git a/ethtool-5.16.tar.sign b/ethtool-5.16.tar.sign deleted file mode 100644 index 83bc400..0000000 --- a/ethtool-5.16.tar.sign +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNATURE----- - -iQEzBAABCAAdFiEEWN3j3bieVmp26mKO538sG/LRdpUFAmHnTUsACgkQ538sG/LR -dpXdSAf+IGb9AA+aS9PknThk3AMz0y2O4Acf71LQ/50GZ3TB8G2pVu3JY2bFdEbl -dYngFsj7OQUZEbT1sHAVLQ3uxKcE4OfCQAh+7Nqif2cLAdupVGtUP5yYGvSsw7hP -62BOMBntn9wPGhzqH6QabCEfK7jG6FJ986C9rPGWJ6UJdWsXCJ0coxLOQ9/zhVHH -81m7vOEAhWG0Tg+yuaFDZyKJ9FIBt+cnvPaqkr/ZpeC9z5Kwj2U6xNtKq10ldGjc -OkoQeOOwa/DK/CFeDbK4aXB9dvXlGhEvfmpud9nzx62g9fo6LPU4t5faVxQThYn5 -SwaP4ok296pZ1YBonqE/cos72+h+dw== -=hjed ------END PGP SIGNATURE----- diff --git a/ethtool-5.16.tar.xz b/ethtool-5.16.tar.xz deleted file mode 100644 index 2032c76..0000000 --- a/ethtool-5.16.tar.xz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:aa2fef1936dd4a11755dfa0bdb93f0ec5bea45208d27c9754bc3abe1aa42c1cb -size 320308 diff --git a/ethtool-5.17.tar.sign b/ethtool-5.17.tar.sign new file mode 100644 index 0000000..34b38e9 --- /dev/null +++ b/ethtool-5.17.tar.sign @@ -0,0 +1,11 @@ +-----BEGIN PGP SIGNATURE----- + +iQEzBAABCAAdFiEEWN3j3bieVmp26mKO538sG/LRdpUFAmJKH0YACgkQ538sG/LR +dpVsEAf+NDUMc2Sxw1ZqisrUDZ+2aiYQynoG1GItssveoENQz6VJDIWICEA8+Lts +hXGsVc7qoZoOZPFwF4I4mAx/FKSN+vDEB0/I8KPku79SlNYgpkyWtXS+UomCB0yX +HqYovPrzqfvkaMGtyreQunEV4CJ8ngGO9ZAVPTclrSIcF+QIvLDm9YlP10PkF2KP +IilQETKth1CJ1prkhZTSYEGPtkc2TUJ/XZKf/RNnE+AlLGTwiBumTXAzYJIiyv5/ +8QLTPf8maRVUZmK3oYbwnWXjSi00zyJt0G/pJutuX6dBtFeBMeOHsFIBDo5HYkKg +Wl9Egu8FlkdfT04YdswW2QQZkvLruA== +=FGRX +-----END PGP SIGNATURE----- diff --git a/ethtool-5.17.tar.xz b/ethtool-5.17.tar.xz new file mode 100644 index 0000000..306bc54 --- /dev/null +++ b/ethtool-5.17.tar.xz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64ab914b9c6b45047245d91f40b8760b2728992a9e5af22717c644238e889133 +size 321848 diff --git a/ethtool.changes b/ethtool.changes index 8c147fd..59cad0d 100644 --- a/ethtool.changes +++ b/ethtool.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Apr 4 00:11:20 UTC 2022 - Michal Kubecek + +- update to upstream release 5.17 + * Feature: transceiver module power mode (--set-module) + * Feature: transceiver module extended state (--show-module) + * Feature: get/set rx buffer length (-g and -G) + * Feature: tx copybreak buffer size (--get-tunable and + --set-tunable) + * Feature: JSON output for features (-k) + * Feature: support OSFP transceiver modules (-m) + * Fix: add missing free() calls (--get-tunable and --set-tunable) + ------------------------------------------------------------------- Tue Jan 18 23:36:15 UTC 2022 - Michal Kubecek diff --git a/ethtool.spec b/ethtool.spec index 66fd124..f22b1f9 100644 --- a/ethtool.spec +++ b/ethtool.spec @@ -17,7 +17,7 @@ Name: ethtool -Version: 5.16 +Version: 5.17 Release: 0 Summary: Utility for examining and tuning Ethernet-based network interfaces License: GPL-2.0-only