* [Buildroot] [PATCH 1/2] hiawatha: bump to version 8.7
@ 2013-01-12 11:37 Gustavo Zacarias
2013-01-12 11:37 ` [Buildroot] [PATCH 2/2] arptables: bump to version 0.0.4 Gustavo Zacarias
2013-01-12 20:09 ` [Buildroot] [PATCH 1/2] hiawatha: bump to version 8.7 Peter Korsgaard
0 siblings, 2 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2013-01-12 11:37 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/hiawatha/hiawatha.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/hiawatha/hiawatha.mk b/package/hiawatha/hiawatha.mk
index bd9da43..75f9688 100644
--- a/package/hiawatha/hiawatha.mk
+++ b/package/hiawatha/hiawatha.mk
@@ -1,4 +1,4 @@
-HIAWATHA_VERSION = 8.6
+HIAWATHA_VERSION = 8.7
HIAWATHA_SITE = http://www.hiawatha-webserver.org/files
HIAWATHA_LICENSE = GPLv2
HIAWATHA_LICENSE_FILES = LICENSE
--
1.7.12.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 2/2] arptables: bump to version 0.0.4
2013-01-12 11:37 [Buildroot] [PATCH 1/2] hiawatha: bump to version 8.7 Gustavo Zacarias
@ 2013-01-12 11:37 ` Gustavo Zacarias
2013-01-12 11:58 ` Thomas Petazzoni
2013-01-12 20:09 ` [Buildroot] [PATCH 1/2] hiawatha: bump to version 8.7 Peter Korsgaard
1 sibling, 1 reply; 7+ messages in thread
From: Gustavo Zacarias @ 2013-01-12 11:37 UTC (permalink / raw)
To: buildroot
Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
---
package/arptables/arptables.mk | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/package/arptables/arptables.mk b/package/arptables/arptables.mk
index dac5ca4..5a9986b 100644
--- a/package/arptables/arptables.mk
+++ b/package/arptables/arptables.mk
@@ -4,9 +4,8 @@
#
#############################################################
-ARPTABLES_VERSION = 0.0.3
-ARPTABLES_VERSION_MINOR = 4
-ARPTABLES_SOURCE = arptables-v$(ARPTABLES_VERSION)-$(ARPTABLES_VERSION_MINOR).tar.gz
+ARPTABLES_VERSION = 0.0.4
+ARPTABLES_SOURCE = arptables-v$(ARPTABLES_VERSION).tar.gz
ARPTABLES_SITE = http://downloads.sourceforge.net/project/ebtables/arptables/arptables-v$(ARPTABLES_VERSION)
define ARPTABLES_BUILD_CMDS
--
1.7.12.4
^ permalink raw reply related [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 2/2] arptables: bump to version 0.0.4
2013-01-12 11:37 ` [Buildroot] [PATCH 2/2] arptables: bump to version 0.0.4 Gustavo Zacarias
@ 2013-01-12 11:58 ` Thomas Petazzoni
2013-01-12 12:07 ` Gustavo Zacarias
0 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2013-01-12 11:58 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Sat, 12 Jan 2013 08:37:55 -0300, Gustavo Zacarias wrote:
> -ARPTABLES_VERSION = 0.0.3
> -ARPTABLES_VERSION_MINOR = 4
> -ARPTABLES_SOURCE = arptables-v$(ARPTABLES_VERSION)-$(ARPTABLES_VERSION_MINOR).tar.gz
> +ARPTABLES_VERSION = 0.0.4
> +ARPTABLES_SOURCE = arptables-v$(ARPTABLES_VERSION).tar.gz
> ARPTABLES_SITE = http://downloads.sourceforge.net/project/ebtables/arptables/arptables-v$(ARPTABLES_VERSION)
Could you add LICENSE and LICENSE_FILES while you're at it? :-)
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] 7+ messages in thread
* [Buildroot] [PATCH 2/2] arptables: bump to version 0.0.4
2013-01-12 11:58 ` Thomas Petazzoni
@ 2013-01-12 12:07 ` Gustavo Zacarias
2013-01-12 12:10 ` Thomas Petazzoni
0 siblings, 1 reply; 7+ messages in thread
From: Gustavo Zacarias @ 2013-01-12 12:07 UTC (permalink / raw)
To: buildroot
On 01/12/2013 08:58 AM, Thomas Petazzoni wrote:
> Could you add LICENSE and LICENSE_FILES while you're at it? :-)
Unfortunately it's not clear cut which license it's placed on.
Presumably it's GPL since a quick search says:
arptables-v0.0.4 $ find . -type f -exec grep --with-filename GPL {} \;
./libarptc/libarptc.c:/* (C)1999 Paul ``Rusty'' Russell - Placed under
the GNU GPL (See
./libarptc/libarptc_incl.c:/* (C)1999 Paul ``Rusty'' Russell - Placed
under the GNU GPL (See
./include/linux/netfilter_arp.h: * (C)2002 Rusty Russell IBM -- This
code is GPL.
But there's nothing else indicating so, and no detail as to which
version of the GPL (presumably v2 because of the date, but no license
files included).
Should we go with v2 or just leave it be for the license experts?
Regards.
^ permalink raw reply [flat|nested] 7+ messages in thread* [Buildroot] [PATCH 2/2] arptables: bump to version 0.0.4
2013-01-12 12:07 ` Gustavo Zacarias
@ 2013-01-12 12:10 ` Thomas Petazzoni
2013-01-12 12:16 ` Gustavo Zacarias
0 siblings, 1 reply; 7+ messages in thread
From: Thomas Petazzoni @ 2013-01-12 12:10 UTC (permalink / raw)
To: buildroot
Dear Gustavo Zacarias,
On Sat, 12 Jan 2013 09:07:14 -0300, Gustavo Zacarias wrote:
> > Could you add LICENSE and LICENSE_FILES while you're at it? :-)
>
> Unfortunately it's not clear cut which license it's placed on.
> Presumably it's GPL since a quick search says:
>
> arptables-v0.0.4 $ find . -type f -exec grep --with-filename GPL {} \;
> ./libarptc/libarptc.c:/* (C)1999 Paul ``Rusty'' Russell - Placed under
> the GNU GPL (See
> ./libarptc/libarptc_incl.c:/* (C)1999 Paul ``Rusty'' Russell - Placed
> under the GNU GPL (See
> ./include/linux/netfilter_arp.h: * (C)2002 Rusty Russell IBM -- This
> code is GPL.
>
> But there's nothing else indicating so, and no detail as to which
> version of the GPL (presumably v2 because of the date, but no license
> files included).
> Should we go with v2 or just leave it be for the license experts?
Another option is to contact the authors and ask them to clarify the
licensing? It's not like Rusty Russell is MIA :-)
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] 7+ messages in thread* [Buildroot] [PATCH 2/2] arptables: bump to version 0.0.4
2013-01-12 12:10 ` Thomas Petazzoni
@ 2013-01-12 12:16 ` Gustavo Zacarias
0 siblings, 0 replies; 7+ messages in thread
From: Gustavo Zacarias @ 2013-01-12 12:16 UTC (permalink / raw)
To: buildroot
On 01/12/2013 09:10 AM, Thomas Petazzoni wrote:
> Another option is to contact the authors and ask them to clarify the
> licensing? It's not like Rusty Russell is MIA :-)
Looking at extensions/arpt_CLASSIFY.c it specifies v2+ so i think it's
safe to assume this given that as you pointed out on IRC Debian also
classifies it so.
Patch forthcoming.
Regards.
^ permalink raw reply [flat|nested] 7+ messages in thread
* [Buildroot] [PATCH 1/2] hiawatha: bump to version 8.7
2013-01-12 11:37 [Buildroot] [PATCH 1/2] hiawatha: bump to version 8.7 Gustavo Zacarias
2013-01-12 11:37 ` [Buildroot] [PATCH 2/2] arptables: bump to version 0.0.4 Gustavo Zacarias
@ 2013-01-12 20:09 ` Peter Korsgaard
1 sibling, 0 replies; 7+ messages in thread
From: Peter Korsgaard @ 2013-01-12 20:09 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] 7+ messages in thread
end of thread, other threads:[~2013-01-12 20:09 UTC | newest]
Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-12 11:37 [Buildroot] [PATCH 1/2] hiawatha: bump to version 8.7 Gustavo Zacarias
2013-01-12 11:37 ` [Buildroot] [PATCH 2/2] arptables: bump to version 0.0.4 Gustavo Zacarias
2013-01-12 11:58 ` Thomas Petazzoni
2013-01-12 12:07 ` Gustavo Zacarias
2013-01-12 12:10 ` Thomas Petazzoni
2013-01-12 12:16 ` Gustavo Zacarias
2013-01-12 20:09 ` [Buildroot] [PATCH 1/2] hiawatha: bump to version 8.7 Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox