Re: [ptxdist] license-report: extend to generate textual list of package + licenses

2016-10-04 Thread Andreas Pretzsch
On Di, 2016-10-04 at 15:02 +0200, Michael Olbrich wrote: > > > [ptxdist make license-report] > > > > First, this one is wonderful, and works like a charm. Thanks a lot. > > > > What I am missing is an overview. > > Mainly as an external list, but maybe also in the reports. > > > > I'm talking

[ptxdist] [PATCH v2] zip: add license information and license file for report generation

2016-10-04 Thread Andreas Pretzsch
License information is pretty much the same as with unzip, just a newer revision of the (BSD-like) Info-ZIP license (here: version 2007-Mar-4). Add license tag and reference to license text. Signed-off-by: Andreas Pretzsch --- v1 -> v2: remove descriptive "BSD-like" in license

[ptxdist] [PATCH] unzip: fix license information (remove descriptive "BSD-like")

2016-10-04 Thread Andreas Pretzsch
license tags shall only contain SPDX identifiers. While the Info-ZIP license is BSD-like, this information comes from the license text resp. SPDX references. Therefore remove this comment. Signed-off-by: Andreas Pretzsch --- rules/unzip.make | 2 +- 1 file changed, 1

[ptxdist] [PATCH v3] iproute2: update version and minor improvements

2016-10-04 Thread Clemens Gruber
Update to iproute2 4.7.0, which - thanks to Alexander Aring - includes a patch to fix a xtables-related build failure. In addition we have to set TC_CONFIG_XT to y. Otherwise, the hand-crafted Configure script enables legacy iptables code, which in turn leads to multiple build failures. Enabling

Re: [ptxdist] libmd: specification of license tags

2016-10-04 Thread Andreas Pretzsch
On Di, 2016-10-04 at 16:19 +0200, Michael Olbrich wrote: > In this case, I'd say, let's just move the package to staging and not use > it at all. As I noted in my other mail, even ntp is not using it any more, > so it is no longer needed. ACK. Just sent a patch, with some information why: "libmd:

[ptxdist] [PATCH] libmd: move to staging (license issues and no more users inside ptxdist)

2016-10-04 Thread Andreas Pretzsch
libmd provides MD2, MD4, MD5, SHA-1 and RIPEMD-160 message digest algorithms. Each of the respective implementations includes different license statements, with wrappers under beer-ware license. None of them is specified or extracted in the ptxdist rule. In addition, to handle esp. the RSA

Re: [ptxdist] [PATCH] ntp: remove dependency on libmd (ntp has internal MD5 code)

2016-10-04 Thread Andreas Pretzsch
On Di, 2016-10-04 at 15:57 +0200, Michael Olbrich wrote: > > > diff --git a/rules/ntp.in b/rules/ntp.in > > > index a1aa6d9..9f85406 100644 > > > --- a/rules/ntp.in > > > +++ b/rules/ntp.in > > > @@ -8,7 +8,6 @@ menuconfig NTP > > > select LIBC_M > > > select LIBC_RT > > > select

Re: [ptxdist] [PATCH 4/4] zip: add license information and license file for report generation

2016-10-04 Thread Andreas Pretzsch
On Di, 2016-10-04 at 15:30 +0200, Michael Olbrich wrote: > On Mon, Oct 03, 2016 at 09:01:24PM +0200, Andreas Pretzsch wrote: > > License information is pretty much the same as with unzip, just a newer > > revision of the (BSD-like) Info-ZIP license (here: version 2007-Mar-4). > > > >

[ptxdist] Go in ptxdist

2016-10-04 Thread Clemens Gruber
Hi, I'd like to start a discussion about implementing support for Go language projects in ptxdist. https://golang.org The nice thing about the recent Go versions is that cross compilation is possible without recompiling Go for the target architecture. You can use the Go version from your host

Re: [ptxdist] [PATCH v2] iproute2: update version and minor improvements

2016-10-04 Thread Michael Olbrich
On Wed, Sep 28, 2016 at 05:59:23PM +0200, Clemens Gruber wrote: > Update to iproute2 4.7.0, which includes Alexander Aring's patch to fix > the xtables build failure. > Replaced the description of tc with some (modified) lines from the > manpage. > > Signed-off-by: Clemens Gruber

Re: [ptxdist] libmd: specification of license tags

2016-10-04 Thread Michael Olbrich
On Mon, Oct 03, 2016 at 10:18:56PM +0200, Andreas Pretzsch wrote: > While updating the license stuff in a customer BSP, libmd hit me. > > libmd provides MD2, MD4, MD5, SHA-1 and RIPEMD-160 message digest > algorithms. > Each of the respective implementations includes different license >

Re: [ptxdist] [PATCH] ntp: remove dependency on libmd (ntp has internal MD5 code)

2016-10-04 Thread Michael Olbrich
On Mon, Oct 03, 2016 at 10:31:32PM +0200, Andreas Pretzsch wrote: > On Mo, 2016-10-03 at 21:27 +0200, Andreas Pretzsch wrote: > > libmd provides various message digest algorithms. > > From these, ntp only uses MD5. > > In case there is no system-wide MD5 (e.g. from libmd), ntp will use > > its own

Re: [ptxdist] [PATCH 4/4] zip: add license information and license file for report generation

2016-10-04 Thread Michael Olbrich
On Mon, Oct 03, 2016 at 09:01:24PM +0200, Andreas Pretzsch wrote: > License information is pretty much the same as with unzip, just a newer > revision of the (BSD-like) Info-ZIP license (here: version 2007-Mar-4). > > Signed-off-by: Andreas Pretzsch > --- > rules/zip.make | 2 ++

Re: [ptxdist] license-report: extend to generate textual list of package + licenses

2016-10-04 Thread Michael Olbrich
Hi, On Tue, Oct 04, 2016 at 12:23:00AM +0200, Andreas Pretzsch wrote: > On Mi, 2015-02-11 at 12:19 +0100, Juergen Borleis wrote: > > On Wednesday 11 February 2015 11:50:16 Hubert Feurstein wrote: > > > IMHO the proposal by Markus makes sense. I have had the same issues > > > with collecting