Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2
@ 2012-10-08 22:01 Gustavo Zacarias
  2012-10-08 22:01 ` [Buildroot] [PATCH 2/4] libcurl: bump to version 7.27.0 Gustavo Zacarias
                   ` (3 more replies)
  0 siblings, 4 replies; 9+ messages in thread
From: Gustavo Zacarias @ 2012-10-08 22:01 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/multimedia/mpd/mpd.mk b/package/multimedia/mpd/mpd.mk
index 8a5ceb6..ab3a357 100644
--- a/package/multimedia/mpd/mpd.mk
+++ b/package/multimedia/mpd/mpd.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-MPD_VERSION = 0.17.1
+MPD_VERSION = 0.17.2
 MPD_SITE = http://downloads.sourceforge.net/project/musicpd/mpd/$(MPD_VERSION)
 MPD_DEPENDENCIES = host-pkgconf libglib2
 MPD_LICENSE = GPLv2
-- 
1.7.8.6

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

* [Buildroot] [PATCH 2/4] libcurl: bump to version 7.27.0
  2012-10-08 22:01 [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2 Gustavo Zacarias
@ 2012-10-08 22:01 ` Gustavo Zacarias
  2012-10-09 12:43   ` Peter Korsgaard
  2012-10-08 22:01 ` [Buildroot] [PATCH 3/4] ethtool: bump to version 3.6 Gustavo Zacarias
                   ` (2 subsequent siblings)
  3 siblings, 1 reply; 9+ messages in thread
From: Gustavo Zacarias @ 2012-10-08 22:01 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libcurl/libcurl.mk b/package/libcurl/libcurl.mk
index 090bb4c..8d8fdb4 100644
--- a/package/libcurl/libcurl.mk
+++ b/package/libcurl/libcurl.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-LIBCURL_VERSION = 7.25.0
+LIBCURL_VERSION = 7.27.0
 LIBCURL_SOURCE = curl-$(LIBCURL_VERSION).tar.bz2
 LIBCURL_SITE = http://curl.haxx.se/download
 LIBCURL_LICENSE = ICS
-- 
1.7.8.6

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

* [Buildroot] [PATCH 3/4] ethtool: bump to version 3.6
  2012-10-08 22:01 [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2 Gustavo Zacarias
  2012-10-08 22:01 ` [Buildroot] [PATCH 2/4] libcurl: bump to version 7.27.0 Gustavo Zacarias
@ 2012-10-08 22:01 ` Gustavo Zacarias
  2012-10-09 12:43   ` Peter Korsgaard
  2012-10-08 22:01 ` [Buildroot] [PATCH 4/4] patch: bump to version 2.7.1 Gustavo Zacarias
  2012-10-09 12:44 ` [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2 Peter Korsgaard
  3 siblings, 1 reply; 9+ messages in thread
From: Gustavo Zacarias @ 2012-10-08 22:01 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 30d0a47..a336b52 100644
--- a/package/ethtool/ethtool.mk
+++ b/package/ethtool/ethtool.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-ETHTOOL_VERSION = 3.5
+ETHTOOL_VERSION = 3.6
 ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
 ETHTOOL_LICENSE = GPLv2
 ETHTOOL_LICENSE_FILE = COPYING
-- 
1.7.8.6

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

* [Buildroot] [PATCH 4/4] patch: bump to version 2.7.1
  2012-10-08 22:01 [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2 Gustavo Zacarias
  2012-10-08 22:01 ` [Buildroot] [PATCH 2/4] libcurl: bump to version 7.27.0 Gustavo Zacarias
  2012-10-08 22:01 ` [Buildroot] [PATCH 3/4] ethtool: bump to version 3.6 Gustavo Zacarias
@ 2012-10-08 22:01 ` Gustavo Zacarias
  2012-10-09 12:44   ` Peter Korsgaard
  2012-10-09 12:44 ` [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2 Peter Korsgaard
  3 siblings, 1 reply; 9+ messages in thread
From: Gustavo Zacarias @ 2012-10-08 22:01 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/patch/patch.mk b/package/patch/patch.mk
index 346aabd..badc431 100644
--- a/package/patch/patch.mk
+++ b/package/patch/patch.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-PATCH_VERSION = 2.7
+PATCH_VERSION = 2.7.1
 PATCH_SITE = $(BR2_GNU_MIRROR)/patch
 PATCH_LICENSE = GPLv3+
 PATCH_LICENSE_FILE = COPYING
-- 
1.7.8.6

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

* [Buildroot] [PATCH 2/4] libcurl: bump to version 7.27.0
  2012-10-08 22:01 ` [Buildroot] [PATCH 2/4] libcurl: bump to version 7.27.0 Gustavo Zacarias
@ 2012-10-09 12:43   ` Peter Korsgaard
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2012-10-09 12:43 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] 9+ messages in thread

* [Buildroot] [PATCH 3/4] ethtool: bump to version 3.6
  2012-10-08 22:01 ` [Buildroot] [PATCH 3/4] ethtool: bump to version 3.6 Gustavo Zacarias
@ 2012-10-09 12:43   ` Peter Korsgaard
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2012-10-09 12:43 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] 9+ messages in thread

* [Buildroot] [PATCH 4/4] patch: bump to version 2.7.1
  2012-10-08 22:01 ` [Buildroot] [PATCH 4/4] patch: bump to version 2.7.1 Gustavo Zacarias
@ 2012-10-09 12:44   ` Peter Korsgaard
  0 siblings, 0 replies; 9+ messages in thread
From: Peter Korsgaard @ 2012-10-09 12:44 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] 9+ messages in thread

* [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2
  2012-10-08 22:01 [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2 Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2012-10-08 22:01 ` [Buildroot] [PATCH 4/4] patch: bump to version 2.7.1 Gustavo Zacarias
@ 2012-10-09 12:44 ` Peter Korsgaard
  2012-10-09 12:46   ` Gustavo Zacarias
  3 siblings, 1 reply; 9+ messages in thread
From: Peter Korsgaard @ 2012-10-09 12:44 UTC (permalink / raw)
  To: buildroot

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

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

 Gustavo> diff --git a/package/multimedia/mpd/mpd.mk b/package/multimedia/mpd/mpd.mk
 Gustavo> index 8a5ceb6..ab3a357 100644
 Gustavo> --- a/package/multimedia/mpd/mpd.mk
 Gustavo> +++ b/package/multimedia/mpd/mpd.mk
 Gustavo> @@ -4,7 +4,7 @@
 Gustavo>  #
 Gustavo>  #############################################################
 
 Gustavo> -MPD_VERSION = 0.17.1
 Gustavo> +MPD_VERSION = 0.17.2
 Gustavo>  MPD_SITE = http://downloads.sourceforge.net/project/musicpd/mpd/$(MPD_VERSION)
 Gustavo>  MPD_DEPENDENCIES = host-pkgconf libglib2

This is blocked on the pkg-config / pkgconf series. I'll try to find
time to look at that in detail this week.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2
  2012-10-09 12:44 ` [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2 Peter Korsgaard
@ 2012-10-09 12:46   ` Gustavo Zacarias
  0 siblings, 0 replies; 9+ messages in thread
From: Gustavo Zacarias @ 2012-10-09 12:46 UTC (permalink / raw)
  To: buildroot

On 10/09/12 09:44, Peter Korsgaard wrote:
> This is blocked on the pkg-config / pkgconf series. I'll try to find
> time to look at that in detail this week.

Ah, my bad.
I'm already on pkgconf locally to get all the testing it needs.
I can rebase on the new packages that (also) use host-pkg-config and
resend, just tell me when.
Regards.

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

end of thread, other threads:[~2012-10-09 12:46 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-10-08 22:01 [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2 Gustavo Zacarias
2012-10-08 22:01 ` [Buildroot] [PATCH 2/4] libcurl: bump to version 7.27.0 Gustavo Zacarias
2012-10-09 12:43   ` Peter Korsgaard
2012-10-08 22:01 ` [Buildroot] [PATCH 3/4] ethtool: bump to version 3.6 Gustavo Zacarias
2012-10-09 12:43   ` Peter Korsgaard
2012-10-08 22:01 ` [Buildroot] [PATCH 4/4] patch: bump to version 2.7.1 Gustavo Zacarias
2012-10-09 12:44   ` Peter Korsgaard
2012-10-09 12:44 ` [Buildroot] [PATCH 1/4] mpd: bump to version 0.17.2 Peter Korsgaard
2012-10-09 12:46   ` Gustavo Zacarias

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