All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13
@ 2012-09-07 14:48 Gustavo Zacarias
  2012-09-07 14:48 ` [Buildroot] [PATCH 02/10] less: bump to version 451 Gustavo Zacarias
                   ` (9 more replies)
  0 siblings, 10 replies; 18+ messages in thread
From: Gustavo Zacarias @ 2012-09-07 14:48 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/libnl/libnl.mk b/package/libnl/libnl.mk
index f757b1b..58f8d17 100644
--- a/package/libnl/libnl.mk
+++ b/package/libnl/libnl.mk
@@ -4,8 +4,10 @@
 #
 #############################################################
 
-LIBNL_VERSION = 3.2.11
+LIBNL_VERSION = 3.2.13
 LIBNL_SITE = http://www.infradead.org/~tgr/libnl/files
+LIBNL_LICENSE = LGPLv2.1+
+LIBNL_LICENSE_FILES = COPYING
 LIBNL_INSTALL_STAGING = YES
 LIBNL_DEPENDENCIES = host-bison
 LIBNL_MAKE = $(MAKE1)
-- 
1.7.8.6

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

* [Buildroot] [PATCH 02/10] less: bump to version 451
  2012-09-07 14:48 [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Gustavo Zacarias
@ 2012-09-07 14:48 ` Gustavo Zacarias
  2012-09-09 20:39   ` Peter Korsgaard
  2012-09-07 14:48 ` [Buildroot] [PATCH 03/10] automake: bump to version 1.11.6 Gustavo Zacarias
                   ` (8 subsequent siblings)
  9 siblings, 1 reply; 18+ messages in thread
From: Gustavo Zacarias @ 2012-09-07 14:48 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/less/less.mk b/package/less/less.mk
index c0ecf20..8f14016 100644
--- a/package/less/less.mk
+++ b/package/less/less.mk
@@ -4,8 +4,10 @@
 #
 #############################################################
 
-LESS_VERSION = 444
+LESS_VERSION = 451
 LESS_SITE = http://www.greenwoodsoftware.com/less
+LESS_LICENSE = GPLv3
+LESS_LICENSE_FILES = COPYING
 # Build after busybox, full-blown is better
 LESS_DEPENDENCIES = ncurses $(if $(BR2_PACKAGE_BUSYBOX),busybox)
 
-- 
1.7.8.6

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

* [Buildroot] [PATCH 03/10] automake: bump to version 1.11.6
  2012-09-07 14:48 [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Gustavo Zacarias
  2012-09-07 14:48 ` [Buildroot] [PATCH 02/10] less: bump to version 451 Gustavo Zacarias
@ 2012-09-07 14:48 ` Gustavo Zacarias
  2012-09-07 14:48 ` [Buildroot] [PATCH 04/10] mpc: bump to version 1.0.1 and license change Gustavo Zacarias
                   ` (7 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Gustavo Zacarias @ 2012-09-07 14:48 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/automake/automake.mk b/package/automake/automake.mk
index 3c19085..477b10b 100644
--- a/package/automake/automake.mk
+++ b/package/automake/automake.mk
@@ -4,8 +4,10 @@
 #
 #############################################################
 
-AUTOMAKE_VERSION = 1.11.5
+AUTOMAKE_VERSION = 1.11.6
 AUTOMAKE_SITE = $(BR2_GNU_MIRROR)/automake
+AUTOMAKE_LICENSE = GPLv2+
+AUTOMAKE_LICENSE_FILES = COPYING
 
 AUTOMAKE_DEPENDENCIES = host-autoconf autoconf microperl
 
-- 
1.7.8.6

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

* [Buildroot] [PATCH 04/10] mpc: bump to version 1.0.1 and license change
  2012-09-07 14:48 [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Gustavo Zacarias
  2012-09-07 14:48 ` [Buildroot] [PATCH 02/10] less: bump to version 451 Gustavo Zacarias
  2012-09-07 14:48 ` [Buildroot] [PATCH 03/10] automake: bump to version 1.11.6 Gustavo Zacarias
@ 2012-09-07 14:48 ` Gustavo Zacarias
  2012-09-07 14:48 ` [Buildroot] [PATCH 05/10] gnutls: bump to 2.12.20 Gustavo Zacarias
                   ` (6 subsequent siblings)
  9 siblings, 0 replies; 18+ messages in thread
From: Gustavo Zacarias @ 2012-09-07 14:48 UTC (permalink / raw)
  To: buildroot

Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
 package/mpc/mpc-0.9-configure.patch |   69 -----------------------------------
 package/mpc/mpc.mk                  |    8 ++--
 2 files changed, 4 insertions(+), 73 deletions(-)
 delete mode 100644 package/mpc/mpc-0.9-configure.patch

diff --git a/package/mpc/mpc-0.9-configure.patch b/package/mpc/mpc-0.9-configure.patch
deleted file mode 100644
index 21dd242..0000000
--- a/package/mpc/mpc-0.9-configure.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-
-Issue http://lists.gforge.inria.fr/pipermail/mpc-discuss/2011-February/000805.html
-Upstream patch https://gforge.inria.fr/scm/viewvc.php/trunk/configure.ac?root=mpc&r1=932&r2=936
-
-Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
-
---- trunk/configure.ac	2011/02/21 12:18:31	932
-+++ trunk/configure.ac	2011/02/21 16:41:09	936
-@@ -33,7 +33,7 @@
- AC_CANONICAL_HOST
- AC_CONFIG_MACRO_DIR([m4])
- 
--dnl Extra arguments to configure
-+# Extra arguments to configure
- AC_ARG_WITH([mpfr_include],
-             [AC_HELP_STRING([--with-mpfr-include=DIR],
-                             [MPFR include directory])],
-@@ -85,18 +85,19 @@
-              )
- 
- 
--dnl Setup CC and CFLAGS
-+# Setup CC and CFLAGS
-+AC_PROG_CC
-+AC_LANG(C)
- 
--dnl Check for user specification of CC or CFLAGS
-+# Set up LibTool
-+AC_PROG_LIBTOOL
-+
-+# Check for user specification of CC or CFLAGS
- if test -n "$CFLAGS" || test -n "$CC" ; then
-    user_redefine_cc=yes
- fi
- 
--# Check for programs
--AC_PROG_CC
--AC_LANG(C)
--
--dnl Check GMP Header
-+# Check GMP Header
- AC_MSG_CHECKING(for gmp.h)
- AC_COMPILE_IFELSE([AC_LANG_SOURCE([[
- #include "gmp.h"
-@@ -105,22 +106,19 @@
-  AC_MSG_ERROR([gmp.h can't be found, or is unusable.])
- ])
- 
--dnl Check for GMP CFLAGS in gmp.h
-+# Check for GMP CFLAGS in gmp.h
- if test -z "$user_redefine_cc" ; then
-    MPC_GMP_CC_CFLAGS
- fi
- 
- 
--dnl Configs for Windows DLLs
-+# Configs for Windows DLLs
- case $host in
-   *-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2*)
-      MPC_WINDOWS
- esac
- 
- 
--dnl Finally set up LibTool
--AC_PROG_LIBTOOL
--
- # Checks for header files.
- AC_HEADER_STDC
- AC_CHECK_HEADERS([complex.h locale.h inttypes.h stdint.h limits.h unistd.h sys/time.h])
diff --git a/package/mpc/mpc.mk b/package/mpc/mpc.mk
index 47bdbbb..a366db7 100644
--- a/package/mpc/mpc.mk
+++ b/package/mpc/mpc.mk
@@ -4,10 +4,10 @@
 #
 #############################################################
 
-MPC_VERSION = 0.9
-MPC_SITE = http://www.multiprecision.org/mpc/download
-MPC_LICENSE = LGPLv2.1+
-MPC_LICENSE_FILES = COPYING.LIB
+MPC_VERSION = 1.0.1
+MPC_SITE = $(BR2_GNU_MIRROR)/mpc
+MPC_LICENSE = LGPLv3+
+MPC_LICENSE_FILES = COPYING.LESSER
 MPC_INSTALL_STAGING = YES
 MPC_DEPENDENCIES = gmp mpfr
 MPC_AUTORECONF = YES
-- 
1.7.8.6

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

* [Buildroot] [PATCH 05/10] gnutls: bump to 2.12.20
  2012-09-07 14:48 [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Gustavo Zacarias
                   ` (2 preceding siblings ...)
  2012-09-07 14:48 ` [Buildroot] [PATCH 04/10] mpc: bump to version 1.0.1 and license change Gustavo Zacarias
@ 2012-09-07 14:48 ` Gustavo Zacarias
  2012-09-09 20:46   ` Peter Korsgaard
  2012-09-07 14:48 ` [Buildroot] [PATCH 06/10] grep: bump to version 2.14 Gustavo Zacarias
                   ` (5 subsequent siblings)
  9 siblings, 1 reply; 18+ messages in thread
From: Gustavo Zacarias @ 2012-09-07 14:48 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
index 1ec10b9..18e33fc 100644
--- a/package/gnutls/gnutls.mk
+++ b/package/gnutls/gnutls.mk
@@ -4,9 +4,11 @@
 #
 #############################################################
 
-GNUTLS_VERSION = 2.12.19
+GNUTLS_VERSION = 2.12.20
 GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.bz2
 GNUTLS_SITE = $(BR2_GNU_MIRROR)/gnutls
+GNUTLS_LICENSE = GPLv3 LGPLv2.1
+GNUTLS_LICENSE_FILES = COPYING lib/COPYING
 GNUTLS_DEPENDENCIES = host-pkg-config libgcrypt $(if $(BR2_PACKAGE_ZLIB),zlib)
 GNUTLS_CONF_OPT = --with-libgcrypt --without-libgcrypt-prefix \
 		--without-p11-kit
-- 
1.7.8.6

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

* [Buildroot] [PATCH 06/10] grep: bump to version 2.14
  2012-09-07 14:48 [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Gustavo Zacarias
                   ` (3 preceding siblings ...)
  2012-09-07 14:48 ` [Buildroot] [PATCH 05/10] gnutls: bump to 2.12.20 Gustavo Zacarias
@ 2012-09-07 14:48 ` Gustavo Zacarias
  2012-09-09 20:48   ` Peter Korsgaard
  2012-09-07 14:48 ` [Buildroot] [PATCH 07/10] bison: bump to version 2.6.2 Gustavo Zacarias
                   ` (4 subsequent siblings)
  9 siblings, 1 reply; 18+ messages in thread
From: Gustavo Zacarias @ 2012-09-07 14:48 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/grep/grep.mk b/package/grep/grep.mk
index 4ed5fea..4a10fae 100644
--- a/package/grep/grep.mk
+++ b/package/grep/grep.mk
@@ -4,9 +4,11 @@
 #
 #############################################################
 
-GREP_VERSION = 2.13
+GREP_VERSION = 2.14
 GREP_SITE = $(BR2_GNU_MIRROR)/grep
 GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
+GREP_LICENSE = GPLv3
+GREP_LICENSE_FILES = COPYING
 GREP_CONF_OPT = --disable-perl-regexp --without-included-regex
 GREP_DEPENDENCIES = $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext libintl)
 
-- 
1.7.8.6

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

* [Buildroot] [PATCH 07/10] bison: bump to version 2.6.2
  2012-09-07 14:48 [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Gustavo Zacarias
                   ` (4 preceding siblings ...)
  2012-09-07 14:48 ` [Buildroot] [PATCH 06/10] grep: bump to version 2.14 Gustavo Zacarias
@ 2012-09-07 14:48 ` Gustavo Zacarias
  2012-09-09 20:52   ` Peter Korsgaard
  2012-09-07 14:48 ` [Buildroot] [PATCH 08/10] mpfr: add license info Gustavo Zacarias
                   ` (3 subsequent siblings)
  9 siblings, 1 reply; 18+ messages in thread
From: Gustavo Zacarias @ 2012-09-07 14:48 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/bison/bison.mk b/package/bison/bison.mk
index d0c9077..ab61ca4 100644
--- a/package/bison/bison.mk
+++ b/package/bison/bison.mk
@@ -4,11 +4,12 @@
 #
 #############################################################
 
-BISON_VERSION = 2.5.1
+BISON_VERSION = 2.6.2
 BISON_SITE = $(BR2_GNU_MIRROR)/bison
-
-BISON_CONF_ENV += ac_cv_path_M4=/usr/bin/m4
-BISON_DEPENDENCIES += m4
+BISON_LICENSE = GPLv3
+BISON_LICENSE_FILES = COPYING
+BISON_CONF_ENV = ac_cv_path_M4=/usr/bin/m4
+BISON_DEPENDENCIES = m4
 
 define BISON_DISABLE_EXAMPLES
 	echo 'all install:' > $(@D)/examples/Makefile
-- 
1.7.8.6

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

* [Buildroot] [PATCH 08/10] mpfr: add license info
  2012-09-07 14:48 [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Gustavo Zacarias
                   ` (5 preceding siblings ...)
  2012-09-07 14:48 ` [Buildroot] [PATCH 07/10] bison: bump to version 2.6.2 Gustavo Zacarias
@ 2012-09-07 14:48 ` Gustavo Zacarias
  2012-09-09 20:57   ` Peter Korsgaard
  2012-09-07 14:48 ` [Buildroot] [PATCH 09/10] gmp: " Gustavo Zacarias
                   ` (2 subsequent siblings)
  9 siblings, 1 reply; 18+ messages in thread
From: Gustavo Zacarias @ 2012-09-07 14:48 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk
index 9caf3ac..f283be4 100644
--- a/package/mpfr/mpfr.mk
+++ b/package/mpfr/mpfr.mk
@@ -7,6 +7,8 @@
 MPFR_VERSION = 3.1.1
 MPFR_SITE = http://www.mpfr.org/mpfr-$(MPFR_VERSION)
 MPFR_SOURCE = mpfr-$(MPFR_VERSION).tar.bz2
+MPFR_LICENSE = GPLv3 LGPLv3+
+MPFR_LICENSE_FILES = COPYING COPYING.LESSER
 MPFR_INSTALL_STAGING = YES
 MPFR_DEPENDENCIES = gmp
 MPFR_MAKE_OPT = RANLIB=$(TARGET_RANLIB)
-- 
1.7.8.6

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

* [Buildroot] [PATCH 09/10] gmp: add license info
  2012-09-07 14:48 [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Gustavo Zacarias
                   ` (6 preceding siblings ...)
  2012-09-07 14:48 ` [Buildroot] [PATCH 08/10] mpfr: add license info Gustavo Zacarias
@ 2012-09-07 14:48 ` Gustavo Zacarias
  2012-09-09 20:59   ` Peter Korsgaard
  2012-09-07 14:48 ` [Buildroot] [PATCH 10/10] iproute2: bump to version 3.5.1 Gustavo Zacarias
  2012-09-09 21:01 ` [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Peter Korsgaard
  9 siblings, 1 reply; 18+ messages in thread
From: Gustavo Zacarias @ 2012-09-07 14:48 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk
index 5bcc6c1..c0a74f0 100644
--- a/package/gmp/gmp.mk
+++ b/package/gmp/gmp.mk
@@ -7,6 +7,8 @@
 GMP_VERSION = 5.0.5
 GMP_SITE = $(BR2_GNU_MIRROR)/gmp
 GMP_SOURCE = gmp-$(GMP_VERSION).tar.bz2
+GMP_LICENSE = GPLv3 LGPLv3
+GMP_LICENSE_FILES = COPYING COPYING.LIB
 GMP_INSTALL_STAGING = YES
 
 # Bad ARM assembly breaks on pure thumb
-- 
1.7.8.6

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

* [Buildroot] [PATCH 10/10] iproute2: bump to version 3.5.1
  2012-09-07 14:48 [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Gustavo Zacarias
                   ` (7 preceding siblings ...)
  2012-09-07 14:48 ` [Buildroot] [PATCH 09/10] gmp: " Gustavo Zacarias
@ 2012-09-07 14:48 ` Gustavo Zacarias
  2012-09-09 21:01 ` [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Peter Korsgaard
  9 siblings, 0 replies; 18+ messages in thread
From: Gustavo Zacarias @ 2012-09-07 14:48 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/iproute2/iproute2.mk b/package/iproute2/iproute2.mk
index c671e44..90588a3 100644
--- a/package/iproute2/iproute2.mk
+++ b/package/iproute2/iproute2.mk
@@ -4,7 +4,7 @@
 #
 #############################################################
 
-IPROUTE2_VERSION = 3.5.0
+IPROUTE2_VERSION = 3.5.1
 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
 IPROUTE2_LICENSE = GPLv2
-- 
1.7.8.6

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

* [Buildroot] [PATCH 02/10] less: bump to version 451
  2012-09-07 14:48 ` [Buildroot] [PATCH 02/10] less: bump to version 451 Gustavo Zacarias
@ 2012-09-09 20:39   ` Peter Korsgaard
  0 siblings, 0 replies; 18+ messages in thread
From: Peter Korsgaard @ 2012-09-09 20:39 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/less/less.mk |    4 +++-
 Gustavo>  1 files changed, 3 insertions(+), 1 deletions(-)

 Gustavo> diff --git a/package/less/less.mk b/package/less/less.mk
 Gustavo> index c0ecf20..8f14016 100644
 Gustavo> --- a/package/less/less.mk
 Gustavo> +++ b/package/less/less.mk
 Gustavo> @@ -4,8 +4,10 @@
 Gustavo>  #
 Gustavo>  #############################################################
 
 Gustavo> -LESS_VERSION = 444
 Gustavo> +LESS_VERSION = 451
 Gustavo>  LESS_SITE = http://www.greenwoodsoftware.com/less
 Gustavo> +LESS_LICENSE = GPLv3

The README contains the 'or at your option any later version' text, so
this should be GPLv3+

Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 05/10] gnutls: bump to 2.12.20
  2012-09-07 14:48 ` [Buildroot] [PATCH 05/10] gnutls: bump to 2.12.20 Gustavo Zacarias
@ 2012-09-09 20:46   ` Peter Korsgaard
  0 siblings, 0 replies; 18+ messages in thread
From: Peter Korsgaard @ 2012-09-09 20:46 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/gnutls/gnutls.mk |    4 +++-
 Gustavo>  1 files changed, 3 insertions(+), 1 deletions(-)

 Gustavo> diff --git a/package/gnutls/gnutls.mk b/package/gnutls/gnutls.mk
 Gustavo> index 1ec10b9..18e33fc 100644
 Gustavo> --- a/package/gnutls/gnutls.mk
 Gustavo> +++ b/package/gnutls/gnutls.mk
 Gustavo> @@ -4,9 +4,11 @@
 Gustavo>  #
 Gustavo>  #############################################################
 
 Gustavo> -GNUTLS_VERSION = 2.12.19
 Gustavo> +GNUTLS_VERSION = 2.12.20
 Gustavo>  GNUTLS_SOURCE = gnutls-$(GNUTLS_VERSION).tar.bz2
 Gustavo>  GNUTLS_SITE = $(BR2_GNU_MIRROR)/gnutls
 Gustavo> +GNUTLS_LICENSE = GPLv3 LGPLv2.1

Same comment as less - They are both 'or later'. Committed with that
fixed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 06/10] grep: bump to version 2.14
  2012-09-07 14:48 ` [Buildroot] [PATCH 06/10] grep: bump to version 2.14 Gustavo Zacarias
@ 2012-09-09 20:48   ` Peter Korsgaard
  0 siblings, 0 replies; 18+ messages in thread
From: Peter Korsgaard @ 2012-09-09 20:48 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/grep/grep.mk |    4 +++-
 Gustavo>  1 files changed, 3 insertions(+), 1 deletions(-)

 Gustavo> diff --git a/package/grep/grep.mk b/package/grep/grep.mk
 Gustavo> index 4ed5fea..4a10fae 100644
 Gustavo> --- a/package/grep/grep.mk
 Gustavo> +++ b/package/grep/grep.mk
 Gustavo> @@ -4,9 +4,11 @@
 Gustavo>  #
 Gustavo>  #############################################################
 
 Gustavo> -GREP_VERSION = 2.13
 Gustavo> +GREP_VERSION = 2.14
 Gustavo>  GREP_SITE = $(BR2_GNU_MIRROR)/grep
 Gustavo>  GREP_SOURCE = grep-$(GREP_VERSION).tar.xz
 Gustavo> +GREP_LICENSE = GPLv3

GPLv3+ as well. Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 07/10] bison: bump to version 2.6.2
  2012-09-07 14:48 ` [Buildroot] [PATCH 07/10] bison: bump to version 2.6.2 Gustavo Zacarias
@ 2012-09-09 20:52   ` Peter Korsgaard
  0 siblings, 0 replies; 18+ messages in thread
From: Peter Korsgaard @ 2012-09-09 20:52 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/bison/bison.mk |    9 +++++----
 Gustavo>  1 files changed, 5 insertions(+), 4 deletions(-)

 Gustavo> diff --git a/package/bison/bison.mk b/package/bison/bison.mk
 Gustavo> index d0c9077..ab61ca4 100644
 Gustavo> --- a/package/bison/bison.mk
 Gustavo> +++ b/package/bison/bison.mk
 Gustavo> @@ -4,11 +4,12 @@
 Gustavo>  #
 Gustavo>  #############################################################
 
 Gustavo> -BISON_VERSION = 2.5.1
 Gustavo> +BISON_VERSION = 2.6.2
 Gustavo>  BISON_SITE = $(BR2_GNU_MIRROR)/bison
 Gustavo> -
 Gustavo> -BISON_CONF_ENV += ac_cv_path_M4=/usr/bin/m4
 Gustavo> -BISON_DEPENDENCIES += m4
 Gustavo> +BISON_LICENSE = GPLv3

GPLv3+. Committed with that fixed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 08/10] mpfr: add license info
  2012-09-07 14:48 ` [Buildroot] [PATCH 08/10] mpfr: add license info Gustavo Zacarias
@ 2012-09-09 20:57   ` Peter Korsgaard
  2012-09-09 21:57     ` Gustavo Zacarias
  0 siblings, 1 reply; 18+ messages in thread
From: Peter Korsgaard @ 2012-09-09 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>
 Gustavo> ---
 Gustavo>  package/mpfr/mpfr.mk |    2 ++
 Gustavo>  1 files changed, 2 insertions(+), 0 deletions(-)

 Gustavo> diff --git a/package/mpfr/mpfr.mk b/package/mpfr/mpfr.mk
 Gustavo> index 9caf3ac..f283be4 100644
 Gustavo> --- a/package/mpfr/mpfr.mk
 Gustavo> +++ b/package/mpfr/mpfr.mk
 Gustavo> @@ -7,6 +7,8 @@
 Gustavo>  MPFR_VERSION = 3.1.1
 Gustavo>  MPFR_SITE = http://www.mpfr.org/mpfr-$(MPFR_VERSION)
 Gustavo>  MPFR_SOURCE = mpfr-$(MPFR_VERSION).tar.bz2
 Gustavo> +MPFR_LICENSE = GPLv3 LGPLv3+
 Gustavo> +MPFR_LICENSE_FILES = COPYING COPYING.LESSER

According to the README and mpfr website the license is simply LGPLv3+,
but I also see COPYING. Are you sure it is both?

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 09/10] gmp: add license info
  2012-09-07 14:48 ` [Buildroot] [PATCH 09/10] gmp: " Gustavo Zacarias
@ 2012-09-09 20:59   ` Peter Korsgaard
  0 siblings, 0 replies; 18+ messages in thread
From: Peter Korsgaard @ 2012-09-09 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>
 Gustavo> ---
 Gustavo>  package/gmp/gmp.mk |    2 ++
 Gustavo>  1 files changed, 2 insertions(+), 0 deletions(-)

 Gustavo> diff --git a/package/gmp/gmp.mk b/package/gmp/gmp.mk
 Gustavo> index 5bcc6c1..c0a74f0 100644
 Gustavo> --- a/package/gmp/gmp.mk
 Gustavo> +++ b/package/gmp/gmp.mk
 Gustavo> @@ -7,6 +7,8 @@
 Gustavo>  GMP_VERSION = 5.0.5
 Gustavo>  GMP_SITE = $(BR2_GNU_MIRROR)/gmp
 Gustavo>  GMP_SOURCE = gmp-$(GMP_VERSION).tar.bz2
 Gustavo> +GMP_LICENSE = GPLv3 LGPLv3
 Gustavo> +GMP_LICENSE_FILES = COPYING COPYING.LIB

Same comment as for mpfr.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13
  2012-09-07 14:48 [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Gustavo Zacarias
                   ` (8 preceding siblings ...)
  2012-09-07 14:48 ` [Buildroot] [PATCH 10/10] iproute2: bump to version 3.5.1 Gustavo Zacarias
@ 2012-09-09 21:01 ` Peter Korsgaard
  9 siblings, 0 replies; 18+ messages in thread
From: Peter Korsgaard @ 2012-09-09 21:01 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 10 except for the 2 mpfr/gmp license patches, which seems
unclear, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 08/10] mpfr: add license info
  2012-09-09 20:57   ` Peter Korsgaard
@ 2012-09-09 21:57     ` Gustavo Zacarias
  0 siblings, 0 replies; 18+ messages in thread
From: Gustavo Zacarias @ 2012-09-09 21:57 UTC (permalink / raw)
  To: buildroot

On 09/09/12 17:57, Peter Korsgaard wrote:

> According to the README and mpfr website the license is simply LGPLv3+,
> but I also see COPYING. Are you sure it is both?

I'm based on the assumption that they're shipping both files(/licenses).
In some cases the library portion is LGPL, for example with gnutls, and
the rest (binary/testcases) remain GPL, though it's unclear for mpfr and
gmp as you say.
I'm just erring on the strict side.
Regards.

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

end of thread, other threads:[~2012-09-09 21:57 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-07 14:48 [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 Gustavo Zacarias
2012-09-07 14:48 ` [Buildroot] [PATCH 02/10] less: bump to version 451 Gustavo Zacarias
2012-09-09 20:39   ` Peter Korsgaard
2012-09-07 14:48 ` [Buildroot] [PATCH 03/10] automake: bump to version 1.11.6 Gustavo Zacarias
2012-09-07 14:48 ` [Buildroot] [PATCH 04/10] mpc: bump to version 1.0.1 and license change Gustavo Zacarias
2012-09-07 14:48 ` [Buildroot] [PATCH 05/10] gnutls: bump to 2.12.20 Gustavo Zacarias
2012-09-09 20:46   ` Peter Korsgaard
2012-09-07 14:48 ` [Buildroot] [PATCH 06/10] grep: bump to version 2.14 Gustavo Zacarias
2012-09-09 20:48   ` Peter Korsgaard
2012-09-07 14:48 ` [Buildroot] [PATCH 07/10] bison: bump to version 2.6.2 Gustavo Zacarias
2012-09-09 20:52   ` Peter Korsgaard
2012-09-07 14:48 ` [Buildroot] [PATCH 08/10] mpfr: add license info Gustavo Zacarias
2012-09-09 20:57   ` Peter Korsgaard
2012-09-09 21:57     ` Gustavo Zacarias
2012-09-07 14:48 ` [Buildroot] [PATCH 09/10] gmp: " Gustavo Zacarias
2012-09-09 20:59   ` Peter Korsgaard
2012-09-07 14:48 ` [Buildroot] [PATCH 10/10] iproute2: bump to version 3.5.1 Gustavo Zacarias
2012-09-09 21:01 ` [Buildroot] [PATCH 01/10] libnl: bump to version 3.2.13 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.