[ptxdist] [PATCH v2 1/3] inetutils: add missing depends on !BUSYBOX_TFTPD

2014-01-26 Thread Alexander Aring
Busybox also provides tftpd binary. Add depends on !BUSYBOX_TFTPD to avoid a double install of a tftpd binary. Signed-off-by: Alexander Aring alex.ar...@gmail.com --- v2: - fix typo misiing - missing in commit msg - add missing ALLYES rules/inetutils.in | 4 1 file changed, 4

[ptxdist] [PATCH v2 2/3] gnutls: add support for openssl compatibility

2014-01-26 Thread Alexander Aring
This patch adds a openssl compatibility option to gnutls and install the gnutls openssl compatibility library if enabled. Signed-off-by: Alexander Aring alex.ar...@gmail.com --- rules/gnutls.in | 15 +-- rules/gnutls.make | 5 + 2 files changed, 18 insertions(+), 2

[ptxdist] [PATCH v2 2/3] gnutls: add support for openssl compatibility

2014-01-26 Thread Alexander Aring
This patch adds a openssl compatibility option to gnutls and install the gnutls openssl compatibility library if enabled. Signed-off-by: Alexander Aring alex.ar...@gmail.com --- rules/gnutls.in | 15 +-- rules/gnutls.make | 5 + 2 files changed, 18 insertions(+), 2

[ptxdist] [PATCH v2 1/3] inetutils: add missing depends on !BUSYBOX_TFTPD

2014-01-26 Thread Alexander Aring
Busybox also provides tftpd binary. Add depends on !BUSYBOX_TFTPD to avoid a double install of a tftpd binary. Signed-off-by: Alexander Aring alex.ar...@gmail.com --- v2: - fix typo misiing - missing in commit msg - add missing ALLYES rules/inetutils.in | 4 1 file changed, 4

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

2014-01-26 Thread Alexander Aring
This patch adds another package for most common network binary tools like ping, ping6, etc. Signed-off-by: Alexander Aring alex.ar...@gmail.com --- v2: - Add missing ALLYES rules/iputils.in | 118 rules/iputils.make | 141

Re: [ptxdist] [PATCH v2 1/3] inetutils: add missing depends on !BUSYBOX_TFTPD

2014-01-26 Thread Alexander Aring
Hi, Skip this patchstack I send the wrong one. Sorry for the noise. - Alex -- ptxdist mailing list ptxdist@pengutronix.de

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

2014-01-26 Thread Alexander Aring
Signed-off-by: Alexander Aring alex.ar...@gmail.com --- detected while starring on ptxdist output :-) rules/wireshark.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/wireshark.make b/rules/wireshark.make index fbf666f..9f117f5 100644 --- a/rules/wireshark.make +++

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

2014-01-26 Thread Alexander Aring
Signed-off-by: Alexander Aring alex.ar...@gmail.com --- rules/libbsd.in | 11 ++ rules/libbsd.make | 63 +++ 2 files changed, 74 insertions(+) create mode 100644 rules/libbsd.in create mode 100644 rules/libbsd.make diff --git

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

2014-01-26 Thread Alexander Aring
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. Instead of the gtk-interface you can use the cli-interface (tshark) to capture

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

2014-01-26 Thread Alexander Aring
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 configure parameter only if LIBPCAP_BLUETOOTH is set. - Add --disable-universal