commit ethtool for openSUSE:Factory

2020-10-20 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2020-10-20 16:00:03

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new.3486 (New)


Package is "ethtool"

Tue Oct 20 16:00:03 2020 rev:64 rq:842049 version:5.9

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2020-08-14 
09:29:52.952292434 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new.3486/ethtool.changes
2020-10-20 16:03:06.273802219 +0200
@@ -1,0 +2,18 @@
+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)
+
+---

Old:

  ethtool-5.8.tar.sign
  ethtool-5.8.tar.xz

New:

  ethtool-5.9.tar.sign
  ethtool-5.9.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.pgvf1u/_old  2020-10-20 16:03:08.161803113 +0200
+++ /var/tmp/diff_new_pack.pgvf1u/_new  2020-10-20 16:03:08.161803113 +0200
@@ -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 @@
 %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}
 

++ ethtool-5.8.tar.xz -> ethtool-5.9.tar.xz ++
 4204 lines of diff (skipped)





commit ethtool for openSUSE:Factory

2020-08-14 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2020-08-14 09:29:50

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new.3399 (New)


Package is "ethtool"

Fri Aug 14 09:29:50 2020 rev:63 rq:824480 version:5.8

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2020-06-16 
13:45:40.685768179 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new.3399/ethtool.changes
2020-08-14 09:29:52.952292434 +0200
@@ -1,0 +2,32 @@
+Tue Aug  4 16:31:09 UTC 2020 - Michal Kubecek 
+
+- update to new upstream release 5.8
+  * netlink handler for device features
+  * netlink handler for private flags
+  * netlink handler for ring sizes
+  * netlink handler for channels counts
+  * netlink handler for coalescing parameters
+  * netlink handler for pause parameters
+  * netlink handler for EEE settings
+  * netlink handler for timestamping info
+  * master/slave configuration support
+  * LINKSTATE SQI support
+  * cable test support
+  * cable test TDR support
+  * JSON output for cable test commands
+  * igc driver support
+  * support for get/set ethtool_tunable
+  * dsa: mv88e6xxx: add pretty dump for 88E6352 SERDES
+  * fix some build warnings
+- drop patches present in 5.8 release:
+  * netlink-fix-build-warnings.patch
+  * netlink-fix-error-message-suppression.patch
+  * netlink-fix-unwanted-switch-fall-through-in-family_i.patch
+
+---
+Tue Aug  4 13:47:14 UTC 2020 - Michal Kubecek 
+
+- ethtool.keyring:
+  add new upstream maintainer's key (F4554567B91DE934)
+
+---

Old:

  ethtool-5.7.tar.sign
  ethtool-5.7.tar.xz
  netlink-fix-build-warnings.patch
  netlink-fix-error-message-suppression.patch
  netlink-fix-unwanted-switch-fall-through-in-family_i.patch

New:

  ethtool-5.8.tar.sign
  ethtool-5.8.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.g1P6TC/_old  2020-08-14 09:29:55.944293967 +0200
+++ /var/tmp/diff_new_pack.g1P6TC/_new  2020-08-14 09:29:55.944293967 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:5.7
+Version:5.8
 Release:0
 Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only
@@ -33,19 +33,12 @@
 BuildRequires:  xz
 BuildRequires:  pkgconfig(libmnl)
 
-Patch1: netlink-fix-build-warnings.patch
-Patch2: netlink-fix-unwanted-switch-fall-through-in-family_i.patch
-Patch3: netlink-fix-error-message-suppression.patch
-
 %description
 Ethtool is a small utility for examining and tuning ethernet-based
 network interfaces.  See the man page for more details.
 
 %prep
 %setup -q
-%patch1 -p1
-%patch2 -p1
-%patch3 -p1
 
 %build
 export CFLAGS="%optflags -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith -Wno-missing-field-initializers"

++ ethtool-5.7.tar.xz -> ethtool-5.8.tar.xz ++
 10115 lines of diff (skipped)

++ ethtool.keyring ++
Binary files /var/tmp/diff_new_pack.g1P6TC/_old and 
/var/tmp/diff_new_pack.g1P6TC/_new differ




commit ethtool for openSUSE:Factory

2020-06-16 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2020-06-16 13:45:01

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new.3606 (New)


Package is "ethtool"

Tue Jun 16 13:45:01 2020 rev:62 rq:814575 version:5.7

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2020-05-17 
23:42:43.461004189 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new.3606/ethtool.changes
2020-06-16 13:45:40.685768179 +0200
@@ -1,0 +2,26 @@
+Fri Jun 12 10:19:38 UTC 2020 - Michal Kubecek 
+
+- prevent misleading netlink error message when running on kernel
+  without ethtool netlink support:
+  netlink-fix-error-message-suppression.patch
+
+---
+Sun Jun  7 19:55:27 UTC 2020 - Michal Kubecek 
+
+- update to new upstream release 5.7
+  * support LLRS (Low Latency Reed Solomon) FEC mode
+  * accept long legacy flag names (-K)
+  * support for newer SFF-8024 compliance codes
+  * report transceiver when reported by kernel
+  * improve fallback from netlink to ioctl and error messages
+- drop patches present in 5.7 release:
+  netlink-show-netlink-error-even-without-extack.patch
+  features-accept-long-legacy-flag-names-when-setting-.patch
+  refactor-interface-between-ioctl-and-netlink-code.patch
+  netlink-use-genetlink-ops-information-to-decide-abou.patch
+- refresh
+  netlink-fix-build-warnings.patch
+- fix cherry picked from upstream git:
+  netlink-fix-unwanted-switch-fall-through-in-family_i.patch
+
+---

Old:

  ethtool-5.6.tar.sign
  ethtool-5.6.tar.xz
  features-accept-long-legacy-flag-names-when-setting-.patch
  netlink-show-netlink-error-even-without-extack.patch
  netlink-use-genetlink-ops-information-to-decide-abou.patch
  refactor-interface-between-ioctl-and-netlink-code.patch

New:

  ethtool-5.7.tar.sign
  ethtool-5.7.tar.xz
  netlink-fix-error-message-suppression.patch
  netlink-fix-unwanted-switch-fall-through-in-family_i.patch



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.kBtqQt/_old  2020-06-16 13:45:41.901777959 +0200
+++ /var/tmp/diff_new_pack.kBtqQt/_new  2020-06-16 13:45:41.905777991 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:5.6
+Version:5.7
 Release:0
 Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only
@@ -34,10 +34,8 @@
 BuildRequires:  pkgconfig(libmnl)
 
 Patch1: netlink-fix-build-warnings.patch
-Patch2: netlink-show-netlink-error-even-without-extack.patch
-Patch3: features-accept-long-legacy-flag-names-when-setting-.patch
-Patch4: refactor-interface-between-ioctl-and-netlink-code.patch
-Patch5: netlink-use-genetlink-ops-information-to-decide-abou.patch
+Patch2: netlink-fix-unwanted-switch-fall-through-in-family_i.patch
+Patch3: netlink-fix-error-message-suppression.patch
 
 %description
 Ethtool is a small utility for examining and tuning ethernet-based
@@ -48,8 +46,6 @@
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
-%patch4 -p1
-%patch5 -p1
 
 %build
 export CFLAGS="%optflags -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith -Wno-missing-field-initializers"

++ ethtool-5.6.tar.xz -> ethtool-5.7.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-5.6/NEWS new/ethtool-5.7/NEWS
--- old/ethtool-5.6/NEWS2020-05-12 16:54:14.0 +0200
+++ new/ethtool-5.7/NEWS2020-06-04 20:06:41.0 +0200
@@ -1,3 +1,13 @@
+Version 5.7 - Jun 4, 2020
+   * Feature: ethtool: Add support for Low Latency Reed Solomon
+   * Fix: ethtool.c: Report transceiver correctly
+   * Feature: features: accept long legacy flag names when setting features
+   * Feature: refactor interface between ioctl and netlink code
+   * Feature: netlink: use genetlink ops information to decide about 
fallback
+   * Feature: netlink: show netlink error even without extack
+   * Feature: ethtool: add support for newer SFF-8024 compliance codes
+   * Feature: Rewrite printf() due to -Werror=format-security
+
 Version 5.6 - May 12, 2020
* Feature: add --debug option to control debugging messages
* Feature: use named initializers in command line option list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-5.6/configure new/ethtool-5.7/configure
--- old/ethtool-5.6/configure   2020-05-12 16:56:20.0 +0200
+++ new/ethtool-5.7/configure   2020-06-04 20:08:06.0 +0200

commit ethtool for openSUSE:Factory

2020-05-17 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2020-05-17 23:42:39

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new.2738 (New)


Package is "ethtool"

Sun May 17 23:42:39 2020 rev:61 rq:805937 version:5.6

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2020-01-23 
16:10:11.603610216 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new.2738/ethtool.changes
2020-05-17 23:42:43.461004189 +0200
@@ -1,0 +2,34 @@
+Fri May 15 20:12:57 UTC 2020 - Michal Kubecek 
+
+- update upstream references:
+  features-accept-long-legacy-flag-names-when-setting-.patch
+  netlink-show-netlink-error-even-without-extack.patch
+  netlink-use-genetlink-ops-information-to-decide-abou.patch
+  refactor-interface-between-ioctl-and-netlink-code.patch
+
+---
+Tue May 12 21:27:12 UTC 2020 - Michal Kubecek 
+
+- add fixes and improvements originally intended for 5.6:
+  netlink-show-netlink-error-even-without-extack.patch
+  features-accept-long-legacy-flag-names-when-setting-.patch
+  refactor-interface-between-ioctl-and-netlink-code.patch
+  netlink-use-genetlink-ops-information-to-decide-abou.patch
+
+---
+Tue May 12 21:08:55 UTC 2020 - Michal Kubecek 
+
+- Update to new upstream release 5.6
+  * basic infrastructure for netlink kernel interface
+  * netlink: support "ethtool "
+  * netlink: support "ethtool -s  ..."
+  * netlink: support "ethtool -P "
+  * netlink: monitor support
+  * add --debug option
+  * netlink: pretty printing of netlink messages
+- add libmnl build time dependency
+- fix SLE12 build:
+  netlink-fix-build-warnings.patch
+- minor specfile cleanup
+
+---

Old:

  ethtool-5.4.tar.sign
  ethtool-5.4.tar.xz

New:

  ethtool-5.6.tar.sign
  ethtool-5.6.tar.xz
  features-accept-long-legacy-flag-names-when-setting-.patch
  netlink-fix-build-warnings.patch
  netlink-show-netlink-error-even-without-extack.patch
  netlink-use-genetlink-ops-information-to-decide-abou.patch
  refactor-interface-between-ioctl-and-netlink-code.patch



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.I4WGDJ/_old  2020-05-17 23:42:45.557008397 +0200
+++ /var/tmp/diff_new_pack.I4WGDJ/_new  2020-05-17 23:42:45.557008397 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,19 +17,27 @@
 
 
 Name:   ethtool
-Version:5.4
+Version:5.6
 Release:0
 Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only
 Group:  Productivity/Networking/Diagnostic
-Url:http://kernel.org/pub/software/network/ethtool/
+URL:https://www.kernel.org/pub/software/network/ethtool/
 
 #Git-Clone:git://git.kernel.org/pub/scm/network/ethtool/ethtool
-Source: 
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
-Source2:
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.sign
+Source: 
https://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
+Source2:
https://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.sign
 Source3:%{name}.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  pkgconfig
 BuildRequires:  xz
+BuildRequires:  pkgconfig(libmnl)
+
+Patch1: netlink-fix-build-warnings.patch
+Patch2: netlink-show-netlink-error-even-without-extack.patch
+Patch3: features-accept-long-legacy-flag-names-when-setting-.patch
+Patch4: refactor-interface-between-ioctl-and-netlink-code.patch
+Patch5: netlink-use-genetlink-ops-information-to-decide-abou.patch
 
 %description
 Ethtool is a small utility for examining and tuning ethernet-based
@@ -37,6 +45,11 @@
 
 %prep
 %setup -q
+%patch1 -p1
+%patch2 -p1
+%patch3 -p1
+%patch4 -p1
+%patch5 -p1
 
 %build
 export CFLAGS="%optflags -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith -Wno-missing-field-initializers"

++ ethtool-5.4.tar.xz -> ethtool-5.6.tar.xz ++
 14641 lines of diff (skipped)


++ features-accept-long-legacy-flag-names-when-setting-.patch ++
From: Michal Kubecek 
Date: Mon, 13 Apr 2020 11:46:42 +0200
Subject: features: accept long legacy flag names 

commit ethtool for openSUSE:Factory

2020-01-23 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2020-01-23 16:09:06

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new.26092 (New)


Package is "ethtool"

Thu Jan 23 16:09:06 2020 rev:60 rq:765772 version:5.4

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2019-11-07 
23:09:13.836044249 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new.26092/ethtool.changes   
2020-01-23 16:10:11.603610216 +0100
@@ -1,0 +2,10 @@
+Mon Jan 13 11:46:41 UTC 2020 - Michal Kubecek 
+
+- Update to new upstream release 5.4
+  * support Energy Detect Power Down
+  * Solarflare SFF-8079/8472 eeprom interpretation fixes
+  * fix compiler warnings with new gcc
+- drop "-Wno-unused-parameter" from CFLAGS, these warnings should
+  be gone now
+
+---

Old:

  ethtool-5.3.tar.sign
  ethtool-5.3.tar.xz

New:

  ethtool-5.4.tar.sign
  ethtool-5.4.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.t4ABmG/_old  2020-01-23 16:10:14.027611653 +0100
+++ /var/tmp/diff_new_pack.t4ABmG/_new  2020-01-23 16:10:14.031611656 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2020 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:5.3
+Version:5.4
 Release:0
 Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only
@@ -39,7 +39,7 @@
 %setup -q
 
 %build
-export CFLAGS="%optflags -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith -Wno-unused-parameter -Wno-missing-field-initializers"
+export CFLAGS="%optflags -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith -Wno-missing-field-initializers"
 %configure
 make %{?_smp_mflags}
 

++ ethtool-5.3.tar.xz -> ethtool-5.4.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-5.3/NEWS new/ethtool-5.4/NEWS
--- old/ethtool-5.3/NEWS2019-09-23 20:12:13.0 +0200
+++ new/ethtool-5.4/NEWS2020-01-10 19:32:58.0 +0100
@@ -1,3 +1,43 @@
+Version 5.4 - January 10, 2020
+
+   * Feature: ethtool: implement support for Energy Detect Power Down
+   * Fix: fix arithmetic on pointer to void is a GNU extension warning
+   * Fix: fix unused parameter warnings in do_version() and show_usage()
+   * Fix: fix unused parameter warning in find_option()
+   * Fix: fix unused parameter warning in dump_eeprom()
+   * Fix: fix unused parameter warning in altera_tse_dump_regs()
+   * Fix: fix unused parameter warning in sfc_dump_regs()
+   * Fix: fix unused parameter warning in print_simple_table()
+   * Fix: fix unused parameter warning in natsemi_dump_regs()
+   * Fix: fix unused parameter warning in netsemi_dump_eeprom()
+   * Fix: fix unused parameter warning in ixgbe_dump_regs()
+   * Fix: fix unused parameter warning in realtek_dump_regs()
+   * Fix: fix unused parameter warning in lan78xx_dump_regs()
+   * Fix: fix unused parameter warning in {skge, sky2}_dump_regs()
+   * Fix: fix unused parameter warning in dsa_dump_regs()
+   * Fix: fix unused parameter warning in vmxnet3_dump_regs()
+   * Fix: fix unused parameter warning in st_{mac100, gmac}_dump_regs()
+   * Fix: fix unused parameter warning in ixgbevf_dump_regs()
+   * Fix: fix unused parameter warning in fec_8xx_dump_regs()
+   * Fix: fix unused parameter warning in tg3_dump_{eeprom, regs}()
+   * Fix: fix unused parameter warning in vioc_dump_regs()
+   * Fix: fix unused parameter warning in e100_dump_regs()
+   * Fix: fix unused parameter warning in de2104[01]_dump_regs()
+   * Fix: fix unused parameter warning in igb_dump_regs()
+   * Fix: fix unused parameter warning in e1000_dump_regs()
+   * Fix: fix unused parameter warning in smsc911x_dump_regs()
+   * Fix: fix unused parameter warning in at76c50x_usb_dump_regs()
+   * Fix: fix unused parameter warning in fec_dump_regs()
+   * Fix: fix unused parameter warning in amd8111e_dump_regs()
+   * Fix: fix unused parameter warning in et131x_dump_regs()
+   * Fix: fix unused parameter warning in ibm_emac_dump_regs()
+   * Fix: fix unused parameter warning in ixgb_dump_regs()
+   * Fix: fix unused parameter warning in fjes_dump_regs()
+   * Fix: fix 

commit ethtool for openSUSE:Factory

2019-11-07 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2019-11-07 23:09:11

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new.2990 (New)


Package is "ethtool"

Thu Nov  7 23:09:11 2019 rev:59 rq:744998 version:5.3

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2019-07-31 
14:14:32.954856941 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new.2990/ethtool.changes
2019-11-07 23:09:13.836044249 +0100
@@ -1,0 +2,7 @@
+Sun Nov  3 09:27:22 UTC 2019 - Michal Kubecek 
+
+- Update to new upstream release 5.3
+  * igb: dump RR2DCDELAY register
+  * support for dumping nested registers (e.g. CPU port)
+
+---

Old:

  ethtool-5.2.tar.sign
  ethtool-5.2.tar.xz

New:

  ethtool-5.3.tar.sign
  ethtool-5.3.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.nynLkZ/_old  2019-11-07 23:09:14.600045152 +0100
+++ /var/tmp/diff_new_pack.nynLkZ/_new  2019-11-07 23:09:14.600045152 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:5.2
+Version:5.3
 Release:0
 Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only

++ ethtool-5.2.tar.xz -> ethtool-5.3.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-5.2/NEWS new/ethtool-5.3/NEWS
--- old/ethtool-5.2/NEWS2019-07-25 20:49:49.0 +0200
+++ new/ethtool-5.3/NEWS2019-09-23 20:12:13.0 +0200
@@ -1,3 +1,7 @@
+Version 5.3 - September 23, 2019
+   * Feature: igb: dump RR2DCDELAY register
+   * Feature: dump nested registers
+
 Version 5.2 - July 25, 2019
* Feature: Add 100BaseT1 and 1000BaseT1 link modes
* Feature: Use standard file location macros in ethtool.spec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-5.2/configure new/ethtool-5.3/configure
--- old/ethtool-5.2/configure   2019-07-25 20:52:03.0 +0200
+++ new/ethtool-5.3/configure   2019-09-23 20:14:31.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ethtool 5.2.
+# Generated by GNU Autoconf 2.69 for ethtool 5.3.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='ethtool'
 PACKAGE_TARNAME='ethtool'
-PACKAGE_VERSION='5.2'
-PACKAGE_STRING='ethtool 5.2'
+PACKAGE_VERSION='5.3'
+PACKAGE_STRING='ethtool 5.3'
 PACKAGE_BUGREPORT='net...@vger.kernel.org'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ethtool 5.2 to adapt to many kinds of systems.
+\`configure' configures ethtool 5.3 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1313,7 +1313,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ethtool 5.2:";;
+ short | recursive ) echo "Configuration of ethtool 5.3:";;
esac
   cat <<\_ACEOF
 
@@ -1420,7 +1420,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ethtool configure 5.2
+ethtool configure 5.3
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1667,7 +1667,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ethtool $as_me 5.2, which was
+It was created by ethtool $as_me 5.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2532,7 +2532,7 @@
 
 # Define the identity of the package.
  PACKAGE='ethtool'
- VERSION='5.2'
+ VERSION='5.3'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4876,7 +4876,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ethtool $as_me 5.2, which was
+This file was extended by ethtool $as_me 5.3, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -4942,7 +4942,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-ethtool config.status 5.2
+ethtool config.status 5.3
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
diff -urN '--exclude=CVS' 

commit ethtool for openSUSE:Factory

2019-07-31 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2019-07-31 14:14:32

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new.4126 (New)


Package is "ethtool"

Wed Jul 31 14:14:32 2019 rev:58 rq:718734 version:5.2

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2019-05-21 
10:35:19.111284491 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new.4126/ethtool.changes
2019-07-31 14:14:32.954856941 +0200
@@ -1,0 +2,7 @@
+Fri Jul 26 05:15:35 UTC 2019 - Michal Kubecek 
+
+- Update to new upstream release 5.2
+  * support 100BaseT1 and 1000BaseT1 link modes
+  * fewer compilation warnings with updated UAPI header copy
+
+---

Old:

  ethtool-5.1.tar.sign
  ethtool-5.1.tar.xz

New:

  ethtool-5.2.tar.sign
  ethtool-5.2.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.GwUVBz/_old  2019-07-31 14:14:33.570856483 +0200
+++ /var/tmp/diff_new_pack.GwUVBz/_new  2019-07-31 14:14:33.570856483 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:5.1
+Version:5.2
 Release:0
 Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only

++ ethtool-5.1.tar.xz -> ethtool-5.2.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-5.1/NEWS new/ethtool-5.2/NEWS
--- old/ethtool-5.1/NEWS2019-05-17 20:17:50.0 +0200
+++ new/ethtool-5.2/NEWS2019-07-25 20:49:49.0 +0200
@@ -1,3 +1,7 @@
+Version 5.2 - July 25, 2019
+   * Feature: Add 100BaseT1 and 1000BaseT1 link modes
+   * Feature: Use standard file location macros in ethtool.spec
+
 Version 5.1 - May 17, 2019
* Feature: Add support for 200Gbps (50Gbps per lane) link mode
* Feature: simplify handling of PHY tunable downshift
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-5.1/configure new/ethtool-5.2/configure
--- old/ethtool-5.1/configure   2019-05-17 20:18:53.0 +0200
+++ new/ethtool-5.2/configure   2019-07-25 20:52:03.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ethtool 5.1.
+# Generated by GNU Autoconf 2.69 for ethtool 5.2.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='ethtool'
 PACKAGE_TARNAME='ethtool'
-PACKAGE_VERSION='5.1'
-PACKAGE_STRING='ethtool 5.1'
+PACKAGE_VERSION='5.2'
+PACKAGE_STRING='ethtool 5.2'
 PACKAGE_BUGREPORT='net...@vger.kernel.org'
 PACKAGE_URL=''
 
@@ -1247,7 +1247,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ethtool 5.1 to adapt to many kinds of systems.
+\`configure' configures ethtool 5.2 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1313,7 +1313,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ethtool 5.1:";;
+ short | recursive ) echo "Configuration of ethtool 5.2:";;
esac
   cat <<\_ACEOF
 
@@ -1420,7 +1420,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ethtool configure 5.1
+ethtool configure 5.2
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1667,7 +1667,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ethtool $as_me 5.1, which was
+It was created by ethtool $as_me 5.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2532,7 +2532,7 @@
 
 # Define the identity of the package.
  PACKAGE='ethtool'
- VERSION='5.1'
+ VERSION='5.2'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4876,7 +4876,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ethtool $as_me 5.1, which was
+This file was extended by ethtool $as_me 5.2, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -4942,7 +4942,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-ethtool config.status 5.1
+ethtool config.status 5.2
 configured by $0, generated by GNU Autoconf 2.69,
   with options 

commit ethtool for openSUSE:Factory

2019-05-21 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2019-05-21 10:35:14

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new.5148 (New)


Package is "ethtool"

Tue May 21 10:35:14 2019 rev:57 rq:703942 version:5.1

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2019-03-19 
11:07:34.534105643 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new.5148/ethtool.changes
2019-05-21 10:35:19.111284491 +0200
@@ -1,0 +2,11 @@
+Sat May 18 10:21:11 UTC 2019 - Michal Kubecek 
+
+- Update to new upstream release 5.1
+  * support for 200Gbps (50Gbps per lane) link modes
+  * support for new PHY tunable Fast Link Down
+  * new 'start N' option when setting Rx flow indirection table
+  * add bash completion script
+  * support show and set of per queue coalescing
+  * fec: add pretty dump
+
+---

Old:

  ethtool-5.0.tar.sign
  ethtool-5.0.tar.xz

New:

  ethtool-5.1.tar.sign
  ethtool-5.1.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.R31BZF/_old  2019-05-21 10:35:20.843283366 +0200
+++ /var/tmp/diff_new_pack.R31BZF/_new  2019-05-21 10:35:20.847283364 +0200
@@ -12,12 +12,12 @@
 # license that conforms to the Open Source Definition (Version 1.9)
 # published by the Open Source Initiative.
 
-# Please submit bugfixes or comments via http://bugs.opensuse.org/
+# Please submit bugfixes or comments via https://bugs.opensuse.org/
 #
 
 
 Name:   ethtool
-Version:5.0
+Version:5.1
 Release:0
 Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only
@@ -49,6 +49,9 @@
 %files
 %defattr(-,root,root)
 %{_sbindir}/ethtool
+%dir %{_datadir}/bash-completion
+%dir %{_datadir}/bash-completion/completions
+%{_datadir}/bash-completion/completions/ethtool
 %{_mandir}/man8/ethtool.8*
 %if (0%{?suse_version} >= 1500) || (0%{?sle_version} >= 120300)
 %license COPYING

++ ethtool-5.0.tar.xz -> ethtool-5.1.tar.xz ++
 5057 lines of diff (skipped)





commit ethtool for openSUSE:Factory

2019-03-19 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2019-03-19 11:07:28

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new.28833 (New)


Package is "ethtool"

Tue Mar 19 11:07:28 2019 rev:56 rq:685010 version:5.0

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2018-11-12 
09:49:02.812498784 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new.28833/ethtool.changes   
2019-03-19 11:07:34.534105643 +0100
@@ -1,0 +2,14 @@
+Thu Mar 14 10:25:14 UTC 2019 - Michal Kubecek 
+
+- Hide some innocuous build warnings to make relevant ones more
+  visible.
+
+---
+Thu Mar 14 09:57:36 UTC 2019 - Michal Kubecek 
+
+- Update to new upstream release 5.0
+  * Feature: add pretty print for dsa/mv88e6xxx
+  * Feature: don't report UFO on kernels >= 4.14
+  * Fix (potential): zero initalize coalesce struct
+
+---

Old:

  ethtool-4.19.tar.sign
  ethtool-4.19.tar.xz

New:

  ethtool-5.0.tar.sign
  ethtool-5.0.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.rdVO9C/_old  2019-03-19 11:07:36.202105260 +0100
+++ /var/tmp/diff_new_pack.rdVO9C/_new  2019-03-19 11:07:36.202105260 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.19
+Version:5.0
 Release:0
 Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only
@@ -39,7 +39,7 @@
 %setup -q
 
 %build
-export CFLAGS="%optflags -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith"
+export CFLAGS="%optflags -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith -Wno-unused-parameter -Wno-missing-field-initializers"
 %configure
 make %{?_smp_mflags}
 

++ ethtool-4.19.tar.xz -> ethtool-5.0.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.19/Makefile.am new/ethtool-5.0/Makefile.am
--- old/ethtool-4.19/Makefile.am2018-04-16 19:53:04.0 +0200
+++ new/ethtool-5.0/Makefile.am 2019-01-18 19:31:08.0 +0100
@@ -9,7 +9,7 @@
  rxclass.c
 if ETHTOOL_ENABLE_PRETTY_DUMP
 ethtool_SOURCES += \
- amd8111e.c de2104x.c e100.c e1000.c et131x.c igb.c\
+ amd8111e.c de2104x.c dsa.c e100.c e1000.c et131x.c igb.c  
\
  fec_8xx.c ibm_emac.c ixgb.c ixgbe.c natsemi.c \
  pcnet32.c realtek.c tg3.c marvell.c vioc.c\
  smsc911x.c at76c50x-usb.c sfc.c stmmac.c  \
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.19/Makefile.in new/ethtool-5.0/Makefile.in
--- old/ethtool-4.19/Makefile.in2018-11-02 15:59:15.0 +0100
+++ new/ethtool-5.0/Makefile.in 2019-03-13 19:11:06.0 +0100
@@ -88,7 +88,7 @@
 POST_UNINSTALL = :
 sbin_PROGRAMS = ethtool$(EXEEXT)
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@am__append_1 = \
-@ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@amd8111e.c de2104x.c e100.c 
e1000.c et131x.c igb.c\
+@ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@amd8111e.c de2104x.c dsa.c 
e100.c e1000.c et131x.c igb.c  \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@fec_8xx.c ibm_emac.c ixgb.c 
ixgbe.c natsemi.c \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@pcnet32.c realtek.c tg3.c 
marvell.c vioc.c\
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@smsc911x.c at76c50x-usb.c 
sfc.c stmmac.c  \
@@ -113,7 +113,7 @@
 am__installdirs = "$(DESTDIR)$(sbindir)" "$(DESTDIR)$(man8dir)"
 PROGRAMS = $(sbin_PROGRAMS)
 am__ethtool_SOURCES_DIST = ethtool.c ethtool-copy.h internal.h \
-   net_tstamp-copy.h rxclass.c amd8111e.c de2104x.c e100.c \
+   net_tstamp-copy.h rxclass.c amd8111e.c de2104x.c dsa.c e100.c \
e1000.c et131x.c igb.c fec_8xx.c ibm_emac.c ixgb.c ixgbe.c \
natsemi.c pcnet32.c realtek.c tg3.c marvell.c vioc.c \
smsc911x.c at76c50x-usb.c sfc.c stmmac.c sff-common.c \
@@ -121,7 +121,7 @@
qsfp.c qsfp.h fjes.c lan78xx.c
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@am__objects_1 = amd8111e.$(OBJEXT) \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  de2104x.$(OBJEXT) \
-@ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  e100.$(OBJEXT) \

commit ethtool for openSUSE:Factory

2018-11-12 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2018-11-12 09:49:00

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Mon Nov 12 09:49:00 2018 rev:55 rq:646328 version:4.19

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2018-09-26 
16:00:21.420604754 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2018-11-12 
09:49:02.812498784 +0100
@@ -1,0 +2,7 @@
+Fri Nov  2 17:49:03 UTC 2018 - mkube...@suse.cz
+
+- Update to new upstream release 4.19
+  * Feature: support combinations of FEC modes
+  * Fix: unitialized variable in qsfp dump
+
+---

Old:

  ethtool-4.18.tar.sign
  ethtool-4.18.tar.xz

New:

  ethtool-4.19.tar.sign
  ethtool-4.19.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.2vxAVJ/_old  2018-11-12 09:49:03.240498139 +0100
+++ /var/tmp/diff_new_pack.2vxAVJ/_new  2018-11-12 09:49:03.240498139 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.18
+Version:4.19
 Release:0
 Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only

++ ethtool-4.18.tar.xz -> ethtool-4.19.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.18/NEWS new/ethtool-4.19/NEWS
--- old/ethtool-4.18/NEWS   2018-08-24 20:25:43.0 +0200
+++ new/ethtool-4.19/NEWS   2018-11-02 15:57:18.0 +0100
@@ -1,3 +1,8 @@
+Version 4.19 - November 2, 2018
+   * Feature: support combinations of FEC modes
+   * Feature: better syntax for combinations of FEC modes
+   * Fix: Fix uninitialized variable use at qsfp dump
+
 Version 4.18 - August 24, 2018
* Feature: Add support for WAKE_FILTER (WoL using filters)
* Feature: Add support for action value -2 (wake-up filter)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.18/configure new/ethtool-4.19/configure
--- old/ethtool-4.18/configure  2018-08-24 20:26:04.0 +0200
+++ new/ethtool-4.19/configure  2018-11-02 15:59:15.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ethtool 4.18.
+# Generated by GNU Autoconf 2.69 for ethtool 4.19.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='ethtool'
 PACKAGE_TARNAME='ethtool'
-PACKAGE_VERSION='4.18'
-PACKAGE_STRING='ethtool 4.18'
+PACKAGE_VERSION='4.19'
+PACKAGE_STRING='ethtool 4.19'
 PACKAGE_BUGREPORT='net...@vger.kernel.org'
 PACKAGE_URL=''
 
@@ -1237,7 +1237,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ethtool 4.18 to adapt to many kinds of systems.
+\`configure' configures ethtool 4.19 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1303,7 +1303,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ethtool 4.18:";;
+ short | recursive ) echo "Configuration of ethtool 4.19:";;
esac
   cat <<\_ACEOF
 
@@ -1398,7 +1398,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ethtool configure 4.18
+ethtool configure 4.19
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1645,7 +1645,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ethtool $as_me 4.18, which was
+It was created by ethtool $as_me 4.19, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2510,7 +2510,7 @@
 
 # Define the identity of the package.
  PACKAGE='ethtool'
- VERSION='4.18'
+ VERSION='4.19'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4695,7 +4695,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ethtool $as_me 4.18, which was
+This file was extended by ethtool $as_me 4.19, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -4761,7 +4761,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-ethtool config.status 4.18
+ethtool config.status 4.19
 configured by $0, 

commit ethtool for openSUSE:Factory

2018-09-26 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2018-09-26 16:00:17

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Wed Sep 26 16:00:17 2018 rev:54 rq:636173 version:4.18

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2018-09-04 
22:48:55.099509751 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2018-09-26 
16:00:21.420604754 +0200
@@ -1,0 +2,5 @@
+Mon Sep 10 12:32:18 UTC 2018 - Jan Engelhardt 
+
+- Use noun phrase for summary.
+
+---



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.77Ptn5/_old  2018-09-26 16:00:22.808602342 +0200
+++ /var/tmp/diff_new_pack.77Ptn5/_new  2018-09-26 16:00:22.808602342 +0200
@@ -19,7 +19,7 @@
 Name:   ethtool
 Version:4.18
 Release:0
-Summary:Examine and Tune Ethernet-Based Network Interfaces
+Summary:Utility for examining and tuning Ethernet-based network 
interfaces
 License:GPL-2.0-only
 Group:  Productivity/Networking/Diagnostic
 Url:http://kernel.org/pub/software/network/ethtool/






commit ethtool for openSUSE:Factory

2018-09-04 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2018-09-04 22:48:53

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Tue Sep  4 22:48:53 2018 rev:53 rq:632400 version:4.18

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2018-06-27 
10:17:53.363748178 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2018-09-04 
22:48:55.099509751 +0200
@@ -1,0 +2,7 @@
+Fri Aug 24 21:48:57 UTC 2018 - mkube...@suse.cz
+
+- Update to new upstream release 4.18
+  * Feature: add support WoL using filters
+  * Feature: dump strings for ixgbe security registers
+
+---

Old:

  ethtool-4.17.tar.sign
  ethtool-4.17.tar.xz

New:

  ethtool-4.18.tar.sign
  ethtool-4.18.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.t6yL8x/_old  2018-09-04 22:48:56.539514703 +0200
+++ /var/tmp/diff_new_pack.t6yL8x/_new  2018-09-04 22:48:56.575514827 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.17
+Version:4.18
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0-only

++ ethtool-4.17.tar.xz -> ethtool-4.18.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.17/NEWS new/ethtool-4.18/NEWS
--- old/ethtool-4.17/NEWS   2018-06-15 21:42:01.0 +0200
+++ new/ethtool-4.18/NEWS   2018-08-24 20:25:43.0 +0200
@@ -1,3 +1,9 @@
+Version 4.18 - August 24, 2018
+   * Feature: Add support for WAKE_FILTER (WoL using filters)
+   * Feature: Add support for action value -2 (wake-up filter)
+   * Fix: document WoL filters option also in help message
+   * Feature: ixgbe dump strings for security registers
+
 Version 4.17 - June 15, 2018
 
* Fix: In ethtool.8, remove superfluous and incorrect \c.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.17/configure new/ethtool-4.18/configure
--- old/ethtool-4.17/configure  2018-06-15 21:43:53.0 +0200
+++ new/ethtool-4.18/configure  2018-08-24 20:26:04.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ethtool 4.17.
+# Generated by GNU Autoconf 2.69 for ethtool 4.18.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='ethtool'
 PACKAGE_TARNAME='ethtool'
-PACKAGE_VERSION='4.17'
-PACKAGE_STRING='ethtool 4.17'
+PACKAGE_VERSION='4.18'
+PACKAGE_STRING='ethtool 4.18'
 PACKAGE_BUGREPORT='net...@vger.kernel.org'
 PACKAGE_URL=''
 
@@ -1237,7 +1237,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ethtool 4.17 to adapt to many kinds of systems.
+\`configure' configures ethtool 4.18 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1303,7 +1303,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ethtool 4.17:";;
+ short | recursive ) echo "Configuration of ethtool 4.18:";;
esac
   cat <<\_ACEOF
 
@@ -1398,7 +1398,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ethtool configure 4.17
+ethtool configure 4.18
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1645,7 +1645,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ethtool $as_me 4.17, which was
+It was created by ethtool $as_me 4.18, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2510,7 +2510,7 @@
 
 # Define the identity of the package.
  PACKAGE='ethtool'
- VERSION='4.17'
+ VERSION='4.18'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4695,7 +4695,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ethtool $as_me 4.17, which was
+This file was extended by ethtool $as_me 4.18, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES= $CONFIG_FILES
@@ -4761,7 +4761,7 @@
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; 
s/[\\""\`\$]/&/g'`"
 ac_cs_version="\\
-ethtool config.status 4.17
+ethtool config.status 4.18
 configured 

commit ethtool for openSUSE:Factory

2018-06-27 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2018-06-27 10:17:44

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Wed Jun 27 10:17:44 2018 rev:52 rq:618948 version:4.17

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2018-04-24 
15:30:32.831827623 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2018-06-27 
10:17:53.363748178 +0200
@@ -1,0 +2,14 @@
+Wed Jun 20 09:34:25 UTC 2018 - kbabi...@suse.com
+
+- Update to new upstream release 4.17
+  * Fix: In ethtool.8, remove superfluous and incorrect \c
+  * Fix: fix uninitialized return value
+  * Fix: fix RING_VF assignment
+  * Fix: remove unused global variable
+  * Fix: several fixes in do_gregs()
+  * Fix: correctly free hkey when get_stringset() fails
+  * Fix: remove unreachable code
+  * Fix: fix stack clash in do_get_phy_tunable and do_set_phy_tunable
+  * Feature: Add register dump support for MICROCHIP LAN78xx
+
+---

Old:

  ethtool-4.16.tar.sign
  ethtool-4.16.tar.xz

New:

  ethtool-4.17.tar.sign
  ethtool-4.17.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.T2R2Jl/_old  2018-06-27 10:17:54.371711519 +0200
+++ /var/tmp/diff_new_pack.T2R2Jl/_new  2018-06-27 10:17:54.375711373 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.16
+Version:4.17
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0-only

++ ethtool-4.16.tar.xz -> ethtool-4.17.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.16/Makefile.am new/ethtool-4.17/Makefile.am
--- old/ethtool-4.16/Makefile.am2017-06-02 19:27:13.0 +0200
+++ new/ethtool-4.17/Makefile.am2018-04-16 19:53:04.0 +0200
@@ -14,7 +14,7 @@
  pcnet32.c realtek.c tg3.c marvell.c vioc.c\
  smsc911x.c at76c50x-usb.c sfc.c stmmac.c  \
  sff-common.c sff-common.h sfpid.c sfpdiag.c   \
- ixgbevf.c tse.c vmxnet3.c qsfp.c qsfp.h fjes.c
+ ixgbevf.c tse.c vmxnet3.c qsfp.c qsfp.h fjes.c lan78xx.c
 endif
 
 TESTS = test-cmdline test-features
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.16/Makefile.in new/ethtool-4.17/Makefile.in
--- old/ethtool-4.16/Makefile.in2018-04-13 19:51:06.0 +0200
+++ new/ethtool-4.17/Makefile.in2018-06-15 21:48:15.0 +0200
@@ -93,7 +93,7 @@
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@pcnet32.c realtek.c tg3.c 
marvell.c vioc.c\
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@smsc911x.c at76c50x-usb.c 
sfc.c stmmac.c  \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@sff-common.c sff-common.h 
sfpid.c sfpdiag.c   \
-@ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@ixgbevf.c tse.c vmxnet3.c 
qsfp.c qsfp.h fjes.c
+@ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@ixgbevf.c tse.c vmxnet3.c 
qsfp.c qsfp.h fjes.c lan78xx.c
 
 TESTS = test-cmdline$(EXEEXT) test-features$(EXEEXT)
 check_PROGRAMS = test-cmdline$(EXEEXT) test-features$(EXEEXT)
@@ -118,7 +118,7 @@
natsemi.c pcnet32.c realtek.c tg3.c marvell.c vioc.c \
smsc911x.c at76c50x-usb.c sfc.c stmmac.c sff-common.c \
sff-common.h sfpid.c sfpdiag.c ixgbevf.c tse.c vmxnet3.c \
-   qsfp.c qsfp.h fjes.c
+   qsfp.c qsfp.h fjes.c lan78xx.c
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@am__objects_1 = amd8111e.$(OBJEXT) \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  de2104x.$(OBJEXT) \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  e100.$(OBJEXT) \
@@ -145,7 +145,8 @@
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  ixgbevf.$(OBJEXT) \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  tse.$(OBJEXT) \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  vmxnet3.$(OBJEXT) \
-@ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  qsfp.$(OBJEXT) fjes.$(OBJEXT)
+@ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  qsfp.$(OBJEXT) fjes.$(OBJEXT) \
+@ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  lan78xx.$(OBJEXT)
 am_ethtool_OBJECTS = ethtool.$(OBJEXT) rxclass.$(OBJEXT) \
$(am__objects_1)
 ethtool_OBJECTS = $(am_ethtool_OBJECTS)
@@ -157,7 +158,7 @@
ibm_emac.c ixgb.c ixgbe.c natsemi.c pcnet32.c realtek.c tg3.c \
marvell.c vioc.c smsc911x.c at76c50x-usb.c sfc.c stmmac.c \
sff-common.c sff-common.h sfpid.c sfpdiag.c ixgbevf.c tse.c \
-   vmxnet3.c qsfp.c qsfp.h fjes.c
+   vmxnet3.c qsfp.c qsfp.h fjes.c lan78xx.c
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@am__objects_2 = 
test_cmdline-amd8111e.$(OBJEXT) \
 

commit ethtool for openSUSE:Factory

2018-04-24 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2018-04-24 15:30:31

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Tue Apr 24 15:30:31 2018 rev:51 rq:599818 version:4.16

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2018-04-06 
17:42:42.946296507 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2018-04-24 
15:30:32.831827623 +0200
@@ -1,0 +2,16 @@
+Sat Apr 14 23:39:42 UTC 2018 - mkube...@suse.cz
+
+- Update to new upstream release 4.16
+  * Feature: add support for extra RSS contexts and RSS steering filters
+  * Feature: Add SFF 8636 date code parsing support
+  * Fix: don't fall back to grxfhindir when context was specified
+  * Fix: correct display of VF when showing vf/queue filters
+  * Fix: show VF and queue in the help for -N
+  * Fix: correct VF index values for the ring_cookie parameter
+
+---
+Tue Apr 10 07:15:27 UTC 2018 - mkube...@suse.cz
+
+- Fix build for targets not (fully) supporting %license macro
+
+---

Old:

  ethtool-4.15.tar.sign
  ethtool-4.15.tar.xz

New:

  ethtool-4.16.tar.sign
  ethtool-4.16.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.DfQlI1/_old  2018-04-24 15:30:33.503803311 +0200
+++ /var/tmp/diff_new_pack.DfQlI1/_new  2018-04-24 15:30:33.507803167 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.15
+Version:4.16
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0-only
@@ -50,7 +50,11 @@
 %defattr(-,root,root)
 %{_sbindir}/ethtool
 %{_mandir}/man8/ethtool.8*
+%if (0%{?suse_version} >= 1500) || (0%{?sle_version} >= 120300)
 %license COPYING
+%else
+%doc COPYING
+%endif
 %doc AUTHORS NEWS
 
 %changelog

++ ethtool-4.15.tar.xz -> ethtool-4.16.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.15/Makefile.in new/ethtool-4.16/Makefile.in
--- old/ethtool-4.15/Makefile.in2018-02-01 19:36:21.0 +0100
+++ new/ethtool-4.16/Makefile.in2018-04-13 19:51:06.0 +0200
@@ -1,7 +1,7 @@
-# Makefile.in generated by automake 1.15 from Makefile.am.
+# Makefile.in generated by automake 1.15.1 from Makefile.am.
 # @configure_input@
 
-# Copyright (C) 1994-2014 Free Software Foundation, Inc.
+# Copyright (C) 1994-2017 Free Software Foundation, Inc.
 
 # This Makefile.in is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.15/NEWS new/ethtool-4.16/NEWS
--- old/ethtool-4.15/NEWS   2018-02-01 19:34:54.0 +0100
+++ new/ethtool-4.16/NEWS   2018-04-13 19:48:13.0 +0200
@@ -1,3 +1,13 @@
+Version 4.16 - April 13, 2018
+
+   * Feature: add support for extra RSS contexts and RSS steering filters
+   * Feature: Document RSS context control and RSS filters
+   * Fix: don't fall back to grxfhindir when context was specified
+   * Fix: correct display of VF when showing vf/queue filters
+   * Fix: show VF and queue in the help for -N
+   * Fix: correct VF index values for the ring_cookie parameter
+   * Feature: Add SFF 8636 date code parsing support
+
 Version 4.15 - February 1, 2018
 
* Feature: Support for FEC encoding control
@@ -7,7 +17,6 @@
* Feature: Add ETHTOOL_RESET support via --reset command
* Fix: fix MFLCN register dump for 82599 and newer
 
-
 Version 4.13 - October 27, 2017
 
* Fix: Do not return error code if no changes were attempted.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.15/aclocal.m4 new/ethtool-4.16/aclocal.m4
--- old/ethtool-4.15/aclocal.m4 2018-02-01 19:36:20.0 +0100
+++ new/ethtool-4.16/aclocal.m4 2018-04-13 19:51:05.0 +0200
@@ -1,6 +1,6 @@
-# generated automatically by aclocal 1.15 -*- Autoconf -*-
+# generated automatically by aclocal 1.15.1 -*- Autoconf -*-
 
-# Copyright (C) 1996-2014 Free Software Foundation, Inc.
+# Copyright (C) 1996-2017 Free Software Foundation, Inc.
 
 # This file is free software; the Free Software Foundation
 # gives unlimited permission to copy and/or distribute it,
@@ -20,7 +20,7 @@
 If you have problems, you may need to regenerate the build system entirely.
 To do so, use the procedure documented by the package, typically 
'autoreconf'.])])
 
-# Copyright (C) 

commit ethtool for openSUSE:Factory

2018-04-06 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2018-04-06 17:42:33

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Fri Apr  6 17:42:33 2018 rev:50 rq:593269 version:4.15

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2018-02-09 
15:44:33.653822591 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2018-04-06 
17:42:42.946296507 +0200
@@ -1,0 +2,5 @@
+Tue Apr  3 13:52:04 CEST 2018 - ku...@suse.de
+
+- Use %license instead of %doc [bsc#1082318]
+
+---



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.TdPC3i/_old  2018-04-06 17:42:44.422243194 +0200
+++ /var/tmp/diff_new_pack.TdPC3i/_new  2018-04-06 17:42:44.426243050 +0200
@@ -20,7 +20,7 @@
 Version:4.15
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
-License:GPL-2.0
+License:GPL-2.0-only
 Group:  Productivity/Networking/Diagnostic
 Url:http://kernel.org/pub/software/network/ethtool/
 
@@ -50,6 +50,7 @@
 %defattr(-,root,root)
 %{_sbindir}/ethtool
 %{_mandir}/man8/ethtool.8*
-%doc AUTHORS COPYING NEWS
+%license COPYING
+%doc AUTHORS NEWS
 
 %changelog






commit ethtool for openSUSE:Factory

2018-02-09 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2018-02-09 15:44:32

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Fri Feb  9 15:44:32 2018 rev:49 rq:573299 version:4.15

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2017-11-01 
11:06:53.791782531 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2018-02-09 
15:44:33.653822591 +0100
@@ -1,0 +2,10 @@
+Fri Feb  2 10:15:20 UTC 2018 - mkube...@suse.cz
+
+- Update to new updstream release 4.15
+  * Feature: Support for FEC encoding control
+  * Feature: Add extended compliance codes parsing to sfp modules
+  * Feature: Add ETHTOOL_RESET support via --reset command
+  * Fix: Revert "ethtool: Add DMA Coalescing support"
+  * Fix: fix MFLCN register dump for 82599 and newer
+
+---

Old:

  ethtool-4.13.tar.sign
  ethtool-4.13.tar.xz

New:

  ethtool-4.15.tar.sign
  ethtool-4.15.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.tpUj9O/_old  2018-02-09 15:44:34.481792862 +0100
+++ /var/tmp/diff_new_pack.tpUj9O/_new  2018-02-09 15:44:34.481792862 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.13
+Version:4.15
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

++ ethtool-4.13.tar.xz -> ethtool-4.15.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.13/NEWS new/ethtool-4.15/NEWS
--- old/ethtool-4.13/NEWS   2017-10-27 20:04:48.0 +0200
+++ new/ethtool-4.15/NEWS   2018-02-01 19:34:54.0 +0100
@@ -1,3 +1,13 @@
+Version 4.15 - February 1, 2018
+
+   * Feature: Support for FEC encoding control
+   * Fix: Fix coding style warnings and errors reported by checkpatch
+   * Feature: Add extended compliance codes parsing to sfp modules
+   * Fix: Revert "ethtool: Add DMA Coalescing support"
+   * Feature: Add ETHTOOL_RESET support via --reset command
+   * Fix: fix MFLCN register dump for 82599 and newer
+
+
 Version 4.13 - October 27, 2017
 
* Fix: Do not return error code if no changes were attempted.
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.13/configure new/ethtool-4.15/configure
--- old/ethtool-4.13/configure  2017-10-27 20:11:24.0 +0200
+++ new/ethtool-4.15/configure  2018-02-01 19:36:22.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ethtool 4.13.
+# Generated by GNU Autoconf 2.69 for ethtool 4.15.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='ethtool'
 PACKAGE_TARNAME='ethtool'
-PACKAGE_VERSION='4.13'
-PACKAGE_STRING='ethtool 4.13'
+PACKAGE_VERSION='4.15'
+PACKAGE_STRING='ethtool 4.15'
 PACKAGE_BUGREPORT='net...@vger.kernel.org'
 PACKAGE_URL=''
 
@@ -1237,7 +1237,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ethtool 4.13 to adapt to many kinds of systems.
+\`configure' configures ethtool 4.15 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1303,7 +1303,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ethtool 4.13:";;
+ short | recursive ) echo "Configuration of ethtool 4.15:";;
esac
   cat <<\_ACEOF
 
@@ -1398,7 +1398,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ethtool configure 4.13
+ethtool configure 4.15
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1645,7 +1645,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ethtool $as_me 4.13, which was
+It was created by ethtool $as_me 4.15, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2510,7 +2510,7 @@
 
 # Define the identity of the package.
  

commit ethtool for openSUSE:Factory

2017-11-01 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2017-11-01 11:06:48

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Wed Nov  1 11:06:48 2017 rev:48 rq:537513 version:4.13

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2017-06-17 
10:19:43.443387875 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2017-11-01 
11:06:53.791782531 +0100
@@ -1,0 +2,12 @@
+Mon Oct 30 09:17:17 UTC 2017 - mkube...@suse.cz
+
+- Update to new upstream release 4.13
+  * Feature: add support for HWTSTAMP_FILTER_NTP_ALL
+  * Feature: Add DMA Coalescing support
+  * Feature: Remove UDP Fragmentation Offload error prints
+  * Feature: stmmac: Add DMA HW Feature Register
+  * Fix: Do not return error code if no changes were attempted.
+  * Fix: Fix formatting of advertise bitmask
+  * Fix: fix the rx vs tx mixup in set channel message
+
+---

Old:

  ethtool-4.11.tar.sign
  ethtool-4.11.tar.xz

New:

  ethtool-4.13.tar.sign
  ethtool-4.13.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.GthP1O/_old  2017-11-01 11:06:55.203730952 +0100
+++ /var/tmp/diff_new_pack.GthP1O/_new  2017-11-01 11:06:55.203730952 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.11
+Version:4.13
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

++ ethtool-4.11.tar.xz -> ethtool-4.13.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.11/Makefile.in new/ethtool-4.13/Makefile.in
--- old/ethtool-4.11/Makefile.in2017-06-02 19:44:53.0 +0200
+++ new/ethtool-4.13/Makefile.in2017-10-27 20:11:24.0 +0200
@@ -2069,7 +2069,7 @@
  ! -type d ! -perm -444 -exec $(install_sh) -c -m a+r {} {} \; \
|| chmod -R a+r "$(distdir)"
 dist-gzip: distdir
-   tardir=$(distdir) && $(am__tar) | GZIP=$(GZIP_ENV) gzip -c 
>$(distdir).tar.gz
+   tardir=$(distdir) && $(am__tar) | eval GZIP= gzip $(GZIP_ENV) -c 
>$(distdir).tar.gz
$(am__post_remove_distdir)
 
 dist-bzip2: distdir
@@ -2095,7 +2095,7 @@
@echo WARNING: "Support for shar distribution archives is" \
   "deprecated." >&2
@echo WARNING: "It will be removed altogether in Automake 2.0" >&2
-   shar $(distdir) | GZIP=$(GZIP_ENV) gzip -c >$(distdir).shar.gz
+   shar $(distdir) | eval GZIP= gzip $(GZIP_ENV) -c >$(distdir).shar.gz
$(am__post_remove_distdir)
 
 dist-zip: distdir
@@ -2113,7 +2113,7 @@
 distcheck: dist
case '$(DIST_ARCHIVES)' in \
*.tar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).tar.gz | $(am__untar) ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).tar.gz | $(am__untar) ;;\
*.tar.bz2*) \
  bzip2 -dc $(distdir).tar.bz2 | $(am__untar) ;;\
*.tar.lz*) \
@@ -2123,7 +2123,7 @@
*.tar.Z*) \
  uncompress -c $(distdir).tar.Z | $(am__untar) ;;\
*.shar.gz*) \
- GZIP=$(GZIP_ENV) gzip -dc $(distdir).shar.gz | unshar ;;\
+ eval GZIP= gzip $(GZIP_ENV) -dc $(distdir).shar.gz | unshar ;;\
*.zip*) \
  unzip $(distdir).zip ;;\
esac
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.11/NEWS new/ethtool-4.13/NEWS
--- old/ethtool-4.11/NEWS   2017-06-02 19:43:27.0 +0200
+++ new/ethtool-4.13/NEWS   2017-10-27 20:04:48.0 +0200
@@ -1,4 +1,17 @@
+Version 4.13 - October 27, 2017
+
+   * Fix: Do not return error code if no changes were attempted.
+   * Fix: Fix formatting of advertise bitmask
+   * Feature: Document 56000 advertise link modes
+   * Fix: fix the rx vs tx mixup in set channel message
+   * Feature: add support for HWTSTAMP_FILTER_NTP_ALL
+   * Feature: Add DMA Coalescing support
+   * Feature: Remove UDP Fragmentation Offload error prints
+   * Feature: stmmac: Add macros for number of registers
+   * Feature: stmmac: Add DMA HW Feature Register
+
 Version 4.11 - June 2, 2017
+
* Feature: Support for configurable RSS hash function
* Feature: support queue and VF fields for rxclass filters
* Feature: Add support for 2500baseT/5000baseT link modes
@@ -11,7 +24,6 @@
* Feature: Implement ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE and PHY 
downshift
* Feature: add register dump support for fjes driver (-d option)
 
-
 Version 4.8 - October 3, 2016
 
* Feature: QSFP Plus/QSFP28 

commit ethtool for openSUSE:Factory

2017-06-17 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2017-06-17 10:19:40

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Sat Jun 17 10:19:40 2017 rev:47 rq:501398 version:4.11

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2017-04-17 
10:20:46.121310884 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2017-06-17 
10:19:43.443387875 +0200
@@ -1,0 +2,10 @@
+Tue Jun  6 11:57:16 UTC 2017 - mkube...@suse.cz
+
+- Update to new upstream release 4.11
+  * Feature: Support for configurable RSS hash function
+  * Feature: support queue and VF fields for rxclass filters
+  * Feature: Add support for 2500baseT/5000baseT link modes
+  * Fix: Fix SFF 8079 cable technology bit parsing
+  * Fix: sync help output for -x/-X with man page
+
+---

Old:

  ethtool-4.10.tar.sign
  ethtool-4.10.tar.xz

New:

  ethtool-4.11.tar.sign
  ethtool-4.11.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.afyp4X/_old  2017-06-17 10:19:44.043303249 +0200
+++ /var/tmp/diff_new_pack.afyp4X/_new  2017-06-17 10:19:44.047302685 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.10
+Version:4.11
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

++ ethtool-4.10.tar.xz -> ethtool-4.11.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.10/NEWS new/ethtool-4.11/NEWS
--- old/ethtool-4.10/NEWS   2017-03-24 18:52:01.0 +0100
+++ new/ethtool-4.11/NEWS   2017-06-02 19:43:27.0 +0200
@@ -1,4 +1,11 @@
-Version 4.10 - March 24, 2016
+Version 4.11 - June 2, 2017
+   * Feature: Support for configurable RSS hash function
+   * Feature: support queue and VF fields for rxclass filters
+   * Feature: Add support for 2500baseT/5000baseT link modes
+   * Fix: Fix SFF 8079 cable technology bit parsing
+   * Fix: sync help output for -x/-X with man page
+
+Version 4.10 - March 24, 2017
 
* Fix: Fix the "advertise" parameter logic.
* Feature: Implement ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE and PHY 
downshift
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.10/configure new/ethtool-4.11/configure
--- old/ethtool-4.10/configure  2017-03-24 18:53:18.0 +0100
+++ new/ethtool-4.11/configure  2017-06-02 19:44:53.0 +0200
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ethtool 4.10.
+# Generated by GNU Autoconf 2.69 for ethtool 4.11.
 #
 # Report bugs to .
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='ethtool'
 PACKAGE_TARNAME='ethtool'
-PACKAGE_VERSION='4.10'
-PACKAGE_STRING='ethtool 4.10'
+PACKAGE_VERSION='4.11'
+PACKAGE_STRING='ethtool 4.11'
 PACKAGE_BUGREPORT='net...@vger.kernel.org'
 PACKAGE_URL=''
 
@@ -1237,7 +1237,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ethtool 4.10 to adapt to many kinds of systems.
+\`configure' configures ethtool 4.11 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1303,7 +1303,7 @@
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
- short | recursive ) echo "Configuration of ethtool 4.10:";;
+ short | recursive ) echo "Configuration of ethtool 4.11:";;
esac
   cat <<\_ACEOF
 
@@ -1398,7 +1398,7 @@
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ethtool configure 4.10
+ethtool configure 4.11
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1645,7 +1645,7 @@
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ethtool $as_me 4.10, which was
+It was created by ethtool $as_me 4.11, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -2510,7 +2510,7 @@
 
 # Define the identity of the package.
  PACKAGE='ethtool'
- VERSION='4.10'
+ VERSION='4.11'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4695,7 +4695,7 @@
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ethtool $as_me 4.10, which was
+This file was extended by ethtool $as_me 

commit ethtool for openSUSE:Factory

2017-04-17 Thread root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2017-04-17 10:20:43

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Mon Apr 17 10:20:43 2017 rev:46 rq:483738 version:4.10

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2016-10-22 
13:01:34.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2017-04-17 
10:20:46.121310884 +0200
@@ -1,0 +2,9 @@
+Thu Mar 30 05:57:23 UTC 2017 - mkube...@suse.cz
+
+- Update to new upstream release 4.10
+  * Fix: Fix the "advertise" parameter logic.
+  * Feature: Implement ETHTOOL_PHY_GTUNABLE/ETHTOOL_PHY_STUNABLE and PHY 
downshift
+  * Feature: add register dump support for fjes driver (-d option)
+- add keyring with John Linville's key for tarball verification
+
+---

Old:

  ethtool-4.8.tar.sign
  ethtool-4.8.tar.xz

New:

  ethtool-4.10.tar.sign
  ethtool-4.10.tar.xz
  ethtool.keyring



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.voj60v/_old  2017-04-17 10:20:46.885202699 +0200
+++ /var/tmp/diff_new_pack.voj60v/_new  2017-04-17 10:20:46.889202132 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.8
+Version:4.10
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0
@@ -27,6 +27,7 @@
 #Git-Clone:git://git.kernel.org/pub/scm/network/ethtool/ethtool
 Source: 
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
 Source2:
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.sign
+Source3:%{name}.keyring
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  xz
 

++ ethtool-4.8.tar.xz -> ethtool-4.10.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.8/Makefile.am new/ethtool-4.10/Makefile.am
--- old/ethtool-4.8/Makefile.am 2016-08-24 21:47:26.0 +0200
+++ new/ethtool-4.10/Makefile.am2016-11-23 15:52:43.0 +0100
@@ -14,7 +14,7 @@
  pcnet32.c realtek.c tg3.c marvell.c vioc.c\
  smsc911x.c at76c50x-usb.c sfc.c stmmac.c  \
  sff-common.c sff-common.h sfpid.c sfpdiag.c   \
- ixgbevf.c tse.c vmxnet3.c qsfp.c qsfp.h
+ ixgbevf.c tse.c vmxnet3.c qsfp.c qsfp.h fjes.c
 endif
 
 TESTS = test-cmdline test-features
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-4.8/Makefile.in new/ethtool-4.10/Makefile.in
--- old/ethtool-4.8/Makefile.in 2016-10-04 16:53:05.0 +0200
+++ new/ethtool-4.10/Makefile.in2017-03-24 18:53:18.0 +0100
@@ -93,7 +93,7 @@
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@pcnet32.c realtek.c tg3.c 
marvell.c vioc.c\
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@smsc911x.c at76c50x-usb.c 
sfc.c stmmac.c  \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@sff-common.c sff-common.h 
sfpid.c sfpdiag.c   \
-@ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@ixgbevf.c tse.c vmxnet3.c 
qsfp.c qsfp.h
+@ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@ixgbevf.c tse.c vmxnet3.c 
qsfp.c qsfp.h fjes.c
 
 TESTS = test-cmdline$(EXEEXT) test-features$(EXEEXT)
 check_PROGRAMS = test-cmdline$(EXEEXT) test-features$(EXEEXT)
@@ -118,7 +118,7 @@
natsemi.c pcnet32.c realtek.c tg3.c marvell.c vioc.c \
smsc911x.c at76c50x-usb.c sfc.c stmmac.c sff-common.c \
sff-common.h sfpid.c sfpdiag.c ixgbevf.c tse.c vmxnet3.c \
-   qsfp.c qsfp.h
+   qsfp.c qsfp.h fjes.c
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@am__objects_1 = amd8111e.$(OBJEXT) \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  de2104x.$(OBJEXT) \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  e100.$(OBJEXT) \
@@ -145,7 +145,7 @@
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  ixgbevf.$(OBJEXT) \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  tse.$(OBJEXT) \
 @ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  vmxnet3.$(OBJEXT) \
-@ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  qsfp.$(OBJEXT)
+@ETHTOOL_ENABLE_PRETTY_DUMP_TRUE@  qsfp.$(OBJEXT) fjes.$(OBJEXT)
 am_ethtool_OBJECTS = ethtool.$(OBJEXT) rxclass.$(OBJEXT) \
$(am__objects_1)
 ethtool_OBJECTS = $(am_ethtool_OBJECTS)
@@ -157,7 

commit ethtool for openSUSE:Factory

2016-10-22 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2016-10-22 13:01:33

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2016-07-18 
21:19:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2016-10-22 
13:01:34.0 +0200
@@ -1,0 +2,9 @@
+Tue Oct 11 07:56:53 UTC 2016 - mkube...@suse.cz
+
+- Update to new upstream release 4.8
+  * Feature: QSFP Plus/QSFP28 Diagnostics Information Support
+  * Feature: Enhancing link mode bits to support 25G/50G/100G
+  * Feature: add support for 1000BaseX and missing 10G link mode
+  * Fixes: address Coverity issues 1363118 - 1363125
+
+---

Old:

  ethtool-4.6.tar.sign
  ethtool-4.6.tar.xz

New:

  ethtool-4.8.tar.sign
  ethtool-4.8.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.4Cvdom/_old  2016-10-22 13:01:35.0 +0200
+++ /var/tmp/diff_new_pack.4Cvdom/_new  2016-10-22 13:01:35.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.6
+Version:4.8
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

++ ethtool-4.6.tar.xz -> ethtool-4.8.tar.xz ++
 3154 lines of diff (skipped)




commit ethtool for openSUSE:Factory

2016-07-18 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2016-07-18 21:19:16

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2016-03-26 
15:08:50.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2016-07-18 
21:19:18.0 +0200
@@ -1,0 +2,12 @@
+Mon Jul  4 07:54:22 UTC 2016 - mkube...@suse.cz
+
+- Update to new upstream release 4.6
+  * Feature: Support register dump on Intel X550 NICs (-d option)
+  * Fix: Correct some reported register offsets on Intel 10GbE NICs
+(-d option)
+  * Feature: Add IPv6 support to NFC (-n, -N, -u and -U options)
+  * Feature: Add support for ETHTOOL_xLINKSETTINGS ioctls (no
+option and -s option)
+  * Feature: Use netlink socket when AF_INET not available
+
+---

Old:

  ethtool-4.5.tar.sign
  ethtool-4.5.tar.xz

New:

  ethtool-4.6.tar.sign
  ethtool-4.6.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.ovBjAV/_old  2016-07-18 21:19:19.0 +0200
+++ /var/tmp/diff_new_pack.ovBjAV/_new  2016-07-18 21:19:19.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.5
+Version:4.6
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

++ ethtool-4.5.tar.xz -> ethtool-4.6.tar.xz ++
 2554 lines of diff (skipped)




commit ethtool for openSUSE:Factory

2016-03-26 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2016-03-26 15:08:46

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2015-10-17 
16:37:05.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2016-03-26 
15:08:50.0 +0100
@@ -1,0 +2,13 @@
+Tue Mar 15 09:41:28 UTC 2016 - mkube...@suse.cz
+
+- Update to new upstream release 4.5
+  * Fix: Heap corruption when dumping registers from a file
+(-d option)
+  * Fix: Stricter input validation for EEPROM setting (-E option)
+  * Feature: Add PHY statistics support (--phy-statistics option)
+  * Feature: Support setting default Rx flow indirection table
+(-X option)
+  * Doc: Properly indent sub-options in man page
+  * address build issues (mostly compiler warnings)
+
+---

Old:

  ethtool-4.2.tar.sign
  ethtool-4.2.tar.xz

New:

  ethtool-4.5.tar.sign
  ethtool-4.5.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.TAquea/_old  2016-03-26 15:08:51.0 +0100
+++ /var/tmp/diff_new_pack.TAquea/_new  2016-03-26 15:08:51.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# Copyright (c) 2015 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.2
+Version:4.5
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0
@@ -25,8 +25,8 @@
 Url:http://kernel.org/pub/software/network/ethtool/
 
 #Git-Clone:git://git.kernel.org/pub/scm/network/ethtool/ethtool
-Source: 
http://kernel.org/pub/software/network/ethtool/%name-%version.tar.xz
-Source2:
http://kernel.org/pub/software/network/ethtool/%name-%version.tar.sign
+Source: 
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
+Source2:
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.sign
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  xz
 
@@ -47,8 +47,8 @@
 
 %files
 %defattr(-,root,root)
-%_sbindir/ethtool
-%_mandir/man8/ethtool.8*
+%{_sbindir}/ethtool
+%{_mandir}/man8/ethtool.8*
 %doc AUTHORS COPYING NEWS
 
 %changelog

++ ethtool-4.2.tar.xz -> ethtool-4.5.tar.xz ++
 1684 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ethtool-4.2/NEWS new/ethtool-4.5/NEWS
--- old/ethtool-4.2/NEWS2015-10-09 04:36:42.0 +0200
+++ new/ethtool-4.5/NEWS2016-03-14 02:48:13.0 +0100
@@ -1,3 +1,19 @@
+Version 4.5 - March 14, 2016
+
+   * Tests: Fix missing function declarations when building tests
+   * Tests: Fix return type of test_free() prorotype
+   * Feature: Add PHY statistics support (--phy-statistics option)
+   * Doc: Properly indent sub-options in man page
+   * Feature: Support setting default Rx flow indirection table
+ (-X option)
+   * Fix: Use 'sane' kernel type definitions on 64-bit architectures
+   * Fix: Don't ignore fread() return value (-d option)
+   * Fix: Heap corruption when dumping registers from a file (-d option)
+   * Fix: Stricter input validation for EEPROM setting (-E option)
+   * Fix: Fix strict-aliasing compiler warnings in marvell.c
+   * Tests: Fix use of uninitialised variable in test_realloc()
+   * Tests: Fix compiler warning in test-features.c
+
 Version 4.2 - October 9, 2015
 
* Feature: Support soldered-on modules in module EEPROM dump (-m option)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ethtool-4.2/configure.ac new/ethtool-4.5/configure.ac
--- old/ethtool-4.2/configure.ac2015-10-09 04:36:51.0 +0200
+++ new/ethtool-4.5/configure.ac2016-03-14 02:40:32.0 

commit ethtool for openSUSE:Factory

2015-10-17 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2015-10-17 16:37:04

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is "ethtool"

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2015-06-08 
08:26:18.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2015-10-17 
16:37:05.0 +0200
@@ -1,0 +2,12 @@
+Fri Oct  9 12:10:03 UTC 2015 - mkube...@suse.cz
+
+- Update to new upstream release 4.2
+  * Feature: Support soldered-on modules in module EEPROM dump
+(-m option)
+  * Feature: Add register dump support for VMware vmxnet3
+(-d option)
+  * Feature: Update register dump support for IBM EMAC (-d option)
+(requires Linux 4.3 or a future stable update to 4.1 or 4.2)
+  * Doc: Fix typo in man page
+
+---

Old:

  ethtool-4.0.tar.sign
  ethtool-4.0.tar.xz

New:

  ethtool-4.2.tar.sign
  ethtool-4.2.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.Pv9XA2/_old  2015-10-17 16:37:06.0 +0200
+++ /var/tmp/diff_new_pack.Pv9XA2/_new  2015-10-17 16:37:06.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:4.0
+Version:4.2
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

++ ethtool-4.0.tar.xz -> ethtool-4.2.tar.xz ++
 1784 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ethtool-4.0/Makefile.am new/ethtool-4.2/Makefile.am
--- old/ethtool-4.0/Makefile.am 2015-04-05 02:52:09.0 +0200
+++ new/ethtool-4.2/Makefile.am 2015-10-09 04:19:06.0 +0200
@@ -13,7 +13,7 @@
  fec_8xx.c ibm_emac.c ixgb.c ixgbe.c natsemi.c \
  pcnet32.c realtek.c tg3.c marvell.c vioc.c\
  smsc911x.c at76c50x-usb.c sfc.c stmmac.c  \
- sfpid.c sfpdiag.c ixgbevf.c tse.c
+ sfpid.c sfpdiag.c ixgbevf.c tse.c vmxnet3.c
 endif
 
 TESTS = test-cmdline test-features
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ethtool-4.0/NEWS new/ethtool-4.2/NEWS
--- old/ethtool-4.0/NEWS2015-05-31 23:02:48.0 +0200
+++ new/ethtool-4.2/NEWS2015-10-09 04:36:42.0 +0200
@@ -1,4 +1,12 @@
-Version 4.0 - May 31, 2014
+Version 4.2 - October 9, 2015
+
+   * Feature: Support soldered-on modules in module EEPROM dump (-m option)
+   * Feature: Add register dump support for VMware vmxnet3 (-d option)
+   * Feature: Update register dump support for IBM EMAC (-d option)
+ (requires Linux 4.3 or a future stable update to 4.1 or 4.2)
+   * Doc: Fix typo in man page
+
+Version 4.0 - May 31, 2015
 
* Fix: Formatting of RX flow hash indirection table when size not
  divisible by 8 (-x option)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ethtool-4.0/compile new/ethtool-4.2/compile
--- old/ethtool-4.0/compile 2014-12-14 19:02:04.0 +0100
+++ new/ethtool-4.2/compile 2015-10-09 04:37:49.0 +0200
@@ -3,7 +3,7 @@
 
 scriptversion=2012-10-14.11; # UTC
 
-# Copyright (C) 1999-2013 Free Software Foundation, Inc.
+# Copyright (C) 1999-2014 Free Software Foundation, Inc.
 # Written by Tom Tromey .
 #
 # This program is free software; you can redistribute it and/or modify
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ethtool-4.0/configure.ac new/ethtool-4.2/configure.ac
--- old/ethtool-4.0/configure.ac2015-05-31 22:58:12.0 +0200
+++ 

commit ethtool for openSUSE:Factory

2015-01-21 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2015-01-21 21:52:54

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2014-11-24 
11:18:18.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2015-01-21 
21:52:57.0 +0100
@@ -1,0 +2,8 @@
+Sun Jan 11 16:43:01 UTC 2015 - jeng...@inai.de
+
+- Update to new upstream release 3.18
+* Fix: Lookup of SFP Tx bias in SFF-8472 module diagnostics
+  (-m option)
+- Drop usrmerge compat symlinks
+
+---

Old:

  ethtool-3.16.tar.sign
  ethtool-3.16.tar.xz

New:

  ethtool-3.18.tar.sign
  ethtool-3.18.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.uqg8pD/_old  2015-01-21 21:52:58.0 +0100
+++ /var/tmp/diff_new_pack.uqg8pD/_new  2015-01-21 21:52:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2015 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:3.16
+Version:3.18
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0
@@ -44,16 +44,9 @@
 
 %install
 make install DESTDIR=%buildroot
-#UsrMerge
-mkdir %buildroot/sbin
-ln -sf %_sbindir/ethtool  %buildroot/sbin
-#EndUserMerge
 
 %files
 %defattr(-,root,root)
-#UsrMerge
-/sbin/ethtool
-#EndUserMerge
 %_sbindir/ethtool
 %_mandir/man8/ethtool.8*
 %doc AUTHORS COPYING NEWS

++ ethtool-3.16.tar.xz - ethtool-3.18.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-3.16/NEWS new/ethtool-3.18/NEWS
--- old/ethtool-3.16/NEWS   2014-09-22 01:03:37.0 +0200
+++ new/ethtool-3.18/NEWS   2014-12-14 20:28:06.0 +0100
@@ -1,3 +1,8 @@
+Version 3.18 - December 14, 2014
+
+   * Fix: Lookup of SFP Tx bias in SFF-8472 module diagnostics (-m option)
+   * Fix: Build with musl by using more common typedefs
+
 Version 3.16 - September 22, 2014
 
* Feature: Support for configurable RSS hash key (-x/-X options)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-3.16/aclocal.m4 new/ethtool-3.18/aclocal.m4
--- old/ethtool-3.16/aclocal.m4 2014-09-22 01:04:20.0 +0200
+++ new/ethtool-3.18/aclocal.m4 2014-12-14 20:32:29.0 +0100
@@ -103,10 +103,9 @@
 # configured tree to be moved without reconfiguration.
 
 AC_DEFUN([AM_AUX_DIR_EXPAND],
-[dnl Rely on autoconf to set up CDPATH properly.
-AC_PREREQ([2.50])dnl
-# expand $ac_aux_dir to an absolute path
-am_aux_dir=`cd $ac_aux_dir  pwd`
+[AC_REQUIRE([AC_CONFIG_AUX_DIR_DEFAULT])dnl
+# Expand $ac_aux_dir to an absolute path.
+am_aux_dir=`cd $ac_aux_dir  pwd`
 ])
 
 # AM_CONDITIONAL-*- Autoconf -*-
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-3.16/configure new/ethtool-3.18/configure
--- old/ethtool-3.16/configure  2014-09-22 01:04:21.0 +0200
+++ new/ethtool-3.18/configure  2014-12-14 20:32:30.0 +0100
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ethtool 3.16.
+# Generated by GNU Autoconf 2.69 for ethtool 3.18.
 #
 # Report bugs to net...@vger.kernel.org.
 #
@@ -580,8 +580,8 @@
 # Identity of this package.
 PACKAGE_NAME='ethtool'
 PACKAGE_TARNAME='ethtool'
-PACKAGE_VERSION='3.16'
-PACKAGE_STRING='ethtool 3.16'
+PACKAGE_VERSION='3.18'
+PACKAGE_STRING='ethtool 3.18'
 PACKAGE_BUGREPORT='net...@vger.kernel.org'
 PACKAGE_URL=''
 
@@ -1273,7 +1273,7 @@
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat _ACEOF
-\`configure' configures ethtool 3.16 to adapt to many kinds of systems.
+\`configure' configures ethtool 3.18 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1339,7 +1339,7 @@
 
 if test -n $ac_init_help; then
   case $ac_init_help in
- short | recursive ) echo Configuration of ethtool 3.16:;;
+ short | recursive ) echo Configuration of ethtool 3.18:;;
esac
   cat \_ACEOF
 
@@ -1434,7 +1434,7 @@
 test -n $ac_init_help  exit $ac_status
 if 

commit ethtool for openSUSE:Factory

2014-11-24 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2014-11-24 11:17:51

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2014-02-08 
10:33:57.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2014-11-24 
11:18:18.0 +0100
@@ -1,0 +2,11 @@
+Tue Nov 18 09:41:08 UTC 2014 - jeng...@inai.de
+
+- Update to new upstream release 3.16
+* Support for configurable RSS hash key (-x/-X options)
+* Add register dump support for Altera Triple Speed Ethernet
+  (-d option)
+* Report Backplane as a supported port
+- Remove unused call to %gpg_verify (the macro expands to nothing);
+  source validation handled by osc.
+
+---

Old:

  ethtool-3.12.1.tar.sign
  ethtool-3.12.1.tar.xz

New:

  ethtool-3.16.tar.sign
  ethtool-3.16.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.OswXMF/_old  2014-11-24 11:18:20.0 +0100
+++ /var/tmp/diff_new_pack.OswXMF/_new  2014-11-24 11:18:20.0 +0100
@@ -17,16 +17,16 @@
 
 
 Name:   ethtool
-Version:3.12.1
+Version:3.16
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0
 Group:  Productivity/Networking/Diagnostic
 Url:http://kernel.org/pub/software/network/ethtool/
 
-#Freecode-URL: https://freecode.com/projects/ethtool
-Source: 
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
-Source2:
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.sign
+#Git-Clone:git://git.kernel.org/pub/scm/network/ethtool/ethtool
+Source: 
http://kernel.org/pub/software/network/ethtool/%name-%version.tar.xz
+Source2:
http://kernel.org/pub/software/network/ethtool/%name-%version.tar.sign
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  xz
 
@@ -35,19 +35,18 @@
 network interfaces.  See the man page for more details.
 
 %prep
-%{?gpg_verify: xz -dk %{S:0}; %gpg_verify %{S:2}}
 %setup -q
 
 %build
-export CFLAGS=%{optflags} -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith
+export CFLAGS=%optflags -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith
 %configure
 make %{?_smp_mflags}
 
 %install
 make install DESTDIR=%buildroot
 #UsrMerge
-mkdir $RPM_BUILD_ROOT/sbin
-ln -sf %{_sbindir}/ethtool  $RPM_BUILD_ROOT/sbin
+mkdir %buildroot/sbin
+ln -sf %_sbindir/ethtool  %buildroot/sbin
 #EndUserMerge
 
 %files
@@ -55,8 +54,8 @@
 #UsrMerge
 /sbin/ethtool
 #EndUserMerge
-%{_sbindir}/ethtool
-%{_mandir}/man8/ethtool.8*
-%doc AUTHORS COPYING NEWS README ChangeLog
+%_sbindir/ethtool
+%_mandir/man8/ethtool.8*
+%doc AUTHORS COPYING NEWS
 
 %changelog

++ ethtool-3.12.1.tar.xz - ethtool-3.16.tar.xz ++
 6799 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ethtool for openSUSE:Factory

2014-02-08 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2014-02-08 10:33:55

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2013-12-06 
11:45:16.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2014-02-08 
10:33:57.0 +0100
@@ -1,0 +2,6 @@
+Thu Feb  6 14:28:19 UTC 2014 - pu...@suse.com
+
+- Drop ethtool-display-switch-port-attributes.patch (failed
+  upstream acceptance and has to be reworked)
+
+---

Old:

  ethtool-display-switch-port-attributes.patch



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.VqbyWB/_old  2014-02-08 10:33:58.0 +0100
+++ /var/tmp/diff_new_pack.VqbyWB/_new  2014-02-08 10:33:58.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2014 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -27,7 +27,6 @@
 #Freecode-URL: https://freecode.com/projects/ethtool
 Source: 
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
 Source2:
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.sign
-Patch1: ethtool-display-switch-port-attributes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  xz
 
@@ -38,7 +37,6 @@
 %prep
 %{?gpg_verify: xz -dk %{S:0}; %gpg_verify %{S:2}}
 %setup -q
-%patch1 -p1
 
 %build
 export CFLAGS=%{optflags} -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ethtool for openSUSE:Factory

2013-12-06 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2013-12-06 11:45:15

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2013-11-25 
14:32:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2013-12-06 
11:45:16.0 +0100
@@ -1,0 +2,8 @@
+Thu Dec  5 14:19:38 UTC 2013 - pu...@suse.com
+
+- Add '-q' command line option to display switch port attributes
+  (bnc#853637, fate#315293)
+- added patches:
+  * ethtool-display-switch-port-attributes.patch
+
+---

New:

  ethtool-display-switch-port-attributes.patch



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.oqzuXo/_old  2013-12-06 11:45:17.0 +0100
+++ /var/tmp/diff_new_pack.oqzuXo/_new  2013-12-06 11:45:17.0 +0100
@@ -27,6 +27,7 @@
 #Freecode-URL: https://freecode.com/projects/ethtool
 Source: 
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
 Source2:
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.sign
+Patch1: ethtool-display-switch-port-attributes.patch
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 BuildRequires:  xz
 
@@ -37,6 +38,7 @@
 %prep
 %{?gpg_verify: xz -dk %{S:0}; %gpg_verify %{S:2}}
 %setup -q
+%patch1 -p1
 
 %build
 export CFLAGS=%{optflags} -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith


++ ethtool-display-switch-port-attributes.patch ++
ethtool: Add option '-q' to display adjacent switch port's attributes

Add new option '-q|--query-switch-port' to display information on the
adjacent switch port's settings as perceived by the respective NIC.
In the output,
  - unsupported attributes are indicated as such ('unsupported'),
  - supported but disabled attributes display 'no', and
  - enabled attributes display 'yes'.
Attributes supported by this patch are
  - forwarding modes:
standard (802.1) and reflective relay (RR) aka hairpin
  - edge virtual bridging (EVB) related capabilities:
edge control protocol (ECP), VSI discovery and configuration protocol (VDP),
and retransmission timer exponent (RTE).

Signed-off-by: Stefan Raspl ra...@linux.vnet.ibm.com

---
 ethtool-copy.h |   35 +
 ethtool.8  |6 +
 ethtool.c  |   68 +
 3 files changed, 109 insertions(+)

Index: ethtool-3.12.1/ethtool-copy.h
===
--- ethtool-3.12.1.orig/ethtool-copy.h
+++ ethtool-3.12.1/ethtool-copy.h
@@ -348,6 +348,22 @@ struct ethtool_pauseparam {
__u32   tx_pause;
 };
 
+/**
+ * struct ethtool_swport_attrs - query adjacent switch port attributes
+ * @cmd: ETHTOOL_GPORT
+ * @port_rc: Use GPORT_RC_* as appropriate.
+ * @supported: Forwarding modes and capabilities supported by the switch port,
+ * see SUPPORTED_SP_* flags.
+ * @enabled: Forwarding modes and capabilities currently activated at the
+ *   adjacent switch port, see ENABLED_SP_* flags.
+ */
+struct ethtool_swport_attrs {
+   __u32   cmd;
+   __u32   port_rc;
+   __u32   supported;
+   __u32   enabled;
+};
+
 #define ETH_GSTRING_LEN32
 enum ethtool_stringset {
ETH_SS_TEST = 0,
@@ -900,6 +916,7 @@ enum ethtool_sfeatures_retval_bits {
 #define ETHTOOL_GMODULEEEPROM  0x0043 /* Get plug-in module eeprom */
 #define ETHTOOL_GEEE   0x0044 /* Get EEE settings */
 #define ETHTOOL_SEEE   0x0045 /* Set EEE settings */
+#define ETHTOOL_GPORT  0x0046 /* Get switch port attributes */
 
 /* compatibility with older code */
 #define SPARC_ETH_GSET ETHTOOL_GSET
@@ -1067,6 +1084,24 @@ enum ethtool_sfeatures_retval_bits {
 #define ETH_MODULE_SFF_84720x2
 #define ETH_MODULE_SFF_8472_LEN512
 
+/* Bad return codes for switch ports */
+#define GPORT_RC_LLDP_UNSUP1   /* switch port doesn't support */
+   /* required LLDP EVB TLV   */
+
+/* Indicates what features the adjacent switch port supports. */
+#define SUPPORTED_SP_FWD_802_1 (1  0)
+#define SUPPORTED_SP_FWD_RR(1  1)
+#define SUPPORTED_SP_CAP_RTE   (1  9)
+#define SUPPORTED_SP_CAP_ECP   (1  10)
+#define SUPPORTED_SP_CAP_VDP   (1  11)
+
+/* Indicates what features the adjacent switch port has enabled. */
+#define ENABLED_SP_FWD_802_1   (1  0)
+#define ENABLED_SP_FWD_RR  (1  1)
+#define ENABLED_SP_CAP_RTE (1  9)
+#define 

commit ethtool for openSUSE:Factory

2013-11-25 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2013-11-25 14:32:55

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2013-07-04 
17:57:57.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2013-11-25 
14:32:56.0 +0100
@@ -1,0 +2,22 @@
+Sun Nov 24 14:05:08 UTC 2013 - p.drou...@gmail.com
+
+- Update to version 3.12.1
+  * Fix: Memory corruption when applying external calibration to
+   SFF-8472 module diagnostics (-m option) 
+  * Feature: Add Intel 82599 and x540 DCB registers to dump
+   (-d option)
+- Changes from 3.12
+  * Fix: Remove alternate method to check for VLAN tag offload on Linux
+2.6.37 (-k/-K options)
+  * Fix: Hide state of VLAN tag offload and LRO if the kernel is too old
+   for us to reliably detect them (-k option)
+  * Feature: Add register dump support for Solarflare SFC9100 family
+   (-d option)
+- Changes from 3.11
+  * Feature: Update Realtek chip list for register dump to match
+   r8169 driver in Linux 3.11 (-d option)
+  * Feature: Add ixgbevf support for register dump (-d option)
+  * Feature: Filter ixgbe register dump according to the specific chip
+   (-d option)
+
+---

Old:

  ethtool-3.10.tar.sign
  ethtool-3.10.tar.xz

New:

  ethtool-3.12.1.tar.sign
  ethtool-3.12.1.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.wEdsKa/_old  2013-11-25 14:32:57.0 +0100
+++ /var/tmp/diff_new_pack.wEdsKa/_new  2013-11-25 14:32:57.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:3.10
+Version:3.12.1
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

++ ethtool-3.10.tar.xz - ethtool-3.12.1.tar.xz ++
 2219 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ethtool for openSUSE:Factory

2013-07-04 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2013-07-04 17:57:56

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2013-04-23 
15:08:00.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2013-07-04 
17:57:57.0 +0200
@@ -1,0 +2,10 @@
+Thu Jul  4 00:49:33 UTC 2013 - jeng...@inai.de
+
+- Update to new upstream release 3.10
+* Displaying of support for 1BASE-KR link mode was implemented.
+* Support for new versions of ixgbe register dump was added.
+* The private flags print output was beautified.
+- More robust make install call
+- Optional signature verification
+
+---

Old:

  ethtool-3.8.tar.sign
  ethtool-3.8.tar.xz

New:

  ethtool-3.10.tar.sign
  ethtool-3.10.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.0yoyBb/_old  2013-07-04 17:57:59.0 +0200
+++ /var/tmp/diff_new_pack.0yoyBb/_new  2013-07-04 17:57:59.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:3.8
+Version:3.10
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0
@@ -35,6 +35,7 @@
 network interfaces.  See the man page for more details.
 
 %prep
+%{?gpg_verify: xz -dk %{S:0}; %gpg_verify %{S:2}}
 %setup -q
 
 %build
@@ -43,7 +44,7 @@
 make %{?_smp_mflags}
 
 %install
-%make_install
+make install DESTDIR=%buildroot
 #UsrMerge
 mkdir $RPM_BUILD_ROOT/sbin
 ln -sf %{_sbindir}/ethtool  $RPM_BUILD_ROOT/sbin

++ ethtool-3.8.tar.xz - ethtool-3.10.tar.xz ++
 1860 lines of diff (skipped)
retrying with extended exclude list
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ethtool-3.8/NEWS new/ethtool-3.10/NEWS
--- old/ethtool-3.8/NEWS2013-02-28 16:00:41.0 +0100
+++ new/ethtool-3.10/NEWS   2013-07-01 18:01:31.0 +0200
@@ -1,3 +1,13 @@
+Version 3.10 - July 1, 2013
+
+   * Feature: Beautify private flags print (--show-priv-flags option)
+
+Version 3.9 - April 30, 2013
+
+   * Feature: Display support for 1BASE-KR link mode (no options)
+   * Feature: Add support for new versions of ixgbe register dump
+ (-d dump)
+
 Version 3.8 - February 28, 2013
 
* Feature: Allow setting destination MAC address in L3/L4 flow spec
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ethtool-3.8/configure.ac new/ethtool-3.10/configure.ac
--- old/ethtool-3.8/configure.ac2013-02-28 15:57:06.0 +0100
+++ new/ethtool-3.10/configure.ac   2013-07-01 18:02:55.0 +0200
@@ -1,5 +1,5 @@
 dnl Process this file with autoconf to produce a configure script.
-AC_INIT(ethtool, 3.8, net...@vger.kernel.org)
+AC_INIT(ethtool, 3.10, net...@vger.kernel.org)
 AC_PREREQ(2.52)
 AC_CONFIG_SRCDIR([ethtool.c])
 AM_INIT_AUTOMAKE([gnu])
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ethtool-3.8/ethtool.8 new/ethtool-3.10/ethtool.8
--- old/ethtool-3.8/ethtool.8   2013-02-28 16:01:12.0 +0100
+++ new/ethtool-3.10/ethtool.8  2013-07-01 18:04:10.0 +0200
@@ -113,7 +113,7 @@
 .  hy \\n(HY
 ..
 .
-.TH ETHTOOL 8 December 2012 Ethtool version 3.8
+.TH ETHTOOL 8 December 2012 Ethtool version 3.10
 .SH NAME
 ethtool \- query or control network driver and hardware settings
 .
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' --exclude Makefile.in --exclude configure --exclude 
config.guess --exclude '*.pot' --exclude mkinstalldirs --exclude aclocal.m4 
--exclude config.sub --exclude depcomp --exclude install-sh --exclude ltmain.sh 
old/ethtool-3.8/ethtool.c new/ethtool-3.10/ethtool.c
--- old/ethtool-3.8/ethtool.c   2013-02-28 15:52:03.0 +0100
+++ new/ethtool-3.10/ethtool.c  2013-07-01 17:58:37.0 

commit ethtool for openSUSE:Factory

2013-04-23 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2013-04-23 15:07:59

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2012-12-19 
10:53:49.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2013-04-23 
15:08:00.0 +0200
@@ -1,0 +2,12 @@
+Mon Apr 22 20:05:30 UTC 2013 - pu...@suse.com
+
+- Update to new upstream release 3.8
+  * Feature: Allow setting destination MAC address in L3/L4 flow
+spec rules (-N/-U option)
+  * Fix: Show full 64 bits of user-data (-n/-u option)
+  * Fix: Add version check for et131x regs (-d option)
+  * Doc: Improve description of -f, -t, -s, -N/-U, -W options in
+man page
+  * Fix: Restore 2baseKR2 cap display (no options)
+
+---

Old:

  ethtool-3.7.tar.sign
  ethtool-3.7.tar.xz

New:

  ethtool-3.8.tar.sign
  ethtool-3.8.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.773kDY/_old  2013-04-23 15:08:02.0 +0200
+++ /var/tmp/diff_new_pack.773kDY/_new  2013-04-23 15:08:02.0 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2013 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:3.7
+Version:3.8
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

++ ethtool-3.7.tar.xz - ethtool-3.8.tar.xz ++
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-3.7/INSTALL new/ethtool-3.8/INSTALL
--- old/ethtool-3.7/INSTALL 2012-06-08 18:25:15.0 +0200
+++ new/ethtool-3.8/INSTALL 2013-02-28 15:57:52.0 +0100
@@ -1,8 +1,8 @@
 Installation Instructions
 *
 
-Copyright (C) 1994, 1995, 1996, 1999, 2000, 2001, 2002, 2004, 2005,
-2006, 2007, 2008, 2009 Free Software Foundation, Inc.
+Copyright (C) 1994-1996, 1999-2002, 2004-2011 Free Software Foundation,
+Inc.
 
Copying and distribution of this file, with or without modification,
 are permitted in any medium without royalty provided the copyright
@@ -226,6 +226,11 @@
 
 and if that doesn't work, install pre-built binaries of GCC for HP-UX.
 
+   HP-UX `make' updates targets which have the same time stamps as
+their prerequisites, which makes it generally unusable when shipped
+generated files such as `configure' are involved.  Use GNU `make'
+instead.
+
On OSF/1 a.k.a. Tru64, some versions of the default C compiler cannot
 parse its `wchar.h' header file.  The option `-nodtk' can be used as
 a workaround.  If GNU CC is not installed, it is therefore recommended
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-3.7/NEWS new/ethtool-3.8/NEWS
--- old/ethtool-3.7/NEWS2012-12-13 19:19:34.0 +0100
+++ new/ethtool-3.8/NEWS2013-02-28 16:00:41.0 +0100
@@ -1,3 +1,12 @@
+Version 3.8 - February 28, 2013
+
+   * Feature: Allow setting destination MAC address in L3/L4 flow spec
+ rules (-N/-U option)
+   * Fix: Show full 64 bits of user-data (-n/-u option)
+   * Fix: Add version check for et131x regs (-d option)
+   * Doc: Improve description of -f, -t, -s, -N/-U, -W options in man page
+   * Fix: Restore 2baseKR2 cap display (no options)
+
 Version 3.7 - December 13, 2012
 
* Fix: Gracefully handle failure of register pretty-printer (-d option)
diff -urN '--exclude=CVS' '--exclude=.cvsignore' '--exclude=.svn' 
'--exclude=.svnignore' old/ethtool-3.7/compile new/ethtool-3.8/compile
--- old/ethtool-3.7/compile 2012-06-08 18:25:15.0 +0200
+++ new/ethtool-3.8/compile 2013-02-28 15:57:52.0 +0100
@@ -1,10 +1,10 @@
 #! /bin/sh
-# Wrapper for compilers which do not understand `-c -o'.
+# Wrapper for compilers which do not understand '-c -o'.
 
-scriptversion=2009-10-06.20; # UTC
+scriptversion=2012-03-05.13; # UTC
 
-# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009  Free Software
-# Foundation, Inc.
+# Copyright (C) 1999, 2000, 2003, 2004, 2005, 2009, 2010, 2012 Free
+# Software Foundation, Inc.
 # Written by Tom Tromey tro...@cygnus.com.
 #
 # This program is free software; you can redistribute it and/or modify
@@ 

commit ethtool for openSUSE:Factory

2012-12-19 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2012-12-19 10:53:47

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2012-10-10 
09:21:24.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2012-12-19 
10:53:49.0 +0100
@@ -1,0 +2,10 @@
+Mon Dec 17 09:08:25 UTC 2012 - pu...@suse.com
+
+- Update to new upstream release 3.7 
+  * Fix: Gracefully handle failure of register pretty-printer (-d
+option)
+  * Feature: Add support for et131x registers (-d option)
+  * Feature: Basic optical diagnostics for SFF-8472 modules (-m
+option)
+
+---

Old:

  ethtool-3.6.tar.sign
  ethtool-3.6.tar.xz

New:

  ethtool-3.7.tar.sign
  ethtool-3.7.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.1AdJW2/_old  2012-12-19 10:53:52.0 +0100
+++ /var/tmp/diff_new_pack.1AdJW2/_new  2012-12-19 10:53:52.0 +0100
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:3.6
+Version:3.7
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ethtool for openSUSE:Factory

2012-10-10 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2012-10-10 09:19:08

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2012-08-07 
08:05:39.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2012-10-10 
09:21:24.0 +0200
@@ -1,0 +2,10 @@
+Mon Oct  8 06:54:42 UTC 2012 - pu...@suse.com
+
+- Update to new upstream release 3.6
+  * Feature: Allow setting MDI-X state (-s option)
+  * Fix: Preserve pause advertising bits when setting speed and
+duplex with autoneg on (-s option)
+  * Fix: Don't call ioctl to set EEE parameters if they are the
+same as the current parameters (--set-eee option)
+
+---

Old:

  ethtool-3.5.tar.sign
  ethtool-3.5.tar.xz

New:

  ethtool-3.6.tar.sign
  ethtool-3.6.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.cdGuVl/_old  2012-10-10 09:21:25.0 +0200
+++ /var/tmp/diff_new_pack.cdGuVl/_new  2012-10-10 09:21:25.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:3.5
+Version:3.6
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ethtool for openSUSE:Factory

2012-08-07 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2012-08-07 08:05:37

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2012-06-25 
12:25:15.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2012-08-07 
08:05:39.0 +0200
@@ -1,0 +2,10 @@
+Mon Aug  6 07:46:35 UTC 2012 - pu...@suse.com
+
+- Update to new upstream release 3.5 
+  * Display support for 1000BASE-KX and 10GBASE-KX4 link modes
+  * Energy-Efficient Ethernet (EEE) configuration
+(--show-eee and --set-eee options)
+  * Display support for 40G link modes
+  * Fix: Don't trust drivers to null-terminate strings
+
+---

Old:

  ethtool-3.4.1.tar.sign
  ethtool-3.4.1.tar.xz

New:

  ethtool-3.5.tar.sign
  ethtool-3.5.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.jk3F8i/_old  2012-08-07 08:05:41.0 +0200
+++ /var/tmp/diff_new_pack.jk3F8i/_new  2012-08-07 08:05:41.0 +0200
@@ -17,7 +17,7 @@
 
 
 Name:   ethtool
-Version:3.4.1
+Version:3.5
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ethtool for openSUSE:Factory

2012-06-25 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2012-06-25 12:25:13

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2012-05-25 
16:15:04.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2012-06-25 
12:25:15.0 +0200
@@ -1,0 +2,15 @@
+Sat Jun 16 16:39:55 UTC 2012 - jeng...@inai.de
+
+- Update to new upstream release 3.4.1
+* This release adds reporting of driver features (-i)
+* reporting of supported pause frame modes and of 20G link modes
+* firmware dumps (-w and -W)
+* external loopback tests (-t)
+* reporting and configuring the number of channels/queues
+  (-l and -L) and time stamping capabilities (-T)
+* reporting of pause frame autonegotiation results (-a)
+* support for querying and setting all generic net device features
+  (-k and -K) and private flags
+* dumping of plugin module EEPROM (-m)
+
+---

Old:

  ethtool-3.2.tar.xz

New:

  ethtool-3.4.1.tar.sign
  ethtool-3.4.1.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.OcO2ZQ/_old  2012-06-25 12:25:18.0 +0200
+++ /var/tmp/diff_new_pack.OcO2ZQ/_new  2012-06-25 12:25:18.0 +0200
@@ -17,16 +17,18 @@
 
 
 Name:   ethtool
-Version:3.2
+Version:3.4.1
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0
 Group:  Productivity/Networking/Diagnostic
-BuildRequires:  automake
-BuildRequires:  xz
-Url:http://www.kernel.org/pub/software/network/ethtool/
-Source: 
http://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
+Url:http://kernel.org/pub/software/network/ethtool/
+
+#Freecode-URL: https://freecode.com/projects/ethtool
+Source: 
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
+Source2:
http://kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.sign
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
+BuildRequires:  xz
 
 %description
 Ethtool is a small utility for examining and tuning ethernet-based
@@ -36,8 +38,6 @@
 %setup -q
 
 %build
-%{suse_update_config -f}
-autoreconf -fi
 export CFLAGS=%{optflags} -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith
 %configure
 make %{?_smp_mflags}

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ethtool for openSUSE:Factory

2012-05-25 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2012-05-25 16:14:55

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2012-02-28 
14:12:36.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2012-05-25 
16:15:04.0 +0200
@@ -1,0 +2,5 @@
+Wed May 16 17:22:22 UTC 2012 - andreas.stie...@gmx.de
+
+- Add xz build requirement to fix build for openSUSE 11.4
+
+---



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.E7b9o3/_old  2012-05-25 16:15:11.0 +0200
+++ /var/tmp/diff_new_pack.E7b9o3/_new  2012-05-25 16:15:11.0 +0200
@@ -23,9 +23,9 @@
 License:GPL-2.0
 Group:  Productivity/Networking/Diagnostic
 BuildRequires:  automake
-# Tarballs: http://sourceforge.net/projects/gkernel/
-Url:http://git.kernel.org/?p=network/ethtool/ethtool.git
-Source: %{name}-%{version}.tar.xz
+BuildRequires:  xz
+Url:http://www.kernel.org/pub/software/network/ethtool/
+Source: 
http://www.kernel.org/pub/software/network/ethtool/%{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description


-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ethtool for openSUSE:Factory

2012-02-28 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2012-02-28 14:12:35

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2012-02-10 
17:13:28.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2012-02-28 
14:12:36.0 +0100
@@ -1,0 +2,13 @@
+Mon Feb 27 10:03:42 UTC 2012 - pu...@suse.com
+
+- update to ethtool-3.2 
+  * Feature: Add support for querying and setting private flags
+(--show-priv-flags, --set-priv-flags options)
+  * Feature: Omit zero values in Solarflare register tables (-d
+option)
+  * Feature: Allow driver to select RX NFC rule location (-U
+option)
+  * Fix: Correct register dump offsets for Intel 82575 chipsets
+(-d option)
+
+---

Old:

  ethtool-3.1.tar.bz2

New:

  ethtool-3.2.tar.xz



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.raEfPh/_old  2012-02-28 14:12:37.0 +0100
+++ /var/tmp/diff_new_pack.raEfPh/_new  2012-02-28 14:12:37.0 +0100
@@ -15,8 +15,9 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
+
 Name:   ethtool
-Version:3.1
+Version:3.2
 Release:0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
 License:GPL-2.0
@@ -24,7 +25,7 @@
 BuildRequires:  automake
 # Tarballs: http://sourceforge.net/projects/gkernel/
 Url:http://git.kernel.org/?p=network/ethtool/ethtool.git
-Source: %{name}-%{version}.tar.bz2
+Source: %{name}-%{version}.tar.xz
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 
 %description

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ethtool for openSUSE:Factory

2012-02-10 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2012-02-10 17:13:22

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2011-12-14 
14:33:22.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2012-02-10 
17:13:28.0 +0100
@@ -1,0 +2,5 @@
+Wed Feb  8 13:00:21 UTC 2012 - rschweik...@suse.com
+
+- keep binary in /usr tree (UsrMerge project)
+
+---



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.9hA6UP/_old  2012-02-10 17:13:31.0 +0100
+++ /var/tmp/diff_new_pack.9hA6UP/_new  2012-02-10 17:13:31.0 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package ethtool
 #
-# Copyright (c) 2011 SUSE LINUX Products GmbH, Nuernberg, Germany.
+# Copyright (c) 2012 SUSE LINUX Products GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -38,15 +38,22 @@
 %{suse_update_config -f}
 autoreconf -fi
 export CFLAGS=%{optflags} -W -Wall -Wstrict-prototypes -Wformat-security 
-Wpointer-arith
-%configure --sbindir=/sbin
+%configure
 make %{?_smp_mflags}
 
 %install
 %make_install
+#UsrMerge
+mkdir $RPM_BUILD_ROOT/sbin
+ln -sf %{_sbindir}/ethtool  $RPM_BUILD_ROOT/sbin
+#EndUserMerge
 
 %files
 %defattr(-,root,root)
+#UsrMerge
 /sbin/ethtool
+#EndUserMerge
+%{_sbindir}/ethtool
 %{_mandir}/man8/ethtool.8*
 %doc AUTHORS COPYING NEWS README ChangeLog
 

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ethtool for openSUSE:Factory

2011-12-14 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2011-12-14 14:33:18

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2011-12-08 
11:27:56.0 +0100
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2011-12-14 
14:33:22.0 +0100
@@ -1,0 +2,16 @@
+Tue Dec 13 11:10:07 UTC 2011 - pu...@suse.com
+
+- update to ethtool-3.1 
+  * Fix: Show all non-zero registers for tg3 (-d option)
+  * Feature: Add support for external loopback test (-t option)
+  * Fix: Show correct flow control registers for Intel 82599 (-d option)
+  * Feature: Add support for reporting and configuring numbers of
+channels/queues (-l and -L options)
+  * Feature: Report pause frame autonegotiation result (-a option)
+  * Doc: Change device name metavariable from 'ethX' to 'devname'
+  * Doc: Fix various layout problems
+  * Cleanup: Reorganise and add test cases for argument parsing
+  * Fix: Strictly check for extraneous or missing arguments; in
+particular, fail if the device name is missing
+
+---

Old:

  ethtool-3.0.tar.bz2

New:

  ethtool-3.1.tar.bz2



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.oS0rE6/_old  2011-12-14 14:33:23.0 +0100
+++ /var/tmp/diff_new_pack.oS0rE6/_new  2011-12-14 14:33:23.0 +0100
@@ -16,14 +16,14 @@
 #
 
 Name:   ethtool
-Version:3.0
+Version:3.1
 Release:0
-License:GPL-2.0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
+License:GPL-2.0
+Group:  Productivity/Networking/Diagnostic
 BuildRequires:  automake
 # Tarballs: http://sourceforge.net/projects/gkernel/
 Url:http://git.kernel.org/?p=network/ethtool/ethtool.git
-Group:  Productivity/Networking/Diagnostic
 Source: %{name}-%{version}.tar.bz2
 BuildRoot:  %{_tmppath}/%{name}-%{version}-build
 

++ ethtool-3.0.tar.bz2 - ethtool-3.1.tar.bz2 ++
 6723 lines of diff (skipped)

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ethtool for openSUSE:Factory

2011-12-08 Thread h_root
Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory checked 
in at 2011-12-08 11:27:54

Comparing /work/SRC/openSUSE:Factory/ethtool (Old)
 and  /work/SRC/openSUSE:Factory/.ethtool.new (New)


Package is ethtool, Maintainer is pu...@suse.com

Changes:

--- /work/SRC/openSUSE:Factory/ethtool/ethtool.changes  2011-09-23 
01:56:50.0 +0200
+++ /work/SRC/openSUSE:Factory/.ethtool.new/ethtool.changes 2011-12-08 
11:27:56.0 +0100
@@ -1,0 +2,11 @@
+Wed Dec  7 14:14:59 UTC 2011 - cfarr...@suse.com
+
+- license update: GPL-2.0
+  sfc.c and stmmac.c have GPL-2.0 licenses
+
+---
+Fri Dec  2 12:40:02 UTC 2011 - co...@suse.com
+
+- add automake as buildrequire to avoid implicit dependency
+
+---



Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.elRYsw/_old  2011-12-08 11:27:59.0 +0100
+++ /var/tmp/diff_new_pack.elRYsw/_new  2011-12-08 11:27:59.0 +0100
@@ -15,13 +15,12 @@
 # Please submit bugfixes or comments via http://bugs.opensuse.org/
 #
 
-
-
 Name:   ethtool
 Version:3.0
-Release:1
-License:GPLv2+
+Release:0
+License:GPL-2.0
 Summary:Examine and Tune Ethernet-Based Network Interfaces
+BuildRequires:  automake
 # Tarballs: http://sourceforge.net/projects/gkernel/
 Url:http://git.kernel.org/?p=network/ethtool/ethtool.git
 Group:  Productivity/Networking/Diagnostic

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org



commit ethtool for openSUSE:Factory

2011-09-19 Thread h_root

Hello community,

here is the log from the commit of package ethtool for openSUSE:Factory
checked in at Mon Sep 19 23:54:23 CEST 2011.




--- ethtool/ethtool.changes 2011-08-08 18:06:53.0 +0200
+++ /mounts/work_src_done/STABLE/ethtool/ethtool.changes2011-09-19 
00:52:24.0 +0200
@@ -1,0 +2,6 @@
+Sun Sep 18 17:17:12 UTC 2011 - jeng...@medozas.de
+
+- Remove redundant/obsolete tags/sections from specfile
+  (cf. packaging guidelines)
+
+---

calling whatdependson for head-i586




Other differences:
--
++ ethtool.spec ++
--- /var/tmp/diff_new_pack.8Qj2Qq/_old  2011-09-19 23:54:19.0 +0200
+++ /var/tmp/diff_new_pack.8Qj2Qq/_new  2011-09-19 23:54:19.0 +0200
@@ -45,9 +45,6 @@
 %install
 %make_install
 
-%clean
-rm -rf %{buildroot}
-
 %files
 %defattr(-,root,root)
 /sbin/ethtool






Remember to have fun...

-- 
To unsubscribe, e-mail: opensuse-commit+unsubscr...@opensuse.org
For additional commands, e-mail: opensuse-commit+h...@opensuse.org