All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63
@ 2012-09-04 14:07 Gustavo Zacarias
  2012-09-04 14:07 ` [Buildroot] [PATCH 2/2] php: bump to version 5.3.16 Gustavo Zacarias
  2012-09-04 18:00 ` [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63 Baruch Siach
  0 siblings, 2 replies; 8+ messages in thread
From: Gustavo Zacarias @ 2012-09-04 14:07 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
index 1f714bf..fc7333f 100644
--- a/package/dnsmasq/dnsmasq.mk
+++ b/package/dnsmasq/dnsmasq.mk
@@ -4,11 +4,13 @@
 #
 #############################################################
 
-DNSMASQ_VERSION = 2.62
+DNSMASQ_VERSION = 2.63
 DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
 DNSMASQ_MAKE_ENV = CC="$(TARGET_CC)"
 DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)"
 DNSMASQ_MAKE_OPT += DESTDIR=$(TARGET_DIR) LDFLAGS="$(TARGET_LDFLAGS)"
+DNSMASQ_LICENSE = GPLv2 GPLv3
+DNSMASQ_LICENSE_FILES = COPYING COPYING-v3
 
 ifneq ($(BR2_INET_IPV6),y)
 	DNSMASQ_COPTS += -DNO_IPV6
-- 
1.7.8.6

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

* [Buildroot] [PATCH 2/2] php: bump to version 5.3.16
  2012-09-04 14:07 [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63 Gustavo Zacarias
@ 2012-09-04 14:07 ` Gustavo Zacarias
  2012-09-04 20:02   ` Peter Korsgaard
  2012-09-04 18:00 ` [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63 Baruch Siach
  1 sibling, 1 reply; 8+ messages in thread
From: Gustavo Zacarias @ 2012-09-04 14:07 UTC (permalink / raw)
  To: buildroot

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

diff --git a/package/php/php.mk b/package/php/php.mk
index 0544659..2f8e99e 100644
--- a/package/php/php.mk
+++ b/package/php/php.mk
@@ -4,12 +4,14 @@
 #
 #############################################################
 
-PHP_VERSION = 5.3.15
+PHP_VERSION = 5.3.16
 PHP_SOURCE = php-$(PHP_VERSION).tar.bz2
 PHP_SITE = http://www.php.net/distributions
 PHP_INSTALL_STAGING = YES
 PHP_INSTALL_STAGING_OPT = INSTALL_ROOT=$(STAGING_DIR) install
 PHP_INSTALL_TARGET_OPT = INSTALL_ROOT=$(TARGET_DIR) install
+PHP_LICENSE = PHP
+PHP_LICENSE_FILES = LICENSE
 PHP_CONF_OPT =  --mandir=/usr/share/man \
 		--infodir=/usr/share/info \
 		--disable-all \
-- 
1.7.8.6

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

* [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63
  2012-09-04 14:07 [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63 Gustavo Zacarias
  2012-09-04 14:07 ` [Buildroot] [PATCH 2/2] php: bump to version 5.3.16 Gustavo Zacarias
@ 2012-09-04 18:00 ` Baruch Siach
  2012-09-04 18:05   ` Gustavo Zacarias
  2012-09-04 20:01   ` Peter Korsgaard
  1 sibling, 2 replies; 8+ messages in thread
From: Baruch Siach @ 2012-09-04 18:00 UTC (permalink / raw)
  To: buildroot

Hi Gustavo,

On Tue, Sep 04, 2012 at 11:07:37AM -0300, Gustavo Zacarias wrote:
> Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
> ---
>  package/dnsmasq/dnsmasq.mk |    4 +++-
>  1 files changed, 3 insertions(+), 1 deletions(-)
> 
> diff --git a/package/dnsmasq/dnsmasq.mk b/package/dnsmasq/dnsmasq.mk
> index 1f714bf..fc7333f 100644
> --- a/package/dnsmasq/dnsmasq.mk
> +++ b/package/dnsmasq/dnsmasq.mk
> @@ -4,11 +4,13 @@
>  #
>  #############################################################
>  
> -DNSMASQ_VERSION = 2.62
> +DNSMASQ_VERSION = 2.63
>  DNSMASQ_SITE = http://thekelleys.org.uk/dnsmasq
>  DNSMASQ_MAKE_ENV = CC="$(TARGET_CC)"
>  DNSMASQ_MAKE_OPT = COPTS="$(DNSMASQ_COPTS)" PREFIX=/usr CFLAGS="$(TARGET_CFLAGS)"
>  DNSMASQ_MAKE_OPT += DESTDIR=$(TARGET_DIR) LDFLAGS="$(TARGET_LDFLAGS)"
> +DNSMASQ_LICENSE = GPLv2 GPLv3

Looks confusing. Is it "either v2 or v3"? If so, then I think

DNSMASQ_LICENSE = Dual GPLv2/GPLv3

would be better.

baruch

> +DNSMASQ_LICENSE_FILES = COPYING COPYING-v3
>  
>  ifneq ($(BR2_INET_IPV6),y)
>  	DNSMASQ_COPTS += -DNO_IPV6

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63
  2012-09-04 18:00 ` [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63 Baruch Siach
@ 2012-09-04 18:05   ` Gustavo Zacarias
  2012-09-05  4:03     ` Baruch Siach
  2012-09-04 20:01   ` Peter Korsgaard
  1 sibling, 1 reply; 8+ messages in thread
From: Gustavo Zacarias @ 2012-09-04 18:05 UTC (permalink / raw)
  To: buildroot

On 09/04/12 15:00, Baruch Siach wrote:

>> +DNSMASQ_LICENSE = GPLv2 GPLv3
> 
> Looks confusing. Is it "either v2 or v3"? If so, then I think
> 
> DNSMASQ_LICENSE = Dual GPLv2/GPLv3
> 
> would be better.
> 
> baruch

Hi.
They specify (in not so clear terms) that you can choose one of them,
see CHANGELOG.archive line 2393.
I'm pretty short of sleep these days, "Dual" would be choose either or
both apply?
Regards.

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

* [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63
  2012-09-04 18:00 ` [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63 Baruch Siach
  2012-09-04 18:05   ` Gustavo Zacarias
@ 2012-09-04 20:01   ` Peter Korsgaard
  2012-09-05  4:00     ` Baruch Siach
  1 sibling, 1 reply; 8+ messages in thread
From: Peter Korsgaard @ 2012-09-04 20:01 UTC (permalink / raw)
  To: buildroot

>>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:

 >> +DNSMASQ_LICENSE = GPLv2 GPLv3

 Baruch> Looks confusing. Is it "either v2 or v3"? If so, then I think

 Baruch> DNSMASQ_LICENSE = Dual GPLv2/GPLv3

Or even GPLv2+

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH 2/2] php: bump to version 5.3.16
  2012-09-04 14:07 ` [Buildroot] [PATCH 2/2] php: bump to version 5.3.16 Gustavo Zacarias
@ 2012-09-04 20:02   ` Peter Korsgaard
  0 siblings, 0 replies; 8+ messages in thread
From: Peter Korsgaard @ 2012-09-04 20:02 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] 8+ messages in thread

* [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63
  2012-09-04 20:01   ` Peter Korsgaard
@ 2012-09-05  4:00     ` Baruch Siach
  0 siblings, 0 replies; 8+ messages in thread
From: Baruch Siach @ 2012-09-05  4:00 UTC (permalink / raw)
  To: buildroot

Hi Peter,

On Tue, Sep 04, 2012 at 10:01:33PM +0200, Peter Korsgaard wrote:
> >>>>> "Baruch" == Baruch Siach <baruch@tkos.co.il> writes:
> 
>  >> +DNSMASQ_LICENSE = GPLv2 GPLv3
> 
>  Baruch> Looks confusing. Is it "either v2 or v3"? If so, then I think
> 
>  Baruch> DNSMASQ_LICENSE = Dual GPLv2/GPLv3
> 
> Or even GPLv2+

The license text of Makefile, for example, is

#  This program is free software; you can redistribute it and/or modify
#  it under the terms of the GNU General Public License as published by
#  the Free Software Foundation; version 2 dated June, 1991, or
#  (at your option) version 3 dated 29 June, 2007.

Note that there is no "or later" in the license description. I guess this 
means "GPL v2 or v3 only".

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

* [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63
  2012-09-04 18:05   ` Gustavo Zacarias
@ 2012-09-05  4:03     ` Baruch Siach
  0 siblings, 0 replies; 8+ messages in thread
From: Baruch Siach @ 2012-09-05  4:03 UTC (permalink / raw)
  To: buildroot

Hi Gustavo,

On Tue, Sep 04, 2012 at 03:05:01PM -0300, Gustavo Zacarias wrote:
> On 09/04/12 15:00, Baruch Siach wrote:
> 
> >> +DNSMASQ_LICENSE = GPLv2 GPLv3
> > 
> > Looks confusing. Is it "either v2 or v3"? If so, then I think
> > 
> > DNSMASQ_LICENSE = Dual GPLv2/GPLv3
> > 
> > would be better.
>
> They specify (in not so clear terms) that you can choose one of them,
> see CHANGELOG.archive line 2393.
> I'm pretty short of sleep these days, "Dual" would be choose either or
> both apply?

Well, IANAL, but as far as I know "Dual" means "choose either".

baruch

-- 
     http://baruch.siach.name/blog/                  ~. .~   Tk Open Systems
=}------------------------------------------------ooO--U--Ooo------------{=
   - baruch at tkos.co.il - tel: +972.2.679.5364, http://www.tkos.co.il -

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

end of thread, other threads:[~2012-09-05  4:03 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-04 14:07 [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63 Gustavo Zacarias
2012-09-04 14:07 ` [Buildroot] [PATCH 2/2] php: bump to version 5.3.16 Gustavo Zacarias
2012-09-04 20:02   ` Peter Korsgaard
2012-09-04 18:00 ` [Buildroot] [PATCH 1/2] dnsmasq: bump to version 2.63 Baruch Siach
2012-09-04 18:05   ` Gustavo Zacarias
2012-09-05  4:03     ` Baruch Siach
2012-09-04 20:01   ` Peter Korsgaard
2012-09-05  4:00     ` Baruch Siach

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.