[ptxdist] [PATCH] coreutils: version bump 8.25 -> 8.27

2017-06-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/coreutils.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/coreutils.make b/rules/coreutils.make index 3e4920f92..a49f118a8 100644 --- a/rules/coreutils.make +++ b/rules/coreutils.make @@ -16,8 +16,8 @@ PACKAGES

[ptxdist] [PATCH] collectd: add exec plugin

2017-06-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- projectroot/etc/collectd.d/exec.conf | 3 +++ rules/collectd.in| 10 +- rules/collectd.make | 2 +- 3 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 projectroot/etc/collectd.d/exec.conf diff

[ptxdist] [PATCH] harfbuzz: new package

2017-06-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/harfbuzz.in | 10 rules/harfbuzz.make | 72 + 2 files changed, 82 insertions(+) create mode 100644 rules/harfbuzz.in create mode 100644 rules/harfbuzz.make diff --git a/rules/harfbuzz.in b

[ptxdist] [PATCH 2/2] latrace: fix build with modern flex

2017-06-06 Thread Clemens Gruber
Building latrace with the current stable version of GNU flex was broken. Patch the scanner configuration to fix it. Signed-off-by: Clemens Gruber --- .../0003-Fix-scanner-config-for-flex-2.6.x.patch | 30 ++ patches/latrace-0.5.11/series | 3 ++- 2

[ptxdist] [PATCH 1/2] flex: version bump 2.5.39 -> 2.6.4

2017-06-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/flex.make | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/rules/flex.make b/rules/flex.make index 803e25897..26be4caa5 100644 --- a/rules/flex.make +++ b/rules/flex.make @@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_FLEX) += flex

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-26 Thread Clemens Gruber
On Fri, May 26, 2017 at 10:57:05AM +0200, Uwe Kleine-König wrote: > On Wed, May 24, 2017 at 07:11:59PM +0200, Clemens Gruber wrote: > > 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: >

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 --- patches/libgpiod-0.2/autogen.sh | 1 + rules/libgpiod.in |

[ptxdist] [PATCH] libgpiod: new package

2017-05-19 Thread Clemens Gruber
libgpiod is a C library with tools for interacting with the Linux GPIO character device. Add a package for it. Signed-off-by: Clemens Gruber --- patches/libgpiod-0.2/autogen.sh | 1 + rules/libgpiod.in | 57 + rules/libgpiod.make | 70

Re: [ptxdist] root.ext2

2017-05-11 Thread Clemens Gruber
Hi, On Mon, May 08, 2017 at 10:02:10AM +0200, Michael Olbrich wrote: > mkfs.ext4 in the current version can add content to the filesystem. So that > is the way to go. I started a patch for genimage to use it, but so far I'm > lacking the time to finish this. > The main problem is, that mkfs.ext4 c

[ptxdist] ELCE 2016: Verified Boot Demo

2017-05-08 Thread Clemens Gruber
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 you used for the RioT-Board? I successfully secured the bootloader stage and blew the fuses, so the

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

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

2017-04-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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/rrdtool.in +++ b/rules/rrdtool.in @@ -34,6

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 > > This needs --with-systemdsystemunitdir=/usr/lib/systemd/system Ah, because of the usr split, right. >

[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 --- projectroot/lib/systemd/system/collectd.service | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/projectroot/lib/systemd/system/collectd.service b

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

2017-04-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/rrdtool.in | 12 rules/rrdtool.make | 8 2 files changed, 20 insertions(+) diff --git a/rules/rrdtool.in b/rules/rrdtool.in index fa7e1de1c..fb91a8b84 100644 --- a/rules/rrdtool.in +++ b/rules/rrdtool.in @@ -34,6 +34,18 @@ config

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

2017-04-28 Thread Clemens Gruber
On Fri, Apr 28, 2017 at 02:39:46PM +0200, Michael Olbrich wrote: > On Fri, Apr 21, 2017 at 10:42:06PM +0200, Clemens Gruber wrote: > > Signed-off-by: Clemens Gruber > > --- > > projectroot/lib/systemd/system/rrdcached.service | 5 + > > projectroot/lib/systemd/sy

[ptxdist] [PATCH 5/7] liboping: version bump 1.6.2 -> 1.9.0

2017-04-21 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/liboping.make | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rules/liboping.make b/rules/liboping.make index 596a8d067..9f38b53b5 100644 --- a/rules/liboping.make +++ b/rules/liboping.make @@ -16,8 +16,8 @@ PACKAGES

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

2017-04-21 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- ...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/net-snmp-5.7.3/0002-Bug-788964-net-snmp

[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 --- projectroot/lib/systemd/system/collectd.service | 11 +-- 1 file changed, 9 insertions(+), 2 deletions

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

2017-04-21 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- projectroot/lib/systemd/system/rrdcached.service | 5 + projectroot/lib/systemd/system/rrdcached.socket | 8 rules/rrdtool.in | 12 rules/rrdtool.make | 8 4

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

2017-04-21 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 @@ -17,11 +17,11 @@ PACKAGES

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

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

[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 --- projectroot/etc/collectd.d/memory.conf| 1 + projectroot/etc/collectd.d/ping.conf | 5 + projectroot/etc/collectd.d/rrdcached.conf | 7 +++ rules/collectd.in

[ptxdist] [PATCH] e2fsprogs: add e4crypt and e4defrag

2017-04-21 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/e2fsprogs.in | 20 ++-- rules/e2fsprogs.make | 10 +- 2 files changed, 27 insertions(+), 3 deletions(-) diff --git a/rules/e2fsprogs.in b/rules/e2fsprogs.in index 18879ed91..b42f600c3 100644 --- a/rules/e2fsprogs.in +++ b/rules

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 --- .../0002-Make-compatible-with-gperf-3.1.patch | 22 ++ patches/libcap-2.25/series | 3 ++- 2 files changed, 24

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

[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 --- 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(-) diff --git a/rules/systemd.make b

[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 --- rules/libcap.in | 1 - rules/libcap.make | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/rules/libcap.in b/rules/libcap.in index 6262467d1

[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 --- rules/systemd.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/systemd.make b/rules/systemd.make index 6b49e9710..45f8f1c20 100644 --- a/rules/systemd.make +++ b/rules

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

2017-03-30 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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..9503d8ee9 100644 --- a/rules/host-gperf.make

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

2017-03-29 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 @@ -17,8 +17,8 @@ PACKAGES

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

2017-03-29 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 +16,11 @@ PACKAGES-$(PTXCONF_FLEX

[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 --- Changes from v1: - Use sshd user for privsep instead of nobody (Otherwise it runs as root!) projectroot/etc/ssh/sshd_config | 19 ++- rules/openssh.make | 17 - 2

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

2017-03-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 @@ PACKAGES-$(PTXCONF_MOSH) += mosh # # Paths

[ptxdist] [PATCH 8/8] util-linux-ng: version bump 2.29 -> 2.29.2

2017-03-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- .../0001-__progname-redefinition-fix.patch| 0 patches/{util-linux-2.29 => util-linux-2.29.2}/series | 0 rules/util-linux-ng.make | 4 ++-- 3 files changed, 2 inserti

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

2017-03-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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 @@ -17,8 +17,8 @@ PACKAGES

[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 --- projectroot/etc/ssh/sshd_config | 19 ++- rules/openssh.make | 17 - 2 files changed, 14 insertions(+), 22 deletions(-) diff --git a/projectroot/etc/ssh/sshd_config b

[ptxdist] [PATCH 7/8] rsyslog: misc improvements and fixes

2017-03-28 Thread Clemens Gruber
-by: Clemens Gruber --- projectroot/etc/rsyslog.conf | 6 +++--- rules/rsyslog.in | 21 + rules/rsyslog.make | 12 3 files changed, 28 insertions(+), 11 deletions(-) diff --git a/projectroot/etc/rsyslog.conf b/projectroot/etc/rsyslog.conf

[ptxdist] [PATCH 2/8] flex: update 2.5.39 -> 2.6.3

2017-03-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/flex.make | 13 - 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/rules/flex.make b/rules/flex.make index 803e25897..979ae09a3 100644 --- a/rules/flex.make +++ b/rules/flex.make @@ -16,11 +16,11 @@ PACKAGES-$(PTXCONF_FLEX) += flex

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

2017-03-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- 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/libgpg-error.make @@ -17,8 +17,8

[ptxdist] [PATCH 1/8] file: version bump 5.29 -> 5.30

2017-03-28 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 c3aaae554..027486ba1 100644 --- a/rules/file.make +++ b/rules/file.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_FILE) += file # # Paths

Re: [ptxdist] Failure in using OSELAS 2016.06.1 toolchain with PTXdist 2017.03.0

2017-03-28 Thread Clemens Gruber
Hi, On Tue, Mar 28, 2017 at 09:34:38AM +0200, Juergen Borleis wrote: > Hi Ojas, > > On Tuesday 28 March 2017 01:17:30 Ojas Kulkarni wrote: > > I am trying to build 2016.06.1 toolchain with PTXdist 2017.03.0 version. > > I am getting error in glib package while building toolchain shown below, > >

Re: [ptxdist] GitHub and free software

2017-03-16 Thread Clemens Gruber
On Thu, Mar 02, 2017 at 06:35:42PM +0100, Uwe Kleine-König wrote: > Hello, > > On Thu, Mar 02, 2017 at 05:17:41PM +0100, Clemens Gruber wrote: > > But if you are interested I could send a few patches or create a GitHub > > repo to work on it. > INAL etc pp. I didn't

Re: [ptxdist] [RFC PATCH 1/2] nettle: add explicit support for libhogweed

2017-03-09 Thread Clemens Gruber
On Thu, Mar 09, 2017 at 05:41:04PM +0100, Markus Niebel wrote: > Am Donnerstag, den 09.03.2017, 16:19 +0100 schrieb Michael Olbrich: > > On Thu, Mar 09, 2017 at 10:37:06AM +0100, Markus Niebel wrote: > > > From: Markus Niebel > > > > > > the libhogweed part requires libgmp. Let's make it configur

Re: [ptxdist] [PATCH] gnutls: add missing dependency

2017-03-06 Thread Clemens Gruber
Hi, On Mon, Mar 06, 2017 at 06:45:23PM +0100, Matthias Fend wrote: > > Signed-off-by: Matthias Fend > --- > rules/gnutls.in | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/rules/gnutls.in b/rules/gnutls.in > index 73e610f..1869e00 100644 > --- a/rules/gnutls.in > +++ b/rules/gnutls.in

Re: [ptxdist] GitHub and free software

2017-03-02 Thread Clemens Gruber
Hi, On Thu, Mar 02, 2017 at 06:35:42PM +0100, Uwe Kleine-König wrote: > Hello, > > On Thu, Mar 02, 2017 at 05:17:41PM +0100, Clemens Gruber wrote: > > But if you are interested I could send a few patches or create a GitHub > > repo to work on it. > INAL etc pp. I didn

Re: [ptxdist] ptxdist with iMX6

2017-03-02 Thread Clemens Gruber
Hi Guillermo, On Thu, Mar 02, 2017 at 03:50:19PM +0100, Guillermo Rodriguez Garcia wrote: > Hi Alexander, > > Thank you for your answer. > > 2017-03-01 22:03 GMT+01:00 Alexander Dahl : > > Hei hei, > > > > On Wed, Mar 01, 2017 at 06:36:38PM +0100, Guillermo Rodriguez Garcia wrote: > >> Is someon

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

2017-02-14 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] libcap: make host-gperf dependency explicit

2017-02-09 Thread Clemens Gruber
Keep using gperf to optimize cap lookups at runtime, but make the dependency on host-gperf explicit. Signed-off-by: Clemens Gruber --- rules/libcap.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libcap.in b/rules/libcap.in index 767b4f412..6262467d1 100644 --- a/rules/libcap.in

[ptxdist] [PATCH] host-libcap: disable gperf dependency

2017-02-09 Thread Clemens Gruber
Fixes a build error when the implicit dependency host-gperf is not available. As it is only an optimization used at build-time of other ptxdist packages, we can disable gperf support. Signed-off-by: Clemens Gruber --- rules/host-libcap.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[ptxdist] [PATCH v2] tcpdump: update 4.7.4 -> 4.9.0

2017-02-07 Thread Clemens Gruber
A large number of critical vulnerabilities were fixed in 4.9.0. Most of them are heap overflows and are remotely exploitable. List of CVE numbers: https://www.debian.org/security/2017/dsa-3775 Signed-off-by: Clemens Gruber --- rules/tcpdump.make | 5 ++--- 1 file changed, 2 insertions(+), 3

[ptxdist] host-libcap dependency on host-gperf

2017-02-07 Thread Clemens Gruber
Hi, I noticed that the host-libcap package fails to build if host-gperf has not been built yet. There are two possible solutions: 1) Add a dependency to host-gperf (select HOST_GPERF in host-libcap.in?) 2) Add BUILD_GPERF=no to host-libcap's MAKE_OPTS. First I tried 1 but this does not seem to pu

[ptxdist] [PATCH] libpcap: update 1.7.4 -> 1.8.1

2017-02-07 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- .../0001-build-and-install-share-lib-only.patch| 8 .../0002-pcap-config-add-SYSROOT-support.patch | 0 ...03-configure.ac-allow-specifying-path-for-libnl3.patch} | 14 +++--- patches/{libpcap-1.7.4 => libpcap-1.

[ptxdist] [PATCH] libtool: update 2.4.2 -> 2.4.6

2017-02-04 Thread Clemens Gruber
Also add two upstream patches to silence warnings when using binutils built with --enable-deterministic-archives. Signed-off-by: Clemens Gruber --- .../0001-libool.m4-add-ARFLAGS-variable.patch | 68 +++ ...-ARFLAGS-use-cr-instead-of-cru-by-default.patch | 124

[ptxdist] [PATCH] m4: version bump 1.4.17 -> 1.4.18

2017-02-04 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/host-m4.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-m4.make b/rules/host-m4.make index fd9f69ce4..5a734fe2b 100644 --- a/rules/host-m4.make +++ b/rules/host-m4.make @@ -16,8 +16,8 @@ HOST_PACKAGES

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

2017-02-04 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/host-autotools-automake.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/host-autotools-automake.make b/rules/host-autotools-automake.make index 2236f2ab5..4e7b1ac13 100644 --- a/rules/host-autotools-automake.make +++ b

[ptxdist] [PATCH] sqlite: version bump 3.15.2 -> 3.16.2

2017-02-04 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/sqlite.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/sqlite.make b/rules/sqlite.make index 90dd89d68..59bf22212 100644 --- a/rules/sqlite.make +++ b/rules/sqlite.make @@ -21,11 +21,11 @@ PACKAGES-$(PTXCONF_SQLITE

[ptxdist] [PATCH] zlib: version bump 1.2.8 -> 1.2.11

2017-02-04 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/zlib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/zlib.make b/rules/zlib.make index f880401dc..42e1cde08 100644 --- a/rules/zlib.make +++ b/rules/zlib.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_ZLIB) += zlib # # Paths

[ptxdist] [PATCH] tcpdump: version bump 4.8.1 -> 4.9.0

2017-02-04 Thread Clemens Gruber
A large number of critical vulnerabilities were fixed in 4.9.0. Most of them are heap overflows and are remotely exploitable. List of CVE numbers: https://www.debian.org/security/2017/dsa-3775 Signed-off-by: Clemens Gruber --- rules/tcpdump.make | 4 ++-- 1 file changed, 2 insertions(+), 2

[ptxdist] [PATCH] e2fsprogs: version bump 1.43.3 -> 1.43.4

2017-02-04 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 232d59ec1..6e16b4fcf 100644 --- a/rules/e2fsprogs.make +++ b/rules/e2fsprogs.make @@ -17,8 +17,8 @@ PACKAGES

[ptxdist] [PATCH] openssl: version update 1.0.2j -> 1.0.2k

2017-02-04 Thread Clemens Gruber
Also add Debian patch to mark Triple DES and RC4 as weak ciphers. Signed-off-by: Clemens Gruber --- .../0001-debian-targets.patch | 6 +- .../0002-engines-path.patch| 12 +- .../0003-no-rpath.patch| 0 .../0004-no

[ptxdist] [PATCH] libgcrypt: version bump 1.7.5 -> 1.7.6

2017-02-04 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 f933a7766..0c1f0e6b5 100644 --- a/rules/libgcrypt.make +++ b/rules/libgcrypt.make @@ -17,8 +17,8 @@ PACKAGES

Re: [ptxdist] [PATCH v2] iputils: update s20121221 -> s20161105

2017-01-28 Thread Clemens Gruber
Hi, On Thu, Jan 26, 2017 at 11:47:11AM +0100, Marc Kleine-Budde wrote: > On 01/26/2017 11:40 AM, Michael Olbrich wrote: > > On Wed, Jan 25, 2017 at 07:41:42AM +0100, Uwe Kleine-König wrote: > >> On Wed, Jan 25, 2017 at 12:13:59AM +0100, Clemens Gruber wrote: > >>>

Re: [ptxdist] [PATCH] busybox: update version 1.25.1 -> 1.26.2

2017-01-28 Thread Clemens Gruber
Hi Michael, On Fri, Jan 27, 2017 at 10:00:38AM +0100, Michael Olbrich wrote: > On Thu, Jan 12, 2017 at 07:40:19PM +0100, Clemens Gruber wrote: > > Also update the busybox config tree and use the split-up IFUP and IFDOWN > > symbols in initmethod-*.in. > > Prepare complains

[ptxdist] [PATCH v2] iputils: update s20121221 -> s20161105

2017-01-24 Thread Clemens Gruber
and requires superuser privileges. Signed-off-by: Clemens Gruber --- rules/iputils.in | 71 +- rules/iputils.make | 18 -- 2 files changed, 55 insertions(+), 34 deletions(-) diff --git a/rules/iputils.in b/rules/iputils.in index

[ptxdist] [PATCH] host-libcap: do not use setcap on itself

2017-01-11 Thread Clemens Gruber
Set RAISE_SETFCAP=no in host-libcap.make. Fixes an error in the install stage: unable to set CAP_SETFCAP effective capability: Operation not permitted Signed-off-by: Clemens Gruber --- rules/host-libcap.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/host

Re: [ptxdist] [PATCH v2] libgcrypt: update 1.7.3 -> 1.7.5

2017-01-10 Thread Clemens Gruber
Hi Michael, On Tue, Jan 10, 2017 at 04:09:21PM +0100, Michael Olbrich wrote: > Hmm, I looked at what the capabilities stuff is for. It is used for 'secure > memory'. I'm not an expert here, but I guess it will set up some memory > that cannot be swapped out etc. It only needs libcap and that's a r

[ptxdist] [PATCH v2] libgcrypt: update 1.7.3 -> 1.7.5

2017-01-09 Thread Clemens Gruber
Also add configure options explicitly and enable ASM for all architectures except m68k/ColdFire. Signed-off-by: Clemens Gruber --- Changes from v1: - Rely on runtime detection for optimizations besides NEON - Disabling ASM is only necessary on m68k/ColdFire rules/libgcrypt.make | 38

[ptxdist] [PATCH 18/18] netperf: new package

2016-12-19 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- patches/netperf-2.7.0/0001-fix-inlining.patch | 46 patches/netperf-2.7.0/series | 4 ++ rules/netperf.in | 9 rules/netperf.make| 75 +++ 4

[ptxdist] [PATCH 17/18] libgcrypt: update 1.7.3 -> 1.7.5

2016-12-19 Thread Clemens Gruber
Also add configure options explicitly. Signed-off-by: Clemens Gruber --- rules/libgcrypt.make | 30 +- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make index 4ffe6bcee..96768f9a8 100644 --- a/rules

[ptxdist] [PATCH 16/18] picocom: bump version 1.7 -> 2.2

2016-12-19 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/picocom.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/picocom.make b/rules/picocom.make index e40846aba..565e20438 100644 --- a/rules/picocom.make +++ b/rules/picocom.make @@ -16,12 +16,12 @@ PACKAGES

[ptxdist] [PATCH 15/18] util-linux-ng: update 2.28.2 -> 2.29 and fix URL deduction

2016-12-19 Thread Clemens Gruber
Using sed instead of basename allows us to keep the _URL line as is, for both the two- and three-part version numbers and not switch between using and not using the basename command every release. Also add configure options explicitly, fix mistakes and add missing options. Signed-off-by: Clemens

[ptxdist] [PATCH 13/18] tmux: update 1.9a -> 2.3

2016-12-19 Thread Clemens Gruber
Also add configure options explicitly. Signed-off-by: Clemens Gruber --- rules/tmux.make | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/rules/tmux.make b/rules/tmux.make index 39447e5c1..7e4c1f402 100644 --- a/rules/tmux.make +++ b/rules/tmux.make @@ -16,8

[ptxdist] [PATCH 14/18] u-boot-tools: bump version 2016.07 -> 2016.11

2016-12-19 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 898ce84bd..72b77924b 100644 --- a/rules/u-boot-tools.make +++ b/rules/u-boot-tools.make @@ -16,8 +16,8

[ptxdist] [PATCH 12/18] systemd-bootchart: bump version 230 -> 231

2016-12-19 Thread Clemens Gruber
Also add LICENSE types and hashes. Signed-off-by: Clemens Gruber --- ...igure-add-option-to-not-build-manpages-14.patch | 52 -- ...oottime_or_monotonic-everywhere-to-pick-c.patch | 24 -- ...ke-time-from-proc-schedstat-for-processes.patch | 26 --- ...04

[ptxdist] [PATCH 10/18] rrdtool: update 1.4.9 -> 1.6.0 and make more modular

2016-12-19 Thread Clemens Gruber
Only depend on libxml2 if rrd_restore is enabled and add missing configure options explicitly. Signed-off-by: Clemens Gruber --- ...c-don-t-specify-hardcoded-include-search-.patch | 27 -- patches/rrdtool-1.4.9/autogen.sh | 1 - patches/rrdtool-1.4.9

[ptxdist] [PATCH 11/18] sqlite: update 3.14.1 -> 3.15.2

2016-12-19 Thread Clemens Gruber
Set configure options explicitly and set all defines to 1. Enable a common option to allow AND, NOT and nested parenthesis in FTS3/4 queries. Dynamically link libsqlite3 to sqlite3 shell tool to save space. Signed-off-by: Clemens Gruber --- rules/sqlite.make | 20 +--- 1 file

[ptxdist] [PATCH 08/18] iproute2: update 4.8.0 -> 4.9.0

2016-12-19 Thread Clemens Gruber
Our workaround for the iptables dependency problem is no longer necessary due to the new option TC_CONFIG_NO_XT. Signed-off-by: Clemens Gruber --- .../0001-add-xtables-version.h.patch | 22 -- patches/iproute2-4.8.0/series | 1 - rules

[ptxdist] [PATCH 09/18] projectroot: Fix HTML syntax in examples

2016-12-19 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- projectroot/var/www/httpd.html | 2 ++ projectroot/var/www/thttpd.html | 2 ++ 2 files changed, 4 insertions(+) diff --git a/projectroot/var/www/httpd.html b/projectroot/var/www/httpd.html index da6d138c0..ca5a7dab6 100644 --- a/projectroot/var/www/httpd.html

[ptxdist] [PATCH 07/18] iperf: update 2.0.5 -> 2.0.9

2016-12-19 Thread Clemens Gruber
Add configure options explicitly and switch from the deprecated SF project iperf to the maintained SF project iperf2. Signed-off-by: Clemens Gruber --- patches/iperf-2.0.5/fix_early_termination.diff | 47 -- patches/iperf-2.0.5/series | 1 - rules

[ptxdist] [PATCH 06/18] glib: bump version 2.50.1 -> 2.50.2

2016-12-19 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/glib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/glib.make b/rules/glib.make index 8a53b24fc..e4a986efa 100644 --- a/rules/glib.make +++ b/rules/glib.make @@ -17,8 +17,8 @@ PACKAGES-$(PTXCONF_GLIB) += glib # # Paths

[ptxdist] [PATCH 04/18] dbus: bump version 1.10.10 -> 1.10.14

2016-12-19 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 5893011a9..3562ffbd6 100644 --- a/rules/dbus.make +++ b/rules/dbus.make @@ -18,8 +18,8 @@ PACKAGES-$(PTXCONF_DBUS) += dbus # # Paths

[ptxdist] [PATCH 05/18] file: update 5.24 -> 5.29

2016-12-19 Thread Clemens Gruber
The configure options are set explicitly. Signed-off-by: Clemens Gruber --- rules/file.make | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/rules/file.make b/rules/file.make index 257e1bb9c..c3aaae554 100644 --- a/rules/file.make +++ b/rules/file.make @@ -16,8

[ptxdist] [PATCH 01/18] nettle: update 2.7.1 -> 3.3

2016-12-19 Thread Clemens Gruber
Also reorder configure options as they are in the help output. Signed-off-by: Clemens Gruber --- rules/nettle.in | 1 - rules/nettle.make | 13 + 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/rules/nettle.in b/rules/nettle.in index 9ec8429cb..fcacb963f 100644

[ptxdist] [PATCH 02/18] iputils: update s20121221 -> s20161105

2016-12-19 Thread Clemens Gruber
The current version of iputils ping can handle IPv4 and IPv6 and does not need the big GnuTLS/libgcrypt/.. dependency. tracepath can also handle both v4 and v6. Signed-off-by: Clemens Gruber --- rules/iputils.in | 41 +++-- rules/iputils.make | 12

[ptxdist] [PATCH 03/18] collectd: update 5.4.1 -> 5.7.0 and add sensors support

2016-12-19 Thread Clemens Gruber
To avoid mistakes in future updates, reorganize the configure options, add missing options and list all plugins separately. This update adds support for the sensors plugin, which reads sensor data through lm_sensors. Signed-off-by: Clemens Gruber --- projectroot/etc/collectd.d/sensors.conf

[ptxdist] [PATCH 00/18] Patchset for ptxdist

2016-12-19 Thread Clemens Gruber
and there: sqlite, iproute2, .. And the subjects now conform to the suggested old -> new nomenclature. Regards, Clemens Clemens Gruber (18): nettle: update 2.7.1 -> 3.3 iputils: update s20121221 -> s20161105 collectd: update 5.4.1 -> 5.7.0 and add sensors support dbus:

Re: [ptxdist] [PATCH] iperf: version bump

2016-12-17 Thread Clemens Gruber
Hi, On Fri, Dec 16, 2016 at 04:12:51PM +0100, Michael Olbrich wrote: > Well, the configure options could use some cleanup in general, but that's > nothing new. You mean adding the (current) default options explicitly, right? To sum up the update checklist: 1) Check the diff of the configure --he

[ptxdist] [PATCH v2] file: bump version

2016-12-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/file.make | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/rules/file.make b/rules/file.make index 257e1bb9c..c3aaae554 100644 --- a/rules/file.make +++ b/rules/file.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_FILE) += file

[ptxdist] [PATCH v2] nettle: update to version 3.3

2016-12-16 Thread Clemens Gruber
Also reorder configure options as they are in the help output. Signed-off-by: Clemens Gruber --- rules/nettle.in | 1 - rules/nettle.make | 11 +++ 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/rules/nettle.in b/rules/nettle.in index 9ec8429cb..fcacb963f 100644 --- a

Re: [ptxdist] [PATCH 2/2] iputils: update to version s20161105

2016-12-16 Thread Clemens Gruber
On Fri, Dec 16, 2016 at 03:35:30PM +0100, Michael Olbrich wrote: > On Thu, Dec 15, 2016 at 02:50:38PM +0100, Clemens Gruber wrote: > > IPUTILS:= iputils-$(IPUTILS_VERSION) > > -IPUTILS_SUFFIX := tar.bz2 > > -IPUTILS_URL:= > > http://www.s

[ptxdist] [PATCH] picocom: update to version 2.2

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/picocom.make | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/rules/picocom.make b/rules/picocom.make index e40846a..565e204 100644 --- a/rules/picocom.make +++ b/rules/picocom.make @@ -16,12 +16,12 @@ PACKAGES-$(PTXCONF_PICOCOM

[ptxdist] [PATCH] util-linux-ng: update to 2.29 and fix URL deduction

2016-12-15 Thread Clemens Gruber
Using sed instead of basename allows us to keep the _URL line as is, for both the two- and three-part version numbers and not switch between using and not using the basename command every release. Signed-off-by: Clemens Gruber --- .../0001-__progname-redefinition-fix.patch

[ptxdist] [PATCH] u-boot-tools: bump version

2016-12-15 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 898ce84..72b7792 100644 --- a/rules/u-boot-tools.make +++ b/rules/u-boot-tools.make @@ -16,8 +16,8 @@ PACKAGES

[ptxdist] [PATCH] systemd-bootchart: update to 231

2016-12-15 Thread Clemens Gruber
Also add LICENSE types and hashes. Signed-off-by: Clemens Gruber --- ...igure-add-option-to-not-build-manpages-14.patch | 52 -- ...oottime_or_monotonic-everywhere-to-pick-c.patch | 24 -- ...ke-time-from-proc-schedstat-for-processes.patch | 26 --- ...04

[ptxdist] [PATCH] tmux: bump version

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/tmux.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/tmux.make b/rules/tmux.make index 39447e5..2908f67 100644 --- a/rules/tmux.make +++ b/rules/tmux.make @@ -16,8 +16,8 @@ PACKAGES-$(PTXCONF_TMUX) += tmux # # Paths and

[ptxdist] [PATCH] sqlite: bump version

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber --- rules/sqlite.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/sqlite.make b/rules/sqlite.make index 1efd64d..e89a7ab 100644 --- a/rules/sqlite.make +++ b/rules/sqlite.make @@ -21,8 +21,8 @@ PACKAGES-$(PTXCONF_SQLITE) += sqlite

<    1   2   3   4   5   6   >