[ptxdist] [PATCH 08/22] host-meson: version bump 0.43.0 -> 0.44.0

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/host-meson.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-meson.make b/rules/host-meson.make index f195f985d..d09bdc03f 100644 --- a/rules/host-meson.make +++ b/rules/host-meso

[ptxdist] [PATCH 07/22] file: version bump 5.30 -> 5.32

2018-01-16 Thread Clemens Gruber
Fixes CVE-2017-1000249 Details: http://www.openwall.com/lists/oss-security/2017/09/05/3 Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/file.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/file.make b/rules/file.make index 44c

[ptxdist] [PATCH 05/22] e2fsprogs: version bump 1.43.6 -> 1.43.8

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/e2fsprogs.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/e2fsprogs.make b/rules/e2fsprogs.make index a6c7fb8a5..f2fcc1a78 100644 --- a/rules/e2fsprogs.make +++ b/rules/e2fsprogs.make @@

[ptxdist] [PATCH 03/22] dbus: version bump 1.10.24 -> 1.12.2

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/dbus.make | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/rules/dbus.make b/rules/dbus.make index bbf602625..1ba7ad3d2 100644 --- a/rules/dbus.make +++ b/rules/dbus.make @@ -18,8

[ptxdist] [PATCH 04/22] dbus: add upstream patches for OOM conditions

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- ...r_new_for_socket-Invalidate-watches-durin.patch | 28 + ...r_new_for_socket-Properly-disconnect-duri.patch | 124 + ...n_tcp_socket-Don-t-rely-on-dbus_realloc-s.patch | 37 ++ ...r_new_for_

[ptxdist] [PATCH 02/22] cryptsetup: version bump 1.7.5 -> 2.0.0

2018-01-16 Thread Clemens Gruber
Now includes support for dm-integrity via new integritysetup tool. --- rules/cryptsetup.in | 10 +- rules/cryptsetup.make | 28 +++- 2 files changed, 28 insertions(+), 10 deletions(-) diff --git a/rules/cryptsetup.in b/rules/cryptsetup.in index

[ptxdist] [PATCH 01/22] coreutils: version bump 8.27 -> 8.29

2018-01-16 Thread Clemens Gruber
List of changes: http://lists.gnu.org/archive/html/info-gnu/2017-12/msg00016.html http://lists.gnu.org/archive/html/info-gnu/2017-09/msg1.html Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/coreutils.make | 8 ++-- 1 file changed, 6 insertions(+), 2 del

[ptxdist] [PATCH] nginx: fix IPv6 build override patch

2017-11-22 Thread Clemens Gruber
In the previous version of the IPv6 override patch, the defines were defined to yes but nginx checked them with #if, which did not work. Fix it by defining to 1 or 0 but keeping yes/no in the rule file for consistency with the other environment variables. Signed-off-by: Clemens Gruber

Re: [ptxdist] [PATCH v2] nginx: version bump 1.10.3 -> 1.12.1

2017-11-21 Thread Clemens Gruber
Hi, On Tue, Nov 21, 2017 at 01:46:52AM +0100, Roland Hieber wrote: > [...] > > > diff --git a/rules/nginx.make b/rules/nginx.make > > index ef98c0adb..0f8ce65f2 100644 > > --- a/rules/nginx.make > > +++ b/rules/nginx.make > > @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_NGINX) += nginx > > # > > #

[ptxdist] [PATCH 1/2] u-boot-tools: version bump 2017.07 -> 2017.09

2017-11-07 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/u-boot-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/u-boot-tools.make b/rules/u-boot-tools.make index e341c6d04..b5d6fdb5c 100644 --- a/rules/u-boot-tools.make +++ b/rules/

[ptxdist] [PATCH] libgpiod: version bump 0.3.1 -> 0.3.2

2017-11-07 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/libgpiod.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libgpiod.make b/rules/libgpiod.make index edba8cb28..8593f0e39 100644 --- a/rules/libgpiod.make +++ b/rules/libgpiod.make @@

[ptxdist] [PATCH 2/2] u-boot-tools: add patch to avoid using systemwide libfdt

2017-11-07 Thread Clemens Gruber
Fixes the problem, occuring when dtc is installed on the host. The patch is upstream. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- ...-not-attempt-to-use-the-systemwide-libfdt.patch | 52 ++ patches/u-boot-2017.09/series | 5

[ptxdist] [PATCH 0/2] ptxdist: pkg-config changes

2017-11-06 Thread Clemens Gruber
the include search path. (If that is no longer necessary / not used in practice, I can drop it in v2) I also added some additional checks, recommended by autoscan 2.69, in the 2nd commit. Cheers, Clemens Clemens Gruber (2): ptxdist: Use pkg-config for ncurses detection ptxdist: Add more checks

Re: [ptxdist] Linker error on ArchLinux

2017-10-30 Thread Clemens Gruber
Hi, On Fri, Oct 27, 2017 at 02:39:19PM +0200, Michael Olbrich wrote: > Hi, > > On Thu, Oct 26, 2017 at 07:09:23PM +0200, Clemens Gruber wrote: > > when building PTXdist 2017.10.0 on current ArchLinux, a linker error occurs: > > /usr/bin/ld: lxdialog/checklist.o: undefine

[ptxdist] Linker error on ArchLinux

2017-10-26 Thread Clemens Gruber
Hi, when building PTXdist 2017.10.0 on current ArchLinux, a linker error occurs: /usr/bin/ld: lxdialog/checklist.o: undefined reference to symbol 'acs_map' /usr/lib/libtinfo.so.6: error adding symbols: DSO missing from commandline This occured after ArchLinux updated binutils to 2.29.1-1 and

[ptxdist] [PATCH v3] libpng: version bump 1.6.29 -> 1.6.34

2017-10-26 Thread Clemens Gruber
Set check instead of yes to automatically use NEON if runtime-checks succeed. (The yes option was deprecated and produces an error) Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- Changes since v2: - Explain in commit text why yes -> check Changes since v1: - Forgot

[ptxdist] [PATCH v2] libpng: version bump 1.6.29 -> 1.6.34

2017-10-26 Thread Clemens Gruber
Set check instead of api to automatically use NEON if runtime-checks succeed, instead of having to enable it from library user code. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- Changes since v1: - Forgot to fixup with a previous commit in my repo Regarding the r

[ptxdist] [PATCH 6/6] util-linux-ng: add lsblk tool

2017-10-18 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/util-linux-ng.in | 10 ++ rules/util-linux-ng.make | 3 +++ 2 files changed, 13 insertions(+) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index ad2ad5a2d..c6b2e8989 100644 --- a/rules/util

[ptxdist] [PATCH 4/6] nginx: version bump 1.12.1 -> 1.12.2

2017-10-18 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- .../0001-auto-type-sizeof-rework-autotest-to-be-cross-compila.patch | 0 .../0002-auto-feature-add-mechanism-allowing-to-force-feature.patch | 0 .../0003-auto-set-ngx_feature_run_force_result-for-each-featu.patch | 0 ..

[ptxdist] [PATCH 5/6] util-linux-ng: version bump 2.30.1 -> 2.30.2

2017-10-18 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- .../0001-__progname-redefinition-fix.patch| 0 patches/{util-linux-2.30.1 => util-linux-2.30.2}/series | 0 rules/util-linux-ng.make |

[ptxdist] [PATCH 3/6] libpng: version bump 1.6.32 -> 1.6.34

2017-10-18 Thread Clemens Gruber
Set check instead of api to automatically use NEON if runtime-checks succeed, instead of having to enable it from library user code. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/libpng.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a

[ptxdist] [PATCH 2/6] libnl3: version bump 3.2.29 -> 3.3.0

2017-10-18 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/libnl3.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libnl3.make b/rules/libnl3.make index 64c338a44..a9805552a 100644 --- a/rules/libnl3.make +++ b/rules/libnl3.make @@ -16,8

[ptxdist] [PATCH 1/6] dbus: version bump 1.10.22 -> 1.10.24

2017-10-18 Thread Clemens Gruber
The expat patch is now upstream. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- ...er-expat-Tell-Expat-not-to-defend-against.patch | 74 -- patches/dbus-1.10.22/autogen.sh| 1 - patches/dbus-1.10.22/series

Re: [ptxdist] [PATCH] cryptsetup: new package

2017-09-25 Thread Clemens Gruber
On Mon, Sep 25, 2017 at 03:05:05PM +0200, Michael Olbrich wrote: > On Tue, Sep 19, 2017 at 04:00:44PM +0200, Sascha Hauer wrote: > > This adds support for the cryptsetup tools to ptxdist. > > > > Cryptsetup is a utility used to conveniently setup disk encryption based > > on DMCrypt kernel

[ptxdist] [PATCH] libgpiod: version bump 0.3 -> 0.3.1

2017-09-15 Thread Clemens Gruber
The project moved from GitHub to kernel.org Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- patches/libgpiod-0.3/autogen.sh | 1 - rules/libgpiod.make | 6 +++--- 2 files changed, 3 insertions(+), 4 deletions(-) delete mode 12 patches/libgpiod-0.3/auto

Re: [ptxdist] [PATCH] pulseaudio: version bump 8.0 -> 11.0

2017-09-08 Thread Clemens Gruber
Hi, On Fri, Sep 08, 2017 at 05:15:18PM +0200, Lucas Stach wrote: > Signed-off-by: Lucas Stach > --- > I'm unsure about the with-system-user, with-system-group and > with-access-group configure settings, so someone should probably > validate them. Passing

[ptxdist] [PATCH 2/3] coreutils: prevent conflicts with new busybox applets

2017-09-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/coreutils.in | 24 1 file changed, 24 insertions(+) diff --git a/rules/coreutils.in b/rules/coreutils.in index 8eff96b69..75d897440 100644 --- a/rules/coreutils.in +++ b/rules/coreutils.in @@

[ptxdist] [PATCH 3/3] e2fsprogs: remove mkfs.ext4dev

2017-09-06 Thread Clemens Gruber
Remove the rest of the legacy ext4dev tools. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/e2fsprogs.in | 7 --- rules/e2fsprogs.make | 3 --- 2 files changed, 10 deletions(-) diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in index f4dae9dfd..769d49e6d

[ptxdist] [PATCH 1/3] procps: prevent conflict with new busybox applet

2017-09-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/procps.in | 4 1 file changed, 4 insertions(+) diff --git a/rules/procps.in b/rules/procps.in index 762fc1839..8aee7d8ae 100644 --- a/rules/procps.in +++ b/rules/procps.in @@ -162,9 +162,13 @@ config PROCPS_VMSTAT

Re: [ptxdist] [PATCH 01/19] busybox: version bump 1.26.2 -> 1.27.2

2017-09-05 Thread Clemens Gruber
On Sat, Sep 02, 2017 at 09:06:30PM +0200, Alexander Dahl wrote: > Hei Clemens, > > On Sat, Sep 02, 2017 at 12:51:07PM +0200, Clemens Gruber wrote: > > The Kconfig changes result from ptxdist make busybox_import and we did > > not describe these changes in commit message

Re: [ptxdist] [PATCH 05/19] host-imx-cst: version bump 2.3.1 -> 2.3.2

2017-09-05 Thread Clemens Gruber
Hi, On Tue, Sep 05, 2017 at 09:13:23AM +0200, Marc Kleine-Budde wrote: > On 09/05/2017 08:20 AM, Michael Olbrich wrote: > > Hi, > > > > On Mon, Sep 04, 2017 at 06:00:18AM +, Denis OSTERLAND wrote: > >> as far as I know, this will require a change in Barebox  > >> scripts/imx/imx-image.c, >

Re: [ptxdist] [PATCH 01/19] busybox: version bump 1.26.2 -> 1.27.2

2017-09-02 Thread Clemens Gruber
Hi Alexander, On Sat, Sep 02, 2017 at 07:14:29AM +0200, Alexander Dahl wrote: > Hei hei, > > On Fri, Sep 01, 2017 at 06:39:11PM +0200, Clemens Gruber wrote: > > Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> > > --- > > I miss at least some words on

[ptxdist] [PATCH] expat: version bump 2.2.0 -> 2.2.3

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/expat.make | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rules/expat.make b/rules/expat.make index 6dba7aeba..efd226bb3 100644 --- a/rules/expat.make +++ b/rules/expat.make @@ -18,8

[ptxdist] [PATCH 18/19] util-linux-ng: version bump 2.30 -> 2.30.1

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- .../0001-__progname-redefinition-fix.patch| 2 +- patches/{util-linux-2.30 => util-linux-2.30.1}/series | 0 rules/util-linux-ng.make | 8

[ptxdist] [PATCH 19/19] util-linux-ng: add fsfreeze

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/util-linux-ng.in | 10 ++ rules/util-linux-ng.make | 3 +++ 2 files changed, 13 insertions(+) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index ae8c1ef71..ad2ad5a2d 100644 --- a/rules/util

[ptxdist] [PATCH 17/19] u-boot-tools: version bump 2017.05.0 -> 2017.07.0

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/u-boot-tools.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/u-boot-tools.make b/rules/u-boot-tools.make index 0ec65e887..e341c6d04 100644 --- a/rules/u-boot-tools.make +++ b/rules/

[ptxdist] [PATCH 16/19] trace-cmd: version bump 2.5.2 -> 2.6.1

2017-09-01 Thread Clemens Gruber
It is now possible to disable the build of the python bindings, so disable them and remove the host-swig dependency. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/trace-cmd.in | 1 - rules/trace-cmd.make | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-)

[ptxdist] [PATCH 15/19] tcpdump: version bump 4.9.0 -> 4.9.1

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/tcpdump.make | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/rules/tcpdump.make b/rules/tcpdump.make index ed5c6d08e..4c501dcae 100644 --- a/rules/tcpdump.make +++ b/rules/tcpdump.make @@ -17,8

[ptxdist] [PATCH 14/19] strace: version bump 4.16 -> 4.18

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/strace.make | 9 +++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/rules/strace.make b/rules/strace.make index 9833014a4..d0d98e355 100644 --- a/rules/strace.make +++ b/rules/strace.make @@ -18,8

[ptxdist] [PATCH 13/19] postgresql: specify the used license

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/postgresql.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/postgresql.make b/rules/postgresql.make index d14f55521..f792fa641 100644 --- a/rules/postgresql.make +++ b/rules/postgresq

[ptxdist] [PATCH 12/19] procps: fix configure flags

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/procps.make | 14 +- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/rules/procps.make b/rules/procps.make index 9346636ce..23ae341a0 100644 --- a/rules/procps.make +++ b/rules/procps.make @@

[ptxdist] [PATCH 10/19] mosh: make the crypto library configurable

2017-09-01 Thread Clemens Gruber
Mosh supports OpenSSL and Nettle. Let the user decide, but default to OpenSSL, which was hardcoded before. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/mosh.in | 25 +++-- rules/mosh.make | 2 +- 2 files changed, 24 insertions(+), 3 del

[ptxdist] [PATCH 11/19] mpg123: version bump 1.25.2 -> 1.25.6

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/mpg123.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mpg123.make b/rules/mpg123.make index 32203668b..f772f147d 100644 --- a/rules/mpg123.make +++ b/rules/mpg123.make @@ -16,8

[ptxdist] [PATCH 09/19] mosh: version bump 1.3.0 -> 1.3.2

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/mosh.make | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rules/mosh.make b/rules/mosh.make index 6c29222f7..4fec37973 100644 --- a/rules/mosh.make +++ b/rules/mosh.make @@ -16,8

[ptxdist] [PATCH 08/19] libgcrypt: version bump 1.7.8 -> 1.8.1

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/libgcrypt.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make index 3fff3f379..8052ccbbb 100644 --- a/rules/libgcrypt.make +++ b/rules/libgcryp

[ptxdist] [PATCH 06/19] keyutils: version bump 1.5.9 -> 1.5.10

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- .../0001-Makefile-don-t-create-absolute-link-outside-of-DESTD.patch | 6 +++--- patches/{keyutils-1.5.9 => keyutils-1.5.10}/series | 0 rules/keyutils.make |

[ptxdist] [PATCH 04/19] e2fsprogs: version bump 1.43.4 -> 1.43.6

2017-09-01 Thread Clemens Gruber
Update configure flags and remove legacy ext4dev link and config. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- projectroot/etc/mke2fs.conf | 5 - rules/e2fsprogs.in | 7 --- rules/e2fsprogs.make| 11 +-- rules/host-e2fsprogs.make

[ptxdist] [PATCH 05/19] host-imx-cst: version bump 2.3.1 -> 2.3.2

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/host-imx-cst.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-imx-cst.make b/rules/host-imx-cst.make index b5aad5aee..dc2a17f4a 100644 --- a/rules/host-imx-cst.make +++ b/rules/ho

[ptxdist] [PATCH 02/19] dbus: version bump 1.10.18 -> 1.10.22

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/dbus.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/dbus.make b/rules/dbus.make index a90bdd49a..8139009ff 100644 --- a/rules/dbus.make +++ b/rules/dbus.make @@ -18,8 +18,8 @@ PA

[ptxdist] [PATCH 07/19] libcap-ng: version bump 0.7.7 -> 0.7.8

2017-09-01 Thread Clemens Gruber
Also add missing configure flags and avoid detecting host swig. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/libcap-ng.make | 13 ++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/rules/libcap-ng.make b/rules/libcap-ng.make index d2a

Re: [ptxdist] [PATCH] libwebsockets: version bump to 1.7.9

2017-08-04 Thread Clemens Gruber
Hi Denis, On Thu, Aug 03, 2017 at 10:59:43AM +, Denis OSTERLAND wrote: > Evolution seems to use unicode 0xA0 instead of ASCII 0x20 for ' ' and Windows > line ending (CRLF). > > I have tried to send it to my account and foreward it using Outlook Web App, > but it fails too. > > Seems like

[ptxdist] [PATCH v2] nginx: version bump 1.10.3 -> 1.12.1

2017-08-03 Thread Clemens Gruber
Also update patches from buildroot and replace the missing --with-ipv6 flag by overriding the feature build test results for IPv6 depending on the GLOBAL_IPV6_OPTION in PTXdist. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- Changes since v1: - Do not depend on buil

Re: [ptxdist] [PATCH] nginx: version bump 1.10.3 -> 1.12.1

2017-08-03 Thread Clemens Gruber
On Thu, Aug 03, 2017 at 08:39:28AM +0200, Michael Olbrich wrote: > On Sun, Jul 16, 2017 at 10:46:06PM +0200, Clemens Gruber wrote: > > Also update patches from buildroot and remove deprecated --with-ipv6 > > flag. > > Why? Is IPv6 no longer optional? They removed the "-

[ptxdist] [PATCH] nginx: version bump 1.10.3 -> 1.12.1

2017-07-16 Thread Clemens Gruber
Also update patches from buildroot and remove deprecated --with-ipv6 flag. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- ...izeof-rework-autotest-to-be-cross-compila.patch | 20 --- ...e-add-mechanism-allowing-to-force-feature.patc

[ptxdist] [PATCH] mpg123: version bump 1.25.0 -> 1.25.2

2017-07-12 Thread Clemens Gruber
Fixes various bugs, including CVE-2017-10683 and CVE-2017-11126. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/mpg123.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mpg123.make b/rules/mpg123.make index 7461be350..32203668b

[ptxdist] [PATCH] systemd: add systemd-resolved security patches

2017-07-05 Thread Clemens Gruber
Backported from upstream. Contains a fix for CVE-2017-9445. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- .../systemd-233/0101-resolved-nullptr-bugfix.patch | 23 +++ ...ed-simplify-alloc-size-calc-CVE-2017-9445.patch | 47 ++ ...do-not-al

Re: [ptxdist] [RFC/PATCH 0/3] cryptodev

2017-07-02 Thread Clemens Gruber
Hi, On Fri, Jun 30, 2017 at 09:25:04PM +0200, Ladislav Michl wrote: > On Fri, Jun 30, 2017 at 04:36:21PM +0200, Michael Olbrich wrote: > > Hi, > > > > On Sat, Jun 24, 2017 at 03:47:51PM +0200, Ladislav Michl wrote: > > > This serie adds support for cryptodev hardware acceleration. > > > However,

Re: [ptxdist] [PATCH] pango: version bump 1.29.4 -> 1.40.6

2017-06-26 Thread Clemens Gruber
On Mon, Jun 26, 2017 at 12:18:04PM +0200, Michael Olbrich wrote: > On Tue, Jun 06, 2017 at 04:36:39PM +0200, Clemens Gruber wrote: > > Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> > > FYI: I've not merged this patch yet because it breaks building gtk. That's

[ptxdist] [PATCH] automake: version bump 1.15 -> 1.15.1

2017-06-26 Thread Clemens Gruber
The Perl regexp patch is now upstream, therefore removed. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- .../0001-disable-manpages.patch| 6 ++--- patches/automake-1.15.1/series | 4 +++ ...0002-automake-port-to-Perl-5.22-and-later

[ptxdist] [PATCH] libgpiod: version bump 0.2.1 -> 0.3

2017-06-26 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- patches/{libgpiod-0.2.1 => libgpiod-0.3}/autogen.sh | 0 rules/libgpiod.make | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename patches/{libgpiod-0.2.1 => libgpiod-0.3}/aut

[ptxdist] [PATCH] collectd: version bump 5.7.1 -> 5.7.2

2017-06-26 Thread Clemens Gruber
The daemon is licensed under the MIT License, the plugins, selectable in PTXdist, are all licensed under GPL2 and/or MIT. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/collectd.make | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a

[ptxdist] [PATCH] libgd: version bump 2.0.36RC1 -> 2.2.4

2017-06-20 Thread Clemens Gruber
Even with the freetype patch, the old libgd was not compatible. Let's therefore also update libgd to the most recent stable version to fix this. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- patches/gd-2.0.36RC1/series| 1 - .../0001-gdlib-conf

[ptxdist] [PATCH v3] freetype: version bump 2.6.3 -> 2.8

2017-06-20 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- Changes from v2: - Re-add and adapt patch to fix broken freetype-config Changes from v1: - Forgot to remove a now obsolete patch and autogen.sh link ...reetype-config-and-freetype2.pc-correctly.patc

Re: [ptxdist] [PATCH v2] freetype: version bump 2.6.3 -> 2.8

2017-06-20 Thread Clemens Gruber
On Tue, Jun 20, 2017 at 03:54:05PM +0200, Michael Olbrich wrote: > On Sat, Jun 17, 2017 at 07:25:06PM +0200, Clemens Gruber wrote: > > Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> > > --- > > Changes from v1: > > - Forgot to remove a now o

Re: [ptxdist] Newbie: Howto add luajit 2.x as a new package in ptxdist

2017-06-19 Thread Clemens Gruber
On Mon, Jun 19, 2017 at 06:12:47PM +0200, Guillermo Rodriguez Garcia wrote: > Hi Michael, > > Have a look at the manual that Roland linked in his answer: > http://www.pengutronix.de/software/ptxdist/appnotes/OSELAS.BSP-Pengutronix-Generic-arm-Quickstart.pdf > > Specifically chapter 4, PTXdist

[ptxdist] [PATCH] collectd: add threshold plugin

2017-06-17 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- projectroot/etc/collectd.d/threshold.conf | 5 + rules/collectd.in | 8 rules/collectd.make | 2 +- 3 files changed, 14 insertions(+), 1 deletion(-) create mode

[ptxdist] [PATCH] libgpiod: version bump 0.2 -> 0.2.1

2017-06-17 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- patches/{libgpiod-0.2 => libgpiod-0.2.1}/autogen.sh | 0 rules/libgpiod.make | 4 ++-- 2 files changed, 2 insertions(+), 2 deletions(-) rename patches/{libgpiod-0.2 => libgpiod-0.2.1}/aut

[ptxdist] [PATCH v2] freetype: version bump 2.6.3 -> 2.8

2017-06-17 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- Changes from v1: - Forgot to remove a now obsolete patch and autogen.sh link ...reetype-config-and-freetype2.pc-correctly.patch | 103 - patches/freetype-2.6.3/autogen.sh | 4 - p

[ptxdist] [PATCH] host-autotools-automake: fix build errors

2017-06-09 Thread Clemens Gruber
left brace in regex is illegal here in regex" Solution: Patch Makefile.in to no longer build the manpages and add a patch to fix the regex in automake.in. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- patches/automake-1.15/0001-disable-manp

Re: [ptxdist] [PATCH] freetype: version bump 2.6.3 -> 2.8

2017-06-07 Thread Clemens Gruber
On Wed, Jun 07, 2017 at 12:35:31PM +0200, Michael Olbrich wrote: > On Wed, Jun 07, 2017 at 11:21:00AM +0200, Roland Hieber wrote: > > So after your other patch for harfbuzz, this can probably be changed to > > --with-harfbuzz? :-) > > That would create a cyclic dependency, because harfbuzz need

[ptxdist] [PATCH] tmux: version bump 2.3 -> 2.5

2017-06-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/tmux.make | 6 ++ 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/rules/tmux.make b/rules/tmux.make index 7e4c1f402..9b596f255 100644 --- a/rules/tmux.make +++ b/rules/tmux.make @@ -16,8 +16,8 @@ PA

[ptxdist] [PATCH] systemd: backport fix for nss-resolve fallback

2017-06-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- ...00-nss-resolve-drop-the-internal-fallback.patch | 200 + patches/systemd-233/series | 3 +- 2 files changed, 202 insertions(+), 1 deletion(-) create mode 100644 patches/syste

[ptxdist] [PATCH] rrdtool: version bump 1.6.0 -> 1.7.0

2017-06-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/rrdtool.make | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rules/rrdtool.make b/rules/rrdtool.make index 59e0f6b14..4f5024c9f 100644 --- a/rules/rrdtool.make +++ b/rules/rrdtool.make @@ -16,8

Re: [ptxdist] ELCE 2016: Verified Boot Demo

2017-05-31 Thread Clemens Gruber
On Mon, May 08, 2017 at 07:04:55PM +0200, Clemens Gruber wrote: > Hi Marc, > > I watched your talk at ELCE 2016 about Verified Boot and want to thank > you for this very interesting and great talk! > > I am now wondering if you could share your demo project / PTXdist BSP >

Re: [ptxdist] [PATCH v2] libgpiod: new package

2017-05-24 Thread Clemens Gruber
On Wed, May 24, 2017 at 06:43:16PM +0200, Robert Schwebel wrote: > On Wed, May 24, 2017 at 05:09:19PM +0200, Clemens Gruber wrote: > > libgpiod is a C library with tools for interacting with the Linux > > GPIO character device. Add a package for it. > > > > Note: Req

[ptxdist] [PATCH v2] libgpiod: new package

2017-05-24 Thread Clemens Gruber
libgpiod is a C library with tools for interacting with the Linux GPIO character device. Add a package for it. Note: Requires kernel-headers >= 4.8. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- patches/libgpiod-0.2/autogen.sh | 1 + rules/libgpiod.in

[ptxdist] root.ext2

2017-05-07 Thread Clemens Gruber
Hi, I noticed that the image-root-ext and image_ext2 rule still uses genext2fs to first create an ext2 filesystem and then uses tune2fs to convert it to ext3 and subsequently to ext4. I think it is time to create ext4 images directly, otherwise we can't use features like flex_bg and extra_isize

[ptxdist] [PATCH v3 7/8] rrdtool: add systemd unit for rrdcached

2017-04-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/rrdtool.in | 12 rules/rrdtool.make | 11 ++- 2 files changed, 22 insertions(+), 1 deletion(-) diff --git a/rules/rrdtool.in b/rules/rrdtool.in index fa7e1de1c..fb91a8b84 100644 --- a/rules/rrdt

Re: [ptxdist] [PATCH v2 7/8] rrdtool: add systemd unit for rrdcached

2017-04-28 Thread Clemens Gruber
On Fri, Apr 28, 2017 at 03:02:12PM +0200, Michael Olbrich wrote: > On Fri, Apr 28, 2017 at 02:48:50PM +0200, Clemens Gruber wrote: > > Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> > > This needs --with-systemdsystemunitdir=/usr/lib/systemd/system Ah, bec

[ptxdist] [PATCH v2 2/8] collectd: improve systemd service file

2017-04-28 Thread Clemens Gruber
collectd supports systemd notify. Also add requirements and increase RestartSec. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- projectroot/lib/systemd/system/collectd.service | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/projectroot/lib/s

[ptxdist] [PATCH 6/7] net-snmp: add patch for CVE-2015-5621

2017-04-21 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- ...02-Bug-788964-net-snmp-snmp_pdu_parse-DoS.patch | 128 + patches/net-snmp-5.7.3/series | 3 +- 2 files changed, 130 insertions(+), 1 deletion(-) create mode 100644 patches/ne

[ptxdist] [PATCH 2/7] collectd: improve systemd service file

2017-04-21 Thread Clemens Gruber
collectd supports systemd notify. Also add requirements and increase RestartSec. This is the Debian service file without docs and default env file. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- projectroot/lib/systemd/system/collectd.service | 11 +-- 1 file chan

[ptxdist] [PATCH 7/7] rrdtool: add systemd unit for rrdcached

2017-04-21 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- projectroot/lib/systemd/system/rrdcached.service | 5 + projectroot/lib/systemd/system/rrdcached.socket | 8 rules/rrdtool.in | 12 rules/rrdtoo

[ptxdist] [PATCH 3/7] collectd: version bump 5.7.0 -> 5.7.1

2017-04-21 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/collectd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/collectd.make b/rules/collectd.make index 0c1a11330..820b452a4 100644 --- a/rules/collectd.make +++ b/rules/collectd.make @@

[ptxdist] [PATCH 4/7] ethtool: version bump 4.8 -> 4.10

2017-04-21 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/ethtool.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/ethtool.make b/rules/ethtool.make index dd91956f4..f1ec9e777 100644 --- a/rules/ethtool.make +++ b/rules/ethtool.make @@ -17,8

[ptxdist] [PATCH 1/7] collectd: add memory, ping and rrdcached plugin

2017-04-21 Thread Clemens Gruber
Also select RRDTOOL_RRDCACHED if rrdcached plugin is used. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- projectroot/etc/collectd.d/memory.conf| 1 + projectroot/etc/collectd.d/ping.conf | 5 + projectroot/etc/collectd.d/rrdcached.conf | 7 +++

Re: [ptxdist] /usr merge

2017-04-12 Thread Clemens Gruber
On Wed, Apr 12, 2017 at 02:36:58PM +0200, Enrico Weigelt, metux IT consult wrote: > I just dont remember any case where some package expects a program in > /usr/bin, which traditionally is in /bin. But there're cases in the > opposite direction, eg. the recent busybox-tar issue here on the list.

[ptxdist] [PATCH] libcap: add patch to fix build with gperf 3.1

2017-03-31 Thread Clemens Gruber
Patch the Makefile of libcap to work with the newest gperf 3.1, until an upstream fix is available. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- .../0002-Make-compatible-with-gperf-3.1.patch | 22 ++ patches/libcap-2.25/

Re: [ptxdist] [PATCH] libcap: disable gperf

2017-03-31 Thread Clemens Gruber
On Fri, Mar 31, 2017 at 03:36:35PM +0200, Michael Olbrich wrote: > On Fri, Mar 31, 2017 at 01:47:28AM +0200, Clemens Gruber wrote: > > Build fails with the most recent gperf 3.1, disable it because it is not > > essential for libcap. > > Hmmm, I'm not sure I like this. usi

[ptxdist] [PATCH v2] systemd: fix udev custom rules typo

2017-03-31 Thread Clemens Gruber
Due to this typo, custom udev rules were not installed. Fix it. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- Changes from v1: - Forgot to fixup a 2nd patch with the install_alternative_tree change rules/systemd.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

[ptxdist] [PATCH] libcap: disable gperf

2017-03-30 Thread Clemens Gruber
Build fails with the most recent gperf 3.1, disable it because it is not essential for libcap. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/libcap.in | 1 - rules/libcap.make | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/rules/libcap.in b

[ptxdist] [PATCH] systemd: fix udev custom rules typo

2017-03-30 Thread Clemens Gruber
Due to this typo, custom udev rules were not installed. Fix it. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/systemd.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/systemd.make b/rules/systemd.make index 6b49e9710..45f8f1c20

[ptxdist] [PATCH] host-gperf: version bump 3.0.4 -> 3.1

2017-03-30 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- gperf 3.1 is required by systemd 233 according to its NEWS. rules/host-gperf.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-gperf.make b/rules/host-gperf.make index 04af29fdb..950

[ptxdist] [PATCH v2] iproute2: version bump 4.9.0 -> 4.10.0

2017-03-29 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/iproute2.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/iproute2.make b/rules/iproute2.make index 946247c3d..f454ac572 100644 --- a/rules/iproute2.make +++ b/rules/iproute2.make @@

[ptxdist] [PATCH v2] flex: update 2.5.39 -> 2.6.3

2017-03-29 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/flex.make | 16 +++- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/rules/flex.make b/rules/flex.make index 803e25897..59fc7d0b8 100644 --- a/rules/flex.make +++ b/rules/flex.make @@ -16,11

[ptxdist] [PATCH v2] openssh: update 7.3p1 -> 7.5p1

2017-03-28 Thread Clemens Gruber
Update to 7.5p1 and refresh default sshd_config. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- Changes from v1: - Use sshd user for privsep instead of nobody (Otherwise it runs as root!) projectroot/etc/ssh/sshd_config | 19 ++- rules/openss

[ptxdist] [PATCH 5/8] mosh: version bump 1.2.6 -> 1.3.0

2017-03-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/mosh.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mosh.make b/rules/mosh.make index 3270f2722..6c29222f7 100644 --- a/rules/mosh.make +++ b/rules/mosh.make @@ -16,8 +16,8 @@ PA

[ptxdist] [PATCH 3/8] iproute2: version bump 4.9.0 -> 4.10.0

2017-03-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/iproute2.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/iproute2.make b/rules/iproute2.make index 946247c3d..020dd4491 100644 --- a/rules/iproute2.make +++ b/rules/iproute2.make @@

[ptxdist] [PATCH 6/8] openssh: update 7.3p1 -> 7.5p1

2017-03-28 Thread Clemens Gruber
Update to 7.5p1 and refresh default sshd_config. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- projectroot/etc/ssh/sshd_config | 19 ++- rules/openssh.make | 17 - 2 files changed, 14 insertions(+), 22 deletions(-) diff

[ptxdist] [PATCH 4/8] libgpg-error: version bump 1.24 -> 1.26

2017-03-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/libgpg-error.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libgpg-error.make b/rules/libgpg-error.make index 370939141..362f7bc6a 100644 --- a/rules/libgpg-error.make +++ b/rules/

<    1   2   3   4   5   >