Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/3] netsnmp: bump to version 5.6.1
@ 2011-03-01 16:18 Gustavo Zacarias
  2011-03-01 16:18 ` [Buildroot] [PATCH 2/3] ethtool: bump to version 2.6.36 Gustavo Zacarias
                   ` (2 more replies)
  0 siblings, 3 replies; 6+ messages in thread
From: Gustavo Zacarias @ 2011-03-01 16:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/netsnmp/netsnmp.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/package/netsnmp/netsnmp.mk b/package/netsnmp/netsnmp.mk
index e8d7788..edb1704 100644
--- a/package/netsnmp/netsnmp.mk
+++ b/package/netsnmp/netsnmp.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-NETSNMP_VERSION = 5.6
+NETSNMP_VERSION = 5.6.1
 NETSNMP_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/net-snmp
 NETSNMP_SOURCE = net-snmp-$(NETSNMP_VERSION).tar.gz
 NETSNMP_INSTALL_STAGING = YES
-- 
1.7.3.4

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

* [Buildroot] [PATCH 2/3] ethtool: bump to version 2.6.36
  2011-03-01 16:18 [Buildroot] [PATCH 1/3] netsnmp: bump to version 5.6.1 Gustavo Zacarias
@ 2011-03-01 16:18 ` Gustavo Zacarias
  2011-03-27 20:57   ` Peter Korsgaard
  2011-03-01 16:18 ` [Buildroot] [PATCH 3/3] dnsmasq: bump to version 2.57 Gustavo Zacarias
  2011-03-27 20:57 ` [Buildroot] [PATCH 1/3] netsnmp: bump to version 5.6.1 Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2011-03-01 16:18 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk
index 1fc2315..b0dc1ae 100644
--- a/package/ethtool/ethtool.mk
+++ b/package/ethtool/ethtool.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-ETHTOOL_VERSION = 2.6.35
+ETHTOOL_VERSION = 2.6.36
 ETHTOOL_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/gkernel/
 
 $(eval $(call AUTOTARGETS,package,ethtool))
-- 
1.7.3.4

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

* [Buildroot] [PATCH 3/3] dnsmasq: bump to version 2.57
  2011-03-01 16:18 [Buildroot] [PATCH 1/3] netsnmp: bump to version 5.6.1 Gustavo Zacarias
  2011-03-01 16:18 ` [Buildroot] [PATCH 2/3] ethtool: bump to version 2.6.36 Gustavo Zacarias
@ 2011-03-01 16:18 ` Gustavo Zacarias
  2011-03-27 20:59   ` Peter Korsgaard
  2011-03-27 20:57 ` [Buildroot] [PATCH 1/3] netsnmp: bump to version 5.6.1 Peter Korsgaard
  2 siblings, 1 reply; 6+ messages in thread
From: Gustavo Zacarias @ 2011-03-01 16:18 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/dnsmasq/dnsmasq.mk |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index 976e1d6..d8f4d77 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-DNSMASQ_VERSION = 2.55
+DNSMASQ_VERSION = 2.57
 DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
 DNSMASQ_MAKE_ENV = CC="$(TARGET_CC)" LDFLAGS="$(TARGET_LDFLAGS)"
 DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)"
@@ -25,7 +25,7 @@ endif
 ifeq ($(BR2_PACKAGE_DNSMASQ_IDN),y)
 	DNSMASQ_MAKE_OPT += all-i18n
 	DNSMASQ_DEPENDENCIES += libidn libintl
-	DNSMASQ_MAKE_ENV += LDFLAGS+="-lintl"
+	DNSMASQ_MAKE_ENV += LDFLAGS+="-lintl -lidn"
 endif
 
 ifneq ($(BR2_LARGEFILE),y)
-- 
1.7.3.4

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

* [Buildroot] [PATCH 1/3] netsnmp: bump to version 5.6.1
  2011-03-01 16:18 [Buildroot] [PATCH 1/3] netsnmp: bump to version 5.6.1 Gustavo Zacarias
  2011-03-01 16:18 ` [Buildroot] [PATCH 2/3] ethtool: bump to version 2.6.36 Gustavo Zacarias
  2011-03-01 16:18 ` [Buildroot] [PATCH 3/3] dnsmasq: bump to version 2.57 Gustavo Zacarias
@ 2011-03-27 20:57 ` Peter Korsgaard
  2 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2011-03-27 20:57 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/3] ethtool: bump to version 2.6.36
  2011-03-01 16:18 ` [Buildroot] [PATCH 2/3] ethtool: bump to version 2.6.36 Gustavo Zacarias
@ 2011-03-27 20:57   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2011-03-27 20:57 UTC (permalink / raw)
  To: buildroot

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

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

I've in the mean time bumped to 2.6.38.

 Gustavo> ---
 Gustavo>  package/ethtool/ethtool.mk |    2 +-
 Gustavo>  1 files changed, 1 insertions(+), 1 deletions(-)

 Gustavo> diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk
 Gustavo> index 1fc2315..b0dc1ae 100644
 Gustavo> --- a/package/ethtool/ethtool.mk
 Gustavo> +++ b/package/ethtool/ethtool.mk
 Gustavo> @@ -4,7 +4,7 @@
 Gustavo>  #
 Gustavo>  #############################################################
 
 Gustavo> -ETHTOOL_VERSION = 2.6.35
 Gustavo> +ETHTOOL_VERSION = 2.6.36

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 3/3] dnsmasq: bump to version 2.57
  2011-03-01 16:18 ` [Buildroot] [PATCH 3/3] dnsmasq: bump to version 2.57 Gustavo Zacarias
@ 2011-03-27 20:59   ` Peter Korsgaard
  0 siblings, 0 replies; 6+ messages in thread
From: Peter Korsgaard @ 2011-03-27 20:59 UTC (permalink / raw)
  To: buildroot

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

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

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2011-03-27 20:59 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-01 16:18 [Buildroot] [PATCH 1/3] netsnmp: bump to version 5.6.1 Gustavo Zacarias
2011-03-01 16:18 ` [Buildroot] [PATCH 2/3] ethtool: bump to version 2.6.36 Gustavo Zacarias
2011-03-27 20:57   ` Peter Korsgaard
2011-03-01 16:18 ` [Buildroot] [PATCH 3/3] dnsmasq: bump to version 2.57 Gustavo Zacarias
2011-03-27 20:59   ` Peter Korsgaard
2011-03-27 20:57 ` [Buildroot] [PATCH 1/3] netsnmp: bump to version 5.6.1 Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox