Re: [ptxdist] Extract a list of all packages

2014-01-30 Thread Michael Olbrich
Hi, On Thu, Jan 30, 2014 at 02:58:11PM +0100, Bernhard Bender wrote: > Von: Juergen Beisert [mailto:j...@pengutronix.de] > Gesendet: Donnerstag, 30. Januar 2014 12:41 > > > $ ptxdist print PACKAGES-y > > For the corresponding URL I think you will need a script which queries each > > package's UR

Re: [ptxdist] Extract a list of all packages

2014-01-30 Thread Bernhard Bender
Hi Juergen, Von: Juergen Beisert [mailto:j...@pengutronix.de] Gesendet: Donnerstag, 30. Januar 2014 12:41 > $ ptxdist print PACKAGES-y > For the corresponding URL I think you will need a script which queries each > package's URL one by one. That’s fine, thank you. Is it possible to run a scri

Re: [ptxdist] Extract a list of all packages

2014-01-30 Thread Juergen Beisert
Hi Bernhard, On Thursday 30 January 2014 12:24:09 Bernhard Bender wrote: > I would like to extract a list of all packages configured for my project > from ptxdist. How cam I do this? The list should include the package name, > version and URL, if possible. The list of all enabled packages: $ ptx

[ptxdist] Extract a list of all packages

2014-01-30 Thread Bernhard Bender
Hello all, I would like to extract a list of all packages configured for my project from ptxdist. How cam I do this? The list should include the package name, version and URL, if possible. Thanks for any hinst. Bernhard Bender Entwicklung Bytec Medizintechnik GmbH Hermann-Hollerith-Str. 11 522

Re: [ptxdist] [PATCH v2 3/3] iputils: add new package iputils

2014-01-30 Thread Alexander Aring
On Thu, Jan 30, 2014 at 09:48:13AM +0100, Michael Olbrich wrote: > On Sun, Jan 26, 2014 at 10:41:24AM +0100, Alexander Aring wrote: > > This patch adds another package for most common network binary tools > > like ping, ping6, etc. > > > > Signed-off-by: Alexander Aring > > --- > > v2: > > - Add

Re: [ptxdist] [PATCH] libmodbus3: upgrade to v3.0.5 and adapt download URL

2014-01-30 Thread Michael Olbrich
On Mon, Jan 27, 2014 at 01:12:50PM +0100, Alexander Dahl wrote: > > Signed-off-by: Alexander Dahl Thanks, applied. Michael > --- > rules/libmodbus3.make |6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/rules/libmodbus3.make b/rules/libmodbus3.make > index d47

Re: [ptxdist] [PATCHv2] monit: add new package

2014-01-30 Thread Michael Olbrich
On Mon, Jan 27, 2014 at 02:44:05PM +0100, Alexander Dahl wrote: > This adds the system monitoring daemon 'monit'. An init script for > busybox init method is included and a generic config file to start with. > > Signed-off-by: Alexander Dahl Thanks, applied. Michael > --- > generic/etc/init.d

Re: [ptxdist] [PATCH] libpcap: version bump to 1.4.0

2014-01-30 Thread Michael Olbrich
On Mon, Jan 27, 2014 at 08:41:48AM +0100, Alexander Aring wrote: > On Mon, Jun 03, 2013 at 01:57:40PM +0200, Michael Olbrich wrote: > > On Fri, May 31, 2013 at 06:18:21PM +0200, Alexander Aring wrote: > > > Bump libpcap version to 1.4.0. > > > > > > Changes: > > > - Add --enable-bluetooth config

Re: [ptxdist] [PATCH] wireshark: rework and update to wireshark 1.8.7

2014-01-30 Thread Michael Olbrich
On Mon, Jan 27, 2014 at 08:33:13AM +0100, Alexander Aring wrote: > Hi Michael, > > On Mon, Jun 03, 2013 at 01:53:25PM +0200, Michael Olbrich wrote: > > On Mon, May 27, 2013 at 01:54:54PM +0200, Alexander Aring wrote: > > > This patch removes the build of common gtk-interface wireshark. > > > Inste

Re: [ptxdist] [PATCH 1/2] libbsd: add new package

2014-01-30 Thread Michael Olbrich
On Sun, Jan 26, 2014 at 07:40:35PM +0100, Alexander Aring wrote: > Signed-off-by: Alexander Aring I've applied this one. Thanks, Michael > --- > rules/libbsd.in | 11 ++ > rules/libbsd.make | 63 > +++ > 2 files changed, 74 inserti

Re: [ptxdist] [PATCH 2/2] netcat: add choice for gnu or bsd version of nc

2014-01-30 Thread Michael Olbrich
On Sun, Jan 26, 2014 at 07:40:36PM +0100, Alexander Aring wrote: > This patch adds splits netcat in gnu and bsd version. > The bsd version of netcat has ipv6 support and lot of others > improvements. > > The patches for netcat-openbsd are taken from debian project. Using a 'choice' here is not a

Re: [ptxdist] [PATCH] wireshark: fix juergen beiserts mail address

2014-01-30 Thread Michael Olbrich
On Sun, Jan 26, 2014 at 11:25:12AM +0100, Alexander Aring wrote: > Signed-off-by: Alexander Aring > --- > detected while starring on ptxdist output :-) > Thanks, applied. Michael > rules/wireshark.make | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/rules/wireshark.m

Re: [ptxdist] [PATCH v2 3/3] iputils: add new package iputils

2014-01-30 Thread Michael Olbrich
On Sun, Jan 26, 2014 at 10:41:24AM +0100, Alexander Aring wrote: > This patch adds another package for most common network binary tools > like ping, ping6, etc. > > Signed-off-by: Alexander Aring > --- > v2: > - Add missing ALLYES > Thanks, all applied. I've cleaned up this patch a bit. Micha