* [Buildroot] [PATCH] ethtool: bump to version 4.2
@ 2015-10-09 10:52 Gustavo Zacarias
2015-10-09 11:02 ` Vicente Olivert Riera
2015-10-09 13:23 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Gustavo Zacarias @ 2015-10-09 10:52 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/ethtool/ethtool.hash | 2 +-
package/ethtool/ethtool.mk | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/package/ethtool/ethtool.hash b/package/ethtool/ethtool.hash
index 5fde687..53f31d0 100644
--- a/package/ethtool/ethtool.hash
+++ b/package/ethtool/ethtool.hash
@@ -1,2 +1,2 @@
# From https://www.kernel.org/pub/software/network/ethtool/sha256sums.asc
-sha256 904887acc7d2f9c35dec04eb0e8a727a3205f346af4f4c95560ea3798de5ecff ethtool-4.0.tar.xz
+sha256 8cb854bcf71ef8b484b5d2a0e6bf056ae1fbf12cfb19e4907b74b7b21da91e87 ethtool-4.2.tar.xz
diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk
index c358c62..c56eeb9 100644
--- a/package/ethtool/ethtool.mk
+++ b/package/ethtool/ethtool.mk
@@ -4,7 +4,7 @@
#
################################################################################
-ETHTOOL_VERSION = 4.0
+ETHTOOL_VERSION = 4.2
ETHTOOL_SOURCE = ethtool-$(ETHTOOL_VERSION).tar.xz
ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
ETHTOOL_LICENSE = GPLv2
--
2.4.9
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] ethtool: bump to version 4.2
2015-10-09 10:52 [Buildroot] [PATCH] ethtool: bump to version 4.2 Gustavo Zacarias
@ 2015-10-09 11:02 ` Vicente Olivert Riera
2015-10-09 13:23 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Vicente Olivert Riera @ 2015-10-09 11:02 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On 10/09/2015 11:52 AM, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Reviewed-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Tested-by: Vicente Olivert Riera <Vincent.Riera@imgtec.com>
Build test for MIPS architecture:
$ grep ^ETHTOOL_VERSION package/ethtool/ethtool.mk
ETHTOOL_VERSION = 4.2
$ file output/target/usr/sbin/ethtool
output/target/usr/sbin/ethtool: ELF 32-bit MSB executable, MIPS, MIPS32
rel2 version 1, dynamically linked (uses shared libs), for GNU/Linux
2.6.32, with unknown capability 0x41000000 = 0xf676e75, with unknown
capability 0x10000 = 0x70401, not stripped
Regards,
Vincent.
> ---
> package/ethtool/ethtool.hash | 2 +-
> package/ethtool/ethtool.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/package/ethtool/ethtool.hash b/package/ethtool/ethtool.hash
> index 5fde687..53f31d0 100644
> --- a/package/ethtool/ethtool.hash
> +++ b/package/ethtool/ethtool.hash
> @@ -1,2 +1,2 @@
> # From https://www.kernel.org/pub/software/network/ethtool/sha256sums.asc
> -sha256 904887acc7d2f9c35dec04eb0e8a727a3205f346af4f4c95560ea3798de5ecff ethtool-4.0.tar.xz
> +sha256 8cb854bcf71ef8b484b5d2a0e6bf056ae1fbf12cfb19e4907b74b7b21da91e87 ethtool-4.2.tar.xz
> diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk
> index c358c62..c56eeb9 100644
> --- a/package/ethtool/ethtool.mk
> +++ b/package/ethtool/ethtool.mk
> @@ -4,7 +4,7 @@
> #
> ################################################################################
>
> -ETHTOOL_VERSION = 4.0
> +ETHTOOL_VERSION = 4.2
> ETHTOOL_SOURCE = ethtool-$(ETHTOOL_VERSION).tar.xz
> ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
> ETHTOOL_LICENSE = GPLv2
>
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] ethtool: bump to version 4.2
2015-10-09 10:52 [Buildroot] [PATCH] ethtool: bump to version 4.2 Gustavo Zacarias
2015-10-09 11:02 ` Vicente Olivert Riera
@ 2015-10-09 13:23 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2015-10-09 13:23 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Fri, 9 Oct 2015 07:52:33 -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
> package/ethtool/ethtool.hash | 2 +-
> package/ethtool/ethtool.mk | 2 +-
> 2 files changed, 2 insertions(+), 2 deletions(-)
Applied, thanks.
Thomas
--
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-10-09 13:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-09 10:52 [Buildroot] [PATCH] ethtool: bump to version 4.2 Gustavo Zacarias
2015-10-09 11:02 ` Vicente Olivert Riera
2015-10-09 13:23 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox