All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15
@ 2012-08-11 22:27 Gustavo Zacarias
  2012-08-11 22:27 ` [Buildroot] [PATCH 2/8] conntrack-tools: bump to version 1.2.2 Gustavo Zacarias
                   ` (7 more replies)
  0 siblings, 8 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-08-11 22:27 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/iptables/iptables.mk b/package/iptables/iptables.mk
index a5ec6a7..bdef575 100644
--- a/package/iptables/iptables.mk
+++ b/package/iptables/iptables.mk
@@ -4,11 +4,13 @@
 #
 #############################################################
 
-IPTABLES_VERSION = 1.4.14
+IPTABLES_VERSION = 1.4.15
 IPTABLES_SOURCE = iptables-$(IPTABLES_VERSION).tar.bz2
 IPTABLES_SITE = http://ftp.netfilter.org/pub/iptables
 IPTABLES_INSTALL_STAGING = YES
 IPTABLES_DEPENDENCIES = host-pkg-config
+IPTABLES_LICENSE = GPLv2
+IPTABLES_LICENSE_FILES = COPYING
 
 IPTABLES_CONF_OPT = --libexecdir=/usr/lib --with-kernel=$(LINUX_HEADERS_DIR)
 
-- 
1.7.8.6

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

* [Buildroot] [PATCH 2/8] conntrack-tools: bump to version 1.2.2
  2012-08-11 22:27 [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 Gustavo Zacarias
@ 2012-08-11 22:27 ` Gustavo Zacarias
  2012-08-11 22:27 ` [Buildroot] [PATCH 3/8] mpg123: bump to version 1.14.4 Gustavo Zacarias
                   ` (6 subsequent siblings)
  7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-08-11 22:27 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/conntrack-tools/conntrack-tools.mk b/package/conntrack-tools/conntrack-tools.mk
index 8f1159b..6f438fc 100644
--- a/package/conntrack-tools/conntrack-tools.mk
+++ b/package/conntrack-tools/conntrack-tools.mk
@@ -4,10 +4,12 @@
 #
 #############################################################
 
-CONNTRACK_TOOLS_VERSION = 1.2.1
+CONNTRACK_TOOLS_VERSION = 1.2.2
 CONNTRACK_TOOLS_SOURCE = conntrack-tools-$(CONNTRACK_TOOLS_VERSION).tar.bz2
 CONNTRACK_TOOLS_SITE = http://www.netfilter.org/projects/conntrack-tools/files
 CONNTRACK_TOOLS_DEPENDENCIES = host-pkg-config \
 	libnetfilter_conntrack libnetfilter_cttimeout
+CONNTRACK_TOOLS_LICENSE = GPLv2
+CONNTRACK_TOOLS_LICENSE_FILES = COPYING
 
 $(eval $(autotools-package))
-- 
1.7.8.6

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

* [Buildroot] [PATCH 3/8] mpg123: bump to version 1.14.4
  2012-08-11 22:27 [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 Gustavo Zacarias
  2012-08-11 22:27 ` [Buildroot] [PATCH 2/8] conntrack-tools: bump to version 1.2.2 Gustavo Zacarias
@ 2012-08-11 22:27 ` Gustavo Zacarias
  2012-08-11 22:27 ` [Buildroot] [PATCH 4/8] mpd: bump to version 0.17 Gustavo Zacarias
                   ` (5 subsequent siblings)
  7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-08-11 22:27 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/multimedia/mpg123/mpg123.mk b/package/multimedia/mpg123/mpg123.mk
index c3d2c9c..3576cb7 100644
--- a/package/multimedia/mpg123/mpg123.mk
+++ b/package/multimedia/mpg123/mpg123.mk
@@ -4,11 +4,13 @@
 #
 #############################################################
 
-MPG123_VERSION = 1.14.2
+MPG123_VERSION = 1.14.4
 MPG123_SOURCE = mpg123-$(MPG123_VERSION).tar.bz2
 MPG123_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/mpg123/mpg123/$(MPG123_VERSION)
 MPG123_CONF_OPT = --with-optimization=0 --disable-lfs-alias
 MPG123_INSTALL_STAGING = YES
+MPG123_LICENSE = LGPLv2.1
+MPG123_LICENSE_FILES = COPYING
 
 MPG123_CPU = $(if $(BR2_SOFT_FLOAT),generic_nofpu,generic_fpu)
 
-- 
1.7.8.6

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

* [Buildroot] [PATCH 4/8] mpd: bump to version 0.17
  2012-08-11 22:27 [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 Gustavo Zacarias
  2012-08-11 22:27 ` [Buildroot] [PATCH 2/8] conntrack-tools: bump to version 1.2.2 Gustavo Zacarias
  2012-08-11 22:27 ` [Buildroot] [PATCH 3/8] mpg123: bump to version 1.14.4 Gustavo Zacarias
@ 2012-08-11 22:27 ` Gustavo Zacarias
  2012-08-11 22:27 ` [Buildroot] [PATCH 5/8] wget: bump to version 1.14 Gustavo Zacarias
                   ` (4 subsequent siblings)
  7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-08-11 22:27 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/multimedia/mpd/mpd.mk b/package/multimedia/mpd/mpd.mk
index 28bc4cb..54a5ba7 100644
--- a/package/multimedia/mpd/mpd.mk
+++ b/package/multimedia/mpd/mpd.mk
@@ -4,9 +4,11 @@
 #
 #############################################################
 
-MPD_VERSION = 0.16.8
+MPD_VERSION = 0.17
 MPD_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/project/musicpd/mpd/$(MPD_VERSION)
 MPD_DEPENDENCIES = host-pkg-config libglib2
+MPD_LICENSE = GPLv2
+MPD_LICENSE_FILES = COPYING
 
 # Some options need an explicit --disable or --enable
 
-- 
1.7.8.6

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

* [Buildroot] [PATCH 5/8] wget: bump to version 1.14
  2012-08-11 22:27 [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2012-08-11 22:27 ` [Buildroot] [PATCH 4/8] mpd: bump to version 0.17 Gustavo Zacarias
@ 2012-08-11 22:27 ` Gustavo Zacarias
  2012-08-12 16:32   ` Thomas Petazzoni
  2012-08-11 22:27 ` [Buildroot] [PATCH 6/8] samba: bump to version 3.6.7 Gustavo Zacarias
                   ` (3 subsequent siblings)
  7 siblings, 1 reply; 11+ messages in thread
From: Gustavo Zacarias @ 2012-08-11 22:27 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/wget/wget.mk b/package/wget/wget.mk
index a15111c..9be9c0d 100644
--- a/package/wget/wget.mk
+++ b/package/wget/wget.mk
@@ -6,6 +6,8 @@
 
 WGET_VERSION = 1.13.4
 WGET_SITE = $(BR2_GNU_MIRROR)/wget
+WGET_LICENSE = GPLv3+
+WGET_LICENSE_FILES = COPYING
 
 # Prefer full-blown wget over busybox
 ifeq ($(BR2_PACKAGE_BUSYBOX),y)
-- 
1.7.8.6

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

* [Buildroot] [PATCH 6/8] samba: bump to version 3.6.7
  2012-08-11 22:27 [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2012-08-11 22:27 ` [Buildroot] [PATCH 5/8] wget: bump to version 1.14 Gustavo Zacarias
@ 2012-08-11 22:27 ` Gustavo Zacarias
  2012-08-11 22:27 ` [Buildroot] [PATCH 7/8] ethtool: bump to version 3.5 Gustavo Zacarias
                   ` (2 subsequent siblings)
  7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-08-11 22:27 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/samba/samba.mk b/package/samba/samba.mk
index 6b9a082..301a39f 100644
--- a/package/samba/samba.mk
+++ b/package/samba/samba.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-SAMBA_VERSION = 3.6.6
+SAMBA_VERSION = 3.6.7
 SAMBA_SITE = http://ftp.samba.org/pub/samba/stable
 SAMBA_SUBDIR = source3
 SAMBA_INSTALL_STAGING = YES
-- 
1.7.8.6

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

* [Buildroot] [PATCH 7/8] ethtool: bump to version 3.5
  2012-08-11 22:27 [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2012-08-11 22:27 ` [Buildroot] [PATCH 6/8] samba: bump to version 3.6.7 Gustavo Zacarias
@ 2012-08-11 22:27 ` Gustavo Zacarias
  2012-08-11 22:27 ` [Buildroot] [PATCH 8/8] e2fsprogs: bump to version 1.42.5 Gustavo Zacarias
  2012-08-12 16:33 ` [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 Thomas Petazzoni
  7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-08-11 22:27 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/ethtool/ethtool.mk b/package/ethtool/ethtool.mk
index 63a8d54..30d0a47 100644
--- a/package/ethtool/ethtool.mk
+++ b/package/ethtool/ethtool.mk
@@ -4,7 +4,9 @@
 #
 #############################################################
 
-ETHTOOL_VERSION = 3.4.1
+ETHTOOL_VERSION = 3.5
 ETHTOOL_SITE = $(BR2_KERNEL_MIRROR)/software/network/ethtool
+ETHTOOL_LICENSE = GPLv2
+ETHTOOL_LICENSE_FILE = COPYING
 
 $(eval $(autotools-package))
-- 
1.7.8.6

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

* [Buildroot] [PATCH 8/8] e2fsprogs: bump to version 1.42.5
  2012-08-11 22:27 [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 Gustavo Zacarias
                   ` (5 preceding siblings ...)
  2012-08-11 22:27 ` [Buildroot] [PATCH 7/8] ethtool: bump to version 3.5 Gustavo Zacarias
@ 2012-08-11 22:27 ` Gustavo Zacarias
  2012-08-12 16:33 ` [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 Thomas Petazzoni
  7 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-08-11 22:27 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/e2fsprogs/e2fsprogs.mk b/package/e2fsprogs/e2fsprogs.mk
index 16725ac..1608521 100644
--- a/package/e2fsprogs/e2fsprogs.mk
+++ b/package/e2fsprogs/e2fsprogs.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-E2FSPROGS_VERSION = 1.42.4
+E2FSPROGS_VERSION = 1.42.5
 E2FSPROGS_SITE = http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/e2fsprogs
 
 E2FSPROGS_CONF_OPT = \
-- 
1.7.8.6

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

* [Buildroot] [PATCH 5/8] wget: bump to version 1.14
  2012-08-11 22:27 ` [Buildroot] [PATCH 5/8] wget: bump to version 1.14 Gustavo Zacarias
@ 2012-08-12 16:32   ` Thomas Petazzoni
  2012-08-13 13:14     ` Gustavo Zacarias
  0 siblings, 1 reply; 11+ messages in thread
From: Thomas Petazzoni @ 2012-08-12 16:32 UTC (permalink / raw)
  To: buildroot

Le Sat, 11 Aug 2012 19:27:30 -0300,
Gustavo Zacarias <gustavo@zacarias.com.ar> a ?crit :

> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/wget/wget.mk |    2 ++
>  1 files changed, 2 insertions(+), 0 deletions(-)
> 
> diff --git a/package/wget/wget.mk b/package/wget/wget.mk
> index a15111c..9be9c0d 100644
> --- a/package/wget/wget.mk
> +++ b/package/wget/wget.mk
> @@ -6,6 +6,8 @@
>  
>  WGET_VERSION = 1.13.4
>  WGET_SITE = $(BR2_GNU_MIRROR)/wget
> +WGET_LICENSE = GPLv3+
> +WGET_LICENSE_FILES = COPYING
>  
>  # Prefer full-blown wget over busybox
>  ifeq ($(BR2_PACKAGE_BUSYBOX),y)

This patch is not bumping the version as its title suggest it should
do :-)

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15
  2012-08-11 22:27 [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 Gustavo Zacarias
                   ` (6 preceding siblings ...)
  2012-08-11 22:27 ` [Buildroot] [PATCH 8/8] e2fsprogs: bump to version 1.42.5 Gustavo Zacarias
@ 2012-08-12 16:33 ` Thomas Petazzoni
  7 siblings, 0 replies; 11+ messages in thread
From: Thomas Petazzoni @ 2012-08-12 16:33 UTC (permalink / raw)
  To: buildroot

Le Sat, 11 Aug 2012 19:27:26 -0300,
Gustavo Zacarias <gustavo@zacarias.com.ar> a ?crit :

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

Committed 1-4 and 6-8 to next, but not patch 5/8 since it was missing
the version bump itself.

Thanks!

Thomas
-- 
Thomas Petazzoni, Free Electrons
Kernel, drivers, real-time and embedded Linux
development, consulting, training and support.
http://free-electrons.com

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

* [Buildroot] [PATCH 5/8] wget: bump to version 1.14
  2012-08-12 16:32   ` Thomas Petazzoni
@ 2012-08-13 13:14     ` Gustavo Zacarias
  0 siblings, 0 replies; 11+ messages in thread
From: Gustavo Zacarias @ 2012-08-13 13:14 UTC (permalink / raw)
  To: buildroot

On 08/12/12 13:32, Thomas Petazzoni wrote:

> This patch is not bumping the version as its title suggest it should
> do :-)

Heh, happens when the kid is running a fever and you're short of sleep :)
Resent with an extra one (coreutils), thanks.
Regards.

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

end of thread, other threads:[~2012-08-13 13:14 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-08-11 22:27 [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 Gustavo Zacarias
2012-08-11 22:27 ` [Buildroot] [PATCH 2/8] conntrack-tools: bump to version 1.2.2 Gustavo Zacarias
2012-08-11 22:27 ` [Buildroot] [PATCH 3/8] mpg123: bump to version 1.14.4 Gustavo Zacarias
2012-08-11 22:27 ` [Buildroot] [PATCH 4/8] mpd: bump to version 0.17 Gustavo Zacarias
2012-08-11 22:27 ` [Buildroot] [PATCH 5/8] wget: bump to version 1.14 Gustavo Zacarias
2012-08-12 16:32   ` Thomas Petazzoni
2012-08-13 13:14     ` Gustavo Zacarias
2012-08-11 22:27 ` [Buildroot] [PATCH 6/8] samba: bump to version 3.6.7 Gustavo Zacarias
2012-08-11 22:27 ` [Buildroot] [PATCH 7/8] ethtool: bump to version 3.5 Gustavo Zacarias
2012-08-11 22:27 ` [Buildroot] [PATCH 8/8] e2fsprogs: bump to version 1.42.5 Gustavo Zacarias
2012-08-12 16:33 ` [Buildroot] [PATCH 1/8] iptables: bump to version 1.4.15 Thomas Petazzoni

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.