All the mail mirrored from lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] ethtool: bump to version 3.11
@ 2013-09-17 16:31 Gustavo Zacarias
  2013-09-17 16:31 ` [Buildroot] [PATCH 2/3] iproute2: bump to version 3.11.0 Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2013-09-17 16:31 UTC (permalink / raw
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/ethtool/ethtool.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk
index cdc9a6d..7c22269 100644
--- a/package/ethtool/ethtool.mk
+++ b/package/ethtool/ethtool.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-ETHTOOL_VERSION = 3.10
+ETHTOOL_VERSION = 3.11
 ETHTOOL_SOURCE = ethtool-$(ETHTOOL_VERSION).tar.xz
 ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
 ETHTOOL_LICENSE = GPLv2
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 2/3] iproute2: bump to version 3.11.0
  2013-09-17 16:31 [Buildroot] [PATCH 1/3] ethtool: bump to version 3.11 Gustavo Zacarias
@ 2013-09-17 16:31 ` Gustavo Zacarias
  2013-09-17 16:31 ` [Buildroot] [PATCH 3/3] olsr: bump to version 0.6.6 Gustavo Zacarias
  2013-09-17 18:45 ` [Buildroot] [PATCH 1/3] ethtool: bump to version 3.11 Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2013-09-17 16:31 UTC (permalink / raw
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/iproute2/iproute2.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index fec0b62..a63a096 100644
--- a/package/iproute2/iproute2.mk
+++ b/package/iproute2/iproute2.mk
@@ -4,7 +4,7 @@
 #
 ################################################################################
 
-IPROUTE2_VERSION = 3.10.0
+IPROUTE2_VERSION = 3.11.0
 IPROUTE2_SOURCE = iproute2-$(IPROUTE2_VERSION).tar.xz
 IPROUTE2_SITE = $(BR2_KERNEL_MIRROR)/linux/utils/net/iproute2
 IPROUTE2_TARGET_SBINS = ctstat genl ifstat ip lnstat nstat routef routel rtacct rtmon rtpr rtstat ss tc
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 3/3] olsr: bump to version 0.6.6
  2013-09-17 16:31 [Buildroot] [PATCH 1/3] ethtool: bump to version 3.11 Gustavo Zacarias
  2013-09-17 16:31 ` [Buildroot] [PATCH 2/3] iproute2: bump to version 3.11.0 Gustavo Zacarias
@ 2013-09-17 16:31 ` Gustavo Zacarias
  2013-09-17 18:45 ` [Buildroot] [PATCH 1/3] ethtool: bump to version 3.11 Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Gustavo Zacarias @ 2013-09-17 16:31 UTC (permalink / raw
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/olsr/olsr.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/olsr/olsr.mk b/package/olsr/olsr.mk
index 9532612..f96e570 100644
--- a/package/olsr/olsr.mk
+++ b/package/olsr/olsr.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 OLSR_VERSION_MAJOR = 0.6
-OLSR_VERSION_MINOR = 4
+OLSR_VERSION_MINOR = 6
 OLSR_VERSION = $(OLSR_VERSION_MAJOR).$(OLSR_VERSION_MINOR)
 OLSR_SOURCE = olsrd-$(OLSR_VERSION).tar.bz2
 OLSR_SITE = http://www.olsr.org/releases/$(OLSR_VERSION_MAJOR)
-- 
1.8.1.5

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [Buildroot] [PATCH 1/3] ethtool: bump to version 3.11
  2013-09-17 16:31 [Buildroot] [PATCH 1/3] ethtool: bump to version 3.11 Gustavo Zacarias
  2013-09-17 16:31 ` [Buildroot] [PATCH 2/3] iproute2: bump to version 3.11.0 Gustavo Zacarias
  2013-09-17 16:31 ` [Buildroot] [PATCH 3/3] olsr: bump to version 0.6.6 Gustavo Zacarias
@ 2013-09-17 18:45 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2013-09-17 18:45 UTC (permalink / raw
  To: buildroot

>>>>> "Gustavo" == Gustavo Zacarias <gustavo@zacarias.com.ar> writes:

 Gustavo> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>

Committed all 3, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-09-17 18:45 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-09-17 16:31 [Buildroot] [PATCH 1/3] ethtool: bump to version 3.11 Gustavo Zacarias
2013-09-17 16:31 ` [Buildroot] [PATCH 2/3] iproute2: bump to version 3.11.0 Gustavo Zacarias
2013-09-17 16:31 ` [Buildroot] [PATCH 3/3] olsr: bump to version 0.6.6 Gustavo Zacarias
2013-09-17 18:45 ` [Buildroot] [PATCH 1/3] ethtool: bump to version 3.11 Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.