Re: [ptxdist] does ptxdist newpackage target support building a Qt application - YES

2014-03-06 Thread Juergen Beisert
\o/ Impressive! Subject communication! :)) Juergen -- Pengutronix e.K.                              | Juergen Beisert             | Linux Solutions for Science and Industry      | http://www.pengutronix.de/ | -- ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] does ptxdist newpackage target support building a Qt application - YES; Juergen, you did it wrong!!ELF!11

2014-03-06 Thread Robert Schwebel
-- Pengutronix e.K. | | Industrial Linux Solutions | http://www.pengutronix.de/ | Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0| Amtsgericht Hildesheim, HRA 2686 | Fax:

Re: [ptxdist] [PATCH] libtar: add as new package

2014-03-06 Thread Michael Olbrich
On Wed, Feb 26, 2014 at 09:41:53AM +0100, Alexander Dahl wrote: I had some problems with the get stage and git urls we already discussed in IRC last week. This still occurs with the current ptxdist 2014.02.0 release, so I describe what I found. Am 2014-02-23 14:01, schrieb Alexander Dahl:

Re: [ptxdist] [PATCH] ntp: version bump 4.2.6 - 4.2.6p5

2014-03-06 Thread Michael Olbrich
On Wed, Feb 26, 2014 at 08:07:05AM +0100, Bruno Thomsen wrote: Version 4.2.6p5 is the latest stable release. Fixed install ntpq option. Signed-off-by: Bruno Thomsen b...@kamstrup.dk Thanks, applied. Michael --- patches/ntp-4.2.6/Fix-undefined-MOD_NANO.patch | 42

Re: [ptxdist] [PATCH] libzmq: add new package

2014-03-06 Thread Michael Olbrich
On Thu, Feb 27, 2014 at 10:03:04PM +0100, Alexander Aring wrote: Signed-off-by: Alexander Aring alex.ar...@gmail.com Thanks, applied. Michael --- rules/libzmq.in | 12 +++ rules/libzmq.make | 59 +++ 2 files changed, 71

Re: [ptxdist] [PATCH 1/7] ptxdist: Add list-packages command

2014-03-06 Thread Michael Olbrich
I've applied all of them. Some with small cleanups. Michael On Wed, Feb 26, 2014 at 03:13:15PM +0100, Sascha Hauer wrote: This adds a command to list all packages currently selected. ptxdist gurus can use 'ptxdist print PACKAGES' for the same purpose, this command is for the people who can't

Re: [ptxdist] [PATCH] klibc: Bump to version 2.0.3

2014-03-06 Thread Michael Olbrich
On Wed, Feb 26, 2014 at 02:06:43PM +0100, Alexander Stein wrote: Signed-off-by: Alexander Stein alexander.st...@systec-electronic.com Thanks, applied. Michael --- This update is needed for newer kernels, e.g. v3.10 ...ernel-header-installed-by-headers_install.patch | 60

Re: [ptxdist] tarballs from git URLs: git archive vs. git submodule

2014-03-06 Thread Michael Olbrich
Hi, On Mon, Mar 03, 2014 at 01:13:00PM +0100, Alexander Dahl wrote: while trying the local_src feature (local_src/${PACKAGE}.{PLATFORM}) which is actually really cool, I came across a problem with the automatic tarball creation from Git URLs. ptxd_make_get.sh uses `git archive` for this

Re: [ptxdist] [PATCH] libtar: add as new package

2014-03-06 Thread Michael Olbrich
On Sun, Feb 23, 2014 at 02:01:32PM +0100, Alexander Dahl wrote: libtar is a C library for manipulating POSIX tar files. It handles adding and extracting files to/from a tar archive. I reviewed the current Debian patches for usefulness and added all of them. Since the official unofficial way

Re: [ptxdist] [PATCH v2] net-snmp: Improved SNMPv3 authentication and privacy support.

2014-03-06 Thread Michael Olbrich
On Mon, Feb 24, 2014 at 01:44:24PM +0100, Bruno Thomsen wrote: Enabled SHA authentication and AES privacy (encryption) using OpenSSL. Upgraded from libnl1 to libnl3 dependency. Disable minimal agent when privacy is enabled. Tested SNMPv3 with USM (User-based Security Model) SHA auth + AES

[ptxdist] [PATCH] tclap: New package

2014-03-06 Thread Bernhard Walle
Signed-off-by: Bernhard Walle bernh...@bwalle.de --- rules/tclap.in | 21 + rules/tclap.make | 40 2 files changed, 61 insertions(+) create mode 100644 rules/tclap.in create mode 100644 rules/tclap.make diff --git a/rules/tclap.in