[ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.5

2020-01-30 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/libgpiod.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/libgpiod.make b/rules/libgpiod.make index 088a5dab8..a8b6dd760 100644 --- a/rules/libgpiod.make +++ b/rules/libgpiod.make @@ -14,8 +14,8 @@ PACKAGES

[ptxdist] [PATCH] libgpiod: version bump 1.3 -> 1.5.1

2020-04-03 Thread Clemens Gruber
Since v1.5, libgpiod requires Linux kernel headers >= v5.5 (Due to new support for bias flags and the SET_CONFIG ioctl) Signed-off-by: Clemens Gruber --- Note: Instead of a Ping on the last patch, I am sending a new one with an updated version. rules/libgpiod.make | 5 ++--- 1 file changed

[ptxdist] [PATCH] nginx: version bump 1.16.1 -> 1.18.0

2020-09-22 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- ...auto-type-sizeof-rework-autotest-to-be-cross-compila.patch | 0 ...auto-feature-add-mechanism-allowing-to-force-feature.patch | 0 ...auto-set-ngx_feature_run_force_result-for-each-featu.patch | 0 .../0004-auto-lib-libxslt-conf-use-pkg-config.patch

[ptxdist] [PATCH] gnupg: version bump 2.2.9 -> 2.2.23

2020-09-22 Thread Clemens Gruber
Fixes build errors with GCC 10. Signed-off-by: Clemens Gruber --- rules/gnupg.make | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/rules/gnupg.make b/rules/gnupg.make index 90a91cb06..cdf70e9ed 100644 --- a/rules/gnupg.make +++ b/rules/gnupg.make @@ -15,8 +15,8

[ptxdist] [PATCH] systemd: version bump 246.3 -> 246.6

2020-09-22 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/systemd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/systemd.make b/rules/systemd.make index e6090f141..fa0efe41a 100644 --- a/rules/systemd.make +++ b/rules/systemd.make @@ -15,9 +15,9 @@ PACKAGES-$(PTXCONF_SYSTEMD

[ptxdist] [PATCH] mpg123: version bump 1.25.10 -> 1.26.3

2020-09-22 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/mpg123.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/mpg123.make b/rules/mpg123.make index 72271a8d6..89c1dac65 100644 --- a/rules/mpg123.make +++ b/rules/mpg123.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_MPG123

[ptxdist] [PATCH] libgcrypt: version bump 1.8.5 -> 1.8.6

2020-09-22 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/libgcrypt.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make index 18b61c5a1..95597c0c9 100644 --- a/rules/libgcrypt.make +++ b/rules/libgcrypt.make @@ -15,8 +15,8 @@ PACKAGES

[ptxdist] [PATCH] dbus-broker: new package

2020-09-22 Thread Clemens Gruber
red (theoretically >= 4.10 works too, but lacks security-related AF_UNIX patches according to dbus-broker docs) Signed-off-by: Clemens Gruber --- rules/dbus-broker.in | 19 +++ rules/dbus-broker.make | 75 ++ 2 files changed, 94 insertions(+) creat

[ptxdist] [PATCH] file: version bump 5.36 -> 5.39

2020-09-22 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/file.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/file.make b/rules/file.make index 0d42cdece..318850295 100644 --- a/rules/file.make +++ b/rules/file.make @@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_FILE) += file # # Paths

[ptxdist] [PATCH 1/2] rsync3: version bump 3.0.5 -> 3.2.3

2020-09-22 Thread Clemens Gruber
Fixes several security issues and other bugs. No longer use the bundled (outdated) zlib, instead depend on the ZLIB package in PTXdist and fix configure arguments. We also switch to the https URL. Signed-off-by: Clemens Gruber --- rules/rsync3.in | 1 + rules/rsync3.make | 18

[ptxdist] [PATCH 2/2] rsync3: support zstd compression

2020-09-22 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/rsync3.in | 7 +++ rules/rsync3.make | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/rules/rsync3.in b/rules/rsync3.in index 7dc03a52e..0affd7661 100644 --- a/rules/rsync3.in +++ b/rules/rsync3.in @@ -7,6 +7,7 @@ menuconfig

Re: [ptxdist] [PATCH] dbus-broker: new package

2020-10-08 Thread Clemens Gruber
On Wed, Oct 07, 2020 at 09:11:53AM +0200, Michael Olbrich wrote: > On Tue, Sep 22, 2020 at 11:20:15AM +0200, Clemens Gruber wrote: > > dbus-broker is a high-performance D-Bus message broker which serves as > > a drop-in replacement for the dbus-daemon. The original dbus is >

[ptxdist] [PATCH v2] file: version bump 5.36 -> 5.39

2020-10-08 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- Changes since v1: - Disable bzip2 and xz support rules/file.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/file.make b/rules/file.make index 0d42cdece..dafbd14ac 100644 --- a/rules/file.make +++ b/rules/file.make @@ -14,8

Re: [ptxdist] [PATCH] dbus-broker: new package

2020-12-14 Thread Clemens Gruber
Hi Michael, On Thu, Oct 08, 2020 at 02:40:03PM +0200, Clemens Gruber wrote: > On Wed, Oct 07, 2020 at 09:11:53AM +0200, Michael Olbrich wrote: > > On Tue, Sep 22, 2020 at 11:20:15AM +0200, Clemens Gruber wrote: > > > dbus-broker is a high-performance D-Bus message broker which

[ptxdist] [PATCH] libgcrypt: version bump 1.7.7 -> 1.7.8

2017-07-04 Thread Clemens Gruber
Includes an important fix for a (local) RSA side-channel attack. See CVE-2017-7526 for details. Signed-off-by: Clemens Gruber --- rules/libgcrypt.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make index 4cf147f45..3fff3f379

[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 --- .../systemd-233/0101-resolved-nullptr-bugfix.patch | 23 +++ ...ed-simplify-alloc-size-calc-CVE-2017-9445.patch | 47 ++ ...do-not-allocate-packets-with-minimum-size.patch

[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 --- rules/mpg123.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mpg123.make b/rules/mpg123.make index 7461be350..32203668b 100644 --- a/rules/mpg123.make +++ b

[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 --- ...izeof-rework-autotest-to-be-cross-compila.patch | 20 --- ...e-add-mechanism-allowing-to-force-feature.patch | 2 +- ...x_feature_run_force_result-for-each-featu.patch

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 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 --- Changes since v1: - Do not depend on build-time autodetection and force IPv6 test

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 t

[ptxdist] [PATCH 03/19] dbus: add upstream patch to avoid blocking at boot time

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- ...er-expat-Tell-Expat-not-to-defend-against.patch | 74 ++ patches/dbus-1.10.22/autogen.sh| 1 + patches/dbus-1.10.22/series| 5 ++ 3 files changed, 80 insertions(+) create mode 100644 patches

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

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 @@ PACKAGES-$(PTXCONF_DBUS) += dbus # # Paths

[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 --- 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 d2abfaa26..1d7620115 100644 --- a/rules

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

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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/libgcrypt.make @@ -17,8 +17,8 @@ PACKAGES

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

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- .../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 | 4 ++-- 3 files changed, 5 inserti

[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 --- projectroot/etc/mke2fs.conf | 5 - rules/e2fsprogs.in | 7 --- rules/e2fsprogs.make| 11 +-- rules/host-e2fsprogs.make | 4 +++- 4 files changed, 8

[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 --- 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/host-imx-cst.make @@ -16,8 +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 --- 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 +16,8 @@ PACKAGES-$(PTXCONF_MOSH) += mosh

[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 --- rules/mosh.in | 25 +++-- rules/mosh.make | 2 +- 2 files changed, 24 insertions(+), 3 deletions(-) diff --git a/rules/mosh.in b

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

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 +16,8 @@ PACKAGES-$(PTXCONF_MPG123

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

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 @@ -45,12 +45,24 @@ PROCPS_CONF_ENV

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

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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/postgresql.make @@ -23,7 +23,7 @@ POSTGRESQL_SUFFIX

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

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 +18,8 @@ PACKAGES-$(PTXCONF_STRACE

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

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 +17,8 @@ PACKAGES-$(PTXCONF_TCPDUMP

[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 --- rules/trace-cmd.in | 1 - rules/trace-cmd.make | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/trace-cmd.in b

[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 --- 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/u-boot-tools.make @@ -16,8 +16,8

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

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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-linux-ng.in +++ b/rules/util-linux

[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 --- .../0001-__progname-redefinition-fix.patch| 2 +- patches/{util-linux-2.30 => util-linux-2.30.1}/series | 0 rules/util-linux-ng.make | 8 3 files changed, 5 insertions(+)

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

2017-09-01 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 +18,8 @@ PACKAGES-$(PTXCONF_EXPAT) += expat

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 > > --- > > I miss at least some words on noteworthy changes, or potent

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

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

2017-09-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 config PROCPS_W bool

[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 --- 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 100644 --- a/rules/e2fsprogs.in +++ b

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

2017-09-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 @@ -211,6 +211,10 @@ comment "bu

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 --with-system-user=root is not a good ide

[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 --- 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/autogen.sh diff --git a/patches/libgpiod

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 module.

[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 --- ...er-expat-Tell-Expat-not-to-defend-against.patch | 74 -- patches/dbus-1.10.22/autogen.sh| 1 - patches/dbus-1.10.22/series| 5 -- rules/dbus.make

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

2017-10-18 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 +16,8 @@ PACKAGES-$(PTXCONF_LIBNL3

[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 --- rules/libpng.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/libpng.make b/rules

[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 --- .../0001-__progname-redefinition-fix.patch| 0 patches/{util-linux-2.30.1 => util-linux-2.30.2}/series | 0 rules/util-linux-ng.make | 4 ++-- 3 files changed, 2 inserti

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

2017-10-18 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- .../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 .../0004-auto-lib-libxslt-conf-use

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

2017-10-18 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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-linux-ng.in +++ b/rules/util-linux

[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 --- Changes since v1: - Forgot to fixup with a previous commit in my repo Regarding the release announcement: Yes, the most recent

[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 --- Changes since v2: - Explain in commit text why yes -> check Changes since v1: - Forgot to fixup with a previous commit in

[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 ncur

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] [PATCH 0/2] ptxdist: pkg-config changes

2017-11-06 Thread Clemens Gruber
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

[ptxdist] [PATCH 1/2] ptxdist: Use pkg-config for ncurses detection

2017-11-06 Thread Clemens Gruber
Use pkg-config to detect ncurses instead of AC_SEARCH_LIBS. We still have a --with-ncurses option to prepend the search path of the ncurses headers. The CFLAGS from pkg-config are always appended, as they not only contain -I but also -D flags. Signed-off-by: Clemens Gruber --- Makefile.in

[ptxdist] [PATCH 2/2] ptxdist: Add more checks, recommended by autoscan

2017-11-06 Thread Clemens Gruber
Checks recommended by autoscan (taken from configure.scan) Only the PROG checks were ommitted, because of the already existing GNU tools checks. Signed-off-by: Clemens Gruber --- configure.ac | 25 + 1 file changed, 25 insertions(+) diff --git a/configure.ac b

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

2017-11-07 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 @@ -16,8 +16,8 @@ PACKAGES

[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 --- ...-not-attempt-to-use-the-systemwide-libfdt.patch | 52 ++ patches/u-boot-2017.09/series | 5 +++ 2 files changed, 57 insertions

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

2017-11-07 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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/u-boot-tools.make @@ -16,8 +16,8

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 > > # > > # Path

[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

[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 --- rules/coreutils.make | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/rules

[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 2cd898058..67ce41b

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

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- ...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_socket-Iterate-over-arrays-as-i.patch

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

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 +18,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus

[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 --- rules/file.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/file.make b/rules/file.make index 44cf09607..32ff63f2d 100644 --- a/rules

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

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 @@ -17,8 +17,8 @@ PACKAGES

[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 --- 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-meson.make @@ -16,8 +16,8 @@ HOST_PACKAGES

[ptxdist] [PATCH 06/22] expat: version bump 2.2.4 -> 2.2.5

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/expat.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/expat.make b/rules/expat.make index efd226bb3..c8c967ffc 100644 --- a/rules/expat.make +++ b/rules/expat.make @@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_EXPAT) += expat

[ptxdist] [PATCH 09/22] iproute2: version bump 4.13 -> 4.14.1

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/iproute2.make | 16 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/rules/iproute2.make b/rules/iproute2.make index 721a9e346..b573b5efe 100644 --- a/rules/iproute2.make +++ b/rules/iproute2.make @@ -17,8 +17,8 @@ PACKAGES

[ptxdist] [PATCH 10/22] json-c: version bump 0.12.1 -> 0.13

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/json-c.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/json-c.make b/rules/json-c.make index 3c37a8706..0b7fe4626 100644 --- a/rules/json-c.make +++ b/rules/json-c.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_JSON_C

[ptxdist] [PATCH 11/22] kexec-tools: version bump 2.0.14 -> 2.0.16

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/kexec-tools.make | 9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/rules/kexec-tools.make b/rules/kexec-tools.make index a915821a4..1808f09fe 100644 --- a/rules/kexec-tools.make +++ b/rules/kexec-tools.make @@ -17,8 +17,8

[ptxdist] [PATCH 12/22] libsodium: version bump 1.0.11 -> 1.0.16

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/libsodium.in | 1 + rules/libsodium.make | 24 2 files changed, 21 insertions(+), 4 deletions(-) diff --git a/rules/libsodium.in b/rules/libsodium.in index e621a1bb9..cfdd4fc3a 100644 --- a/rules/libsodium.in +++ b/rules

[ptxdist] [PATCH 14/22] mpg123: version bump 1.25.6 -> 1.25.8

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/mpg123.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mpg123.make b/rules/mpg123.make index f772f147d..391acdcbd 100644 --- a/rules/mpg123.make +++ b/rules/mpg123.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_MPG123

[ptxdist] [PATCH 13/22] lvm2: version bump 2.02.66 -> 2.02.177

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/lvm2.in | 11 +++ rules/lvm2.make | 56 +++- 2 files changed, 58 insertions(+), 9 deletions(-) diff --git a/rules/lvm2.in b/rules/lvm2.in index db6e60c36..b53086d8b 100644 --- a/rules/lvm2.in

[ptxdist] [PATCH 15/22] nano: version bump 2.8.4 -> 2.9.2

2018-01-16 Thread Clemens Gruber
Also fix configure flags. Signed-off-by: Clemens Gruber --- rules/nano.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/nano.make b/rules/nano.make index c1f968bd6..78e305fc0 100644 --- a/rules/nano.make +++ b/rules/nano.make @@ -17,8 +17,8 @@ PACKAGES

[ptxdist] [PATCH 16/22] ninja: version bump 1.7.2 -> 1.8.2

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- ...001-Add-GNU-make-jobserver-client-support.patch | 26 ...enPool-monitoring-to-SubprocessSet-DoWork.patch | 36 +++--- patches/{ninja-1.7.2 => ninja-1.8.2}/series| 0 rules/host-ninja.m

[ptxdist] [PATCH 17/22] nginx: update pkg-config patches from buildroot

2018-01-16 Thread Clemens Gruber
The regular expression that drops the -I flag from the output of pkg-config --cflags-only-I did not work properly (Broke paths like /usr/Some-Install-Location/include) Signed-off-by: Clemens Gruber --- .../nginx-1.12.2/0004-auto-lib-libxslt-conf-use-pkg-config.patch | 7 --- .../nginx

[ptxdist] [PATCH 18/22] protobuf: version bump 3.3.2 -> 3.5.1

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- patches/protobuf-3.3.2/autogen.sh | 1 - rules/host-protobuf.make | 1 + rules/protobuf.make | 7 --- 3 files changed, 5 insertions(+), 4 deletions(-) delete mode 12 patches/protobuf-3.3.2/autogen.sh diff --git a/patches/protobuf

[ptxdist] [PATCH 19/22] strace: version bump 4.18 -> 4.20

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/strace.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/strace.make b/rules/strace.make index d0d98e355..93e3162ae 100644 --- a/rules/strace.make +++ b/rules/strace.make @@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_STRACE

[ptxdist] [PATCH 20/22] trace-cmd: version bump 2.6.1 -> 2.6.2

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/trace-cmd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/trace-cmd.make b/rules/trace-cmd.make index cd37734e1..4ee1b0271 100644 --- a/rules/trace-cmd.make +++ b/rules/trace-cmd.make @@ -16,8 +16,8 @@ PACKAGES

[ptxdist] [PATCH 21/22] u-boot-tools: version bump 2017.07 -> 2018.01

2018-01-16 Thread Clemens Gruber
The patch is now upstream and can be removed. Signed-off-by: Clemens Gruber --- ...-not-attempt-to-use-the-systemwide-libfdt.patch | 52 -- patches/u-boot-2017.09/series | 5 --- rules/u-boot-tools.make| 4 +- 3 files

[ptxdist] [PATCH 2/4] libgcrypt: version bump 1.8.1 -> 1.8.2

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/libgcrypt.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make index b3bf59c36..66a04012e 100644 --- a/rules/libgcrypt.make +++ b/rules/libgcrypt.make @@ -17,8 +17,8 @@ PACKAGES

[ptxdist] [PATCH 22/22] util-linux-ng: version bump 2.30.2 -> 2.31.1

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- .../0001-__progname-redefinition-fix.patch | 0 patches/{util-linux-2.30.2 => util-linux-2.31.1}/series | 0 rules/util-linux-ng.make| 6 +++--- 3 files changed, 3 insertions(+)

[ptxdist] [PATCH 1/4] libassuan: version bump 2.4.3 -> 2.5.1

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/libassuan.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/libassuan.make b/rules/libassuan.make index b569a8845..3747ff982 100644 --- a/rules/libassuan.make +++ b/rules/libassuan.make @@ -16,8 +16,8 @@ PACKAGES

[ptxdist] [PATCH 3/4] npth: new package

2018-01-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/npth.in | 10 ++ rules/npth.make | 61 + 2 files changed, 71 insertions(+) create mode 100644 rules/npth.in create mode 100644 rules/npth.make diff --git a/rules/npth.in b/rules/npth.in

[ptxdist] [PATCH] ptxd_make_world_common.sh: fix meson build for non-Debian distros

2018-01-16 Thread Clemens Gruber
igned-off-by: Clemens Gruber --- scripts/lib/ptxd_make_world_common.sh | 11 ++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/scripts/lib/ptxd_make_world_common.sh b/scripts/lib/ptxd_make_world_common.sh index 90f1c70b3..6b7045237 100644 --- a/script

[ptxdist] [PATCH 4/4] gnupg: version bump 2.0.30 -> 2.2.4

2018-01-16 Thread Clemens Gruber
Makes public key, cipher and hash algorithms configurable. The binaries are now gpg and gpgv with symlinks gpg2 and gpgv2. The gpgv patch is now upstream and can be removed. Signed-off-by: Clemens Gruber --- ...-tweak-default-options-for-extra-security.patch | 44 -- patches/gnupg

[ptxdist] [PATCH v2] ptxd_make_world_common.sh: fix meson build for non-Debian distros

2018-01-17 Thread Clemens Gruber
o any UTF-8 locale and print a warning. Signed-off-by: Clemens Gruber --- Changes since v1: - Followed Michaels recommendations to prefer en_US and en_* locales and only fall back to any UTF-8 locale as a last resort - Added "-m 1" to all grep invocations to limit the number of matche

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

2018-01-24 Thread Clemens Gruber
Also fixup configure options for dbus and host-dbus. Signed-off-by: Clemens Gruber --- Changes since v1: - Updated the previously forgotten host rule file rules/dbus.make | 13 +++-- rules/host-dbus.make | 15 +++ 2 files changed, 18 insertions(+), 10 deletions

Re: [ptxdist] [PATCH 18/22] protobuf: version bump 3.3.2 -> 3.5.1

2018-01-25 Thread Clemens Gruber
Hi Michael, On Thu, Jan 25, 2018 at 03:38:19PM +0100, Michael Olbrich wrote: > On Tue, Jan 16, 2018 at 04:50:36PM +0100, Clemens Gruber wrote: > > Signed-off-by: Clemens Gruber > > This breaks python-protobuf. I think that needs to use a separate tarball? Yes, we could either u

Re: [ptxdist] [PATCH 18/22] protobuf: version bump 3.3.2 -> 3.5.1

2018-01-25 Thread Clemens Gruber
On Thu, Jan 25, 2018 at 04:04:51PM +0100, Clemens Gruber wrote: > Hi Michael, > > On Thu, Jan 25, 2018 at 03:38:19PM +0100, Michael Olbrich wrote: > > On Tue, Jan 16, 2018 at 04:50:36PM +0100, Clemens Gruber wrote: > > > Signed-off-by: Clemens Gruber > > > >

[ptxdist] [PATCH v2 18/22] protobuf: version bump 3.3.2 -> 3.5.1

2018-01-25 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- Changes from v1: - Use protobuf-all instead of protobuf-cpp to include python bindings code, required for python-protobuf patches/protobuf-3.3.2/autogen.sh | 1 - rules/host-protobuf.make | 1 + rules/protobuf.make | 7 --- 3 files

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

2018-02-20 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/libgpiod.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libgpiod.make b/rules/libgpiod.make index 90c16d831..5bbc384ed 100644 --- a/rules/libgpiod.make +++ b/rules/libgpiod.make @@ -16,8 +16,8 @@ PACKAGES

  1   2   3   4   5   6   >