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: +49-5121-206917-55

[ptxdist] [PATCH] busybox: use SHA512 for new passwords when SHA256/512 support is enabled

2014-03-06 Thread Matthias Klein
Signed-off-by: Matthias Klein --- rules/busybox.make |5 + 1 file changed, 5 insertions(+) diff --git a/rules/busybox.make b/rules/busybox.make index 7a37f43..53cc1ca 100644 --- a/rules/busybox.make +++ b/rules/busybox.make @@ -43,6 +43,11 @@ $(STATEDIR)/busybox.prepare: @grep -

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

2014-03-06 Thread Michael Olbrich
On Fri, Feb 21, 2014 at 11:06:55AM +0100, Bruno Thomsen wrote: > Enabled SHA authentication and AES privacy (encryption) using OpenSSL. > Upgraded from libnl1 to libnl3 dependency. > > Tested SNMPv3 with USM (User-based Security Model) SHA auth + AES priv, > minimal agent option disabled. > > Si

Re: [ptxdist] fsck at boot

2014-03-06 Thread Michael Olbrich
On Fri, Feb 21, 2014 at 05:57:48PM +0100, Thomas Heller wrote: > I have an SD card (formatted vfat) in my system where logfiles > are written to. Sometimes (after system crashes because of > heavy EMI) the file system gets damaged and on the next boot > the SD card is mounted read-only. I can man

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 Thanks, applied. Michael > --- > patches/ntp-4.2.6/Fix-undefined-MOD_NANO.patch | 42 > -- > pa

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 Thanks, applied. Michael > --- > rules/libzmq.in | 12 +++ > rules/libzmq.make | 59 > +++ > 2 files changed, 71 insertions(+) > cre

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

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 Thanks, applied. Michael > --- > This update is needed for newer kernels, e.g. v3.10 > > ...ernel-header-installed-by-headers_install.patch | 60 > -- > ...d-support-for-dete

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 pu

Re: [ptxdist] [PATCH] tclap: New package

2014-03-06 Thread Michael Olbrich
On Mon, Mar 03, 2014 at 11:09:21AM +0100, Bernhard Walle wrote: > Signed-off-by: Bernhard Walle > --- > rules/tclap.in | 21 + > rules/tclap.make | 39 +++ > 2 files changed, 60 insertions(+) > create mode 100644 rules/tclap.in > create

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" w

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 + AE

[ptxdist] [PATCH] tclap: New package

2014-03-06 Thread Bernhard Walle
Signed-off-by: Bernhard Walle --- 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 b/rules/tclap.in ne