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

2017-03-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- 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 @@ PA

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 even

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

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

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

2017-02-14 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] 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 <clemens.gru...@pqgruber.com> --- rules/libcap.in | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/libcap.in b/rules/libcap.in index 767b4f412..626

[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 <clemens.gru...@pqgruber.com> --- rules/host-libcap.make | 2 +- 1 file chan

[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 <clemens.gru...@pqgruber.com> --- rules/tcpdump.make | 5 ++---

[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

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

2017-02-07 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- .../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 +++--- p

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

2017-02-04 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- 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

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

2017-02-04 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- 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/rule

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

2017-02-04 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- 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

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

2017-02-04 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- 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 @@ PA

[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 <clemens.gru...@pqgruber.com> --- rules/tcpdump.make | 4 ++--

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

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

[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 <clemens.gru...@pqgruber.com> --- .../0001-debian-targets.patch | 6 +- .../0002-engines-path.patch| 12 +- .../0003-no-rpath

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 <clemens.gru...@pqgruber.com> --- rules/iputils.in | 71 +- rules/iputils.make | 18 -- 2 files changed, 55 insertions(+), 34 deletions(-) diff --git a

[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 <clemens.gru...@pqgruber.com> --- rules/host-libcap.make | 2 +- 1 file changed, 1 insertion(+), 1 de

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

[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 <clemens.gru...@pqgruber.com> --- Changes from v1: - Rely on runtime detection for optimizations besides NEON - Disabling ASM is only necessary on m68k/ColdFire

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

2016-12-19 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- patches/netperf-2.7.0/0001-fix-inlining.patch | 46 patches/netperf-2.7.0/series | 4 ++ rules/netperf.in | 9 rules/netperf.make

[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 <clemens.gru...@pqgruber.com> --- rules/libgcrypt.make | 30 +- 1 file changed, 25 insertions(+), 5 deletions(-) diff --git a/rules/libgcrypt.make b/rules/libgcrypt.make index 4ffe6bcee..967

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

2016-12-19 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- 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 @@

[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 <clemens.gru...@pqgruber.com> --- 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

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

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

[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 <clemens.gru...@pqgruber.com> --- ...igure-add-option-to-not-build-manpages-14.patch | 52 -- ...oottime_or_monotonic-everywhere-to-pick-c.patch | 24 -- ...ke-time-from-proc-sch

[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 <clemens.gru...@pqgruber.com> --- ...c-don-t-specify-hardcoded-include-search-.patch | 27 -- patches/rrdtool-1.4.9/autogen.sh

[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 <clemens.gru...@pqgruber.com> --- rules/sqlite.mak

[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 <clemens.gru...@pqgruber.com> --- .../0001-add-xtables-version.h.patch | 22 -- patches/iproute2-4.8.0/

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

2016-12-19 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- 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

[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 <clemens.gru...@pqgruber.com> --- patches/iperf-2.0.5/fix_early_termination.diff | 47 -- patches/iperf-2.0.5/

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

2016-12-19 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- 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 @@ PA

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

2016-12-19 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 5893011a9..3562ffbd6 100644 --- a/rules/dbus.make +++ b/rules/dbus.make @@ -18,8 +18,8 @@ PA

[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 <clemens.gru...@pqgruber.com> --- 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/fil

[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 <clemens.gru...@pqgruber.com> --- 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

[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 <clemens.gru...@pqgruber.com> --- proje

[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 <clemens.gru...@pqgruber.com> --- rules/iputils.in

[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

[ptxdist] [PATCH v2] file: bump version

2016-12-16 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- 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 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 <clemens.gru...@pqgruber.com> --- 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

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 <clemens.gru...@pqgruber.com> --- 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

[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 <clemens.gru...@pqgruber.com> --- .../0001-__progname-redefi

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

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

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

2016-12-15 Thread Clemens Gruber
Also add LICENSE types and hashes. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- ...igure-add-option-to-not-build-manpages-14.patch | 52 -- ...oottime_or_monotonic-everywhere-to-pick-c.patch | 24 -- ...ke-time-from-proc-sch

[ptxdist] [PATCH] tmux: bump version

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- 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 @@ PA

[ptxdist] [PATCH] sqlite: bump version

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- 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 @@ PA

[ptxdist] [PATCH] iproute2: bump version

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- .../0001-add-xtables-version.h.patch | 0 patches/{iproute2-4.8.0 => iproute2-4.9.0}/series | 0 rules/iproute2.make |

[ptxdist] [PATCH] collectd: update to 5.7.0 and add sensors support

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- projectroot/etc/collectd.d/sensors.conf | 1 + rules/collectd.in | 9 +++- rules/collectd.make | 39 +++-- 3 files changed, 41 insertions(+), 8 del

[ptxdist] [PATCH] file: bump version

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/file.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/file.make b/rules/file.make index 257e1bb..eaf6571 100644 --- a/rules/file.make +++ b/rules/file.make @@ -16,8 +16,8 @@ PA

[ptxdist] [PATCH] rrdtool: update to 1.6.0 and make more modular

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- ...c-don-t-specify-hardcoded-include-search-.patch | 27 -- patches/rrdtool-1.4.9/autogen.sh | 1 - patches/rrdtool-1.4.9/series | 4 rules/rrdt

[ptxdist] [PATCH] dbus: bump version

2016-12-15 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 5893011..3562ffb 100644 --- a/rules/dbus.make +++ b/rules/dbus.make @@ -18,8 +18,8 @@ PA

[ptxdist] [PATCH] projectroot: Fix HTML syntax in examples

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- 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 da6d138..ca5a7da

[ptxdist] [PATCH] glib: bump version

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/glib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/glib.make b/rules/glib.make index 8a53b24..e4a986e 100644 --- a/rules/glib.make +++ b/rules/glib.make @@ -17,8 +17,8 @@ PA

[ptxdist] [PATCH] iperf: version bump

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- patches/iperf-2.0.5/fix_early_termination.diff | 47 -- patches/iperf-2.0.5/series | 1 - rules/iperf.make | 6 ++-- 3 files changed, 3 insertions(

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

2016-12-15 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 <clemens.gru...@pqgruber.com> --- rules/iputils.in

[ptxdist] [PATCH 1/2] nettle: update to version 3.3

2016-12-15 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/nettle.in | 1 - rules/nettle.make | 5 +++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/nettle.in b/rules/nettle.in index 9ec8429..fcacb96 100644 --- a/rules/nettle.in +++ b/rules/nettle.in @

Re: [ptxdist] systemd 232

2016-12-01 Thread Clemens Gruber
Hi, On Tue, Nov 29, 2016 at 09:46:14AM +0100, Michael Olbrich wrote: > Hi, > > On Mon, Nov 28, 2016 at 06:02:51PM +0100, Clemens Gruber wrote: > > did you already start working on updating systemd to version 232? > > I've started with it. But new systemd versions requ

[ptxdist] [PATCH v2] nginx: new package

2016-11-29 Thread Clemens Gruber
in PTXdist, to allow reducing the binary size. Most popular modules are supported, systemd unit file and basic configuration files are included as well. Supports SSL, HTTP/2, HTTP Proxying, GZIP, Auth Basic, Rewrite, FastCGI, SCGI, uWSGI, etc. Signed-off-by: Clemens Gruber <clemens.

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

2016-11-29 Thread Clemens Gruber
On Tue, Nov 29, 2016 at 10:10:01AM +0100, Michael Olbrich wrote: > Use install_alternative here (untested): > > @$(call install_alternatice, nginx, www, www, 0644, \ > /projectroot/var/www/httpd.html, n, \ > /var/www/index.html) This did not work. It searched

Re: [ptxdist] Python 3.5 and the use of getrandom() system call

2016-11-29 Thread Clemens Gruber
Hi, On Tue, Nov 29, 2016 at 09:56:59AM +0100, Alexander Dahl wrote: > On Fri, Nov 18, 2016 at 02:21:36PM +0100, David Jander wrote: > > Or is there a way (that I ignore) to speed-up the generation of > > entropy in the Linux kernel? > > I heard other people use haveged for this. I have two

[ptxdist] systemd 232

2016-11-28 Thread Clemens Gruber
Hi, did you already start working on updating systemd to version 232? Thanks, Clemens PS: Any comments on the nginx patch yet? :) ___ ptxdist mailing list ptxdist@pengutronix.de

Re: [ptxdist] Python 3.5 and the use of getrandom() system call

2016-11-18 Thread Clemens Gruber
Hi, On Fri, Nov 18, 2016 at 02:21:36PM +0100, David Jander wrote: > Or is there a way (that I ignore) to speed-up the generation of entropy in the > Linux kernel? Did you build your kernel with CONFIG_CRYPTO_JITTERENTROPY=y and CONFIG_CRYPTO_DRBG_HASH=y ? Also, depending on your platform, there

[ptxdist] [PATCH v2] busybox: bump version

2016-11-11 Thread Clemens Gruber
Bump version and update busybox Config.in files. Also use the HTTPS URL for downloading. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- config/busybox/Config.in | 22 config/busybox/archival/Config.in | 29 +++-- config/b

[ptxdist] [PATCH] nginx: new package

2016-11-06 Thread Clemens Gruber
in PTXdist, to allow reducing the binary size. Most popular modules are supported, systemd unit file and basic configuration files are included as well. Supports SSL, HTTP/2, HTTP Proxying, GZIP, Auth Basic, Rewrite, FastCGI, SCGI, uWSGI, etc. Signed-off-by: Clemens Gruber <clemens.

[ptxdist] [PATCH 2/8] coreutils: update to 8.25

2016-11-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/coreutils.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/coreutils.make b/rules/coreutils.make index e70b401..8942abd 100644 --- a/rules/coreutils.make +++ b/rules/coreutils.make @@

[ptxdist] [PATCH 7/8] ntp: bump version

2016-11-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- patches/{ntp-4.2.8p7 => ntp-4.2.8p8}/Fix-undefined-MOD_NANO.patch | 0 patches/{ntp-4.2.8p7 => ntp-4.2.8p8}/series | 0 rules/ntp.make| 4 ++-- 3 f

[ptxdist] [PATCH 6/8] libpcre: bump version and update license hash

2016-11-06 Thread Clemens Gruber
Only year numbers were changed in the LICENCE file. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/libpcre.make | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/rules/libpcre.make b/rules/libpcre.make index a628f54..d985a2f 100644 --- a

[ptxdist] [PATCH 8/8] sed: update to 4.2.2

2016-11-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/sed.make | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/rules/sed.make b/rules/sed.make index 7a5b4e2..0faa154 100644 --- a/rules/sed.make +++ b/rules/sed.make @@ -17,8 +17,8 @@ PA

[ptxdist] [PATCH 3/8] findutils: update to 4.6.0

2016-11-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/findutils.make | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rules/findutils.make b/rules/findutils.make index 740bd97..0a4fafa 100644 --- a/rules/findutils.make +++ b/rules/findutil

[ptxdist] [PATCH 5/8] gzip: bump version

2016-11-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/gzip.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/rules/gzip.make b/rules/gzip.make index e16c086..fd6fedf 100644 --- a/rules/gzip.make +++ b/rules/gzip.make @@ -16,8 +16,8 @@ PA

[ptxdist] [PATCH 1/8] busybox: bump version

2016-11-06 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- .../0200-reactivate-check-for-tty.patch | 0 .../0201-Fix-the-format-warning-when-building-applets-usage_p.patch | 0 .../0202-build-system-only-pass-real-libs-to-SELINUX_LIBS.patch | 0 ..

Re: [ptxdist] nginx

2016-11-01 Thread Clemens Gruber
On Mon, Oct 31, 2016 at 10:23:20PM +0100, Robert Schwebel wrote: > On Mon, Oct 31, 2016 at 04:32:04PM +0100, Clemens Gruber wrote: > > did anyone ever look at cross compiling nginx? > > I think we have patches around, but they probably need more work. > If you like, you can use

[ptxdist] nginx

2016-10-31 Thread Clemens Gruber
Hi, did anyone ever look at cross compiling nginx? Sadly no autotools... :/ But Buildroot has a nginx package and the necessary patches: https://git.busybox.net/buildroot/tree/package/nginx?h=master Can I take them and port them to PTXdist? Buildroot is also GPLv2 and nginx has a 2-clause BSD

Re: [ptxdist] [PATCH] updates lighttpd version 1.4.39 -> 1.4.42

2016-10-31 Thread Clemens Gruber
Hi, On Mon, Oct 31, 2016 at 03:16:32PM +0100, Alexander Dahl wrote: > Hei hei, > > On 21.10.2016 12:05, Alexander Dahl wrote: > > besides: how well did you test the new version? There were lots of > > changes in 1.4.40 with bugfixes for them in 1.4.41 and 1.4.42. See: > > > >

[ptxdist] [PATCH] libseccomp: bump version

2016-10-28 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/libseccomp.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/libseccomp.make b/rules/libseccomp.make index 676b481..8d2e020 100644 --- a/rules/libseccomp.make +++ b/rules/libseccom

[ptxdist] [PATCH] lm_sensors: install custom config if available

2016-10-24 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/lm_sensors.make | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rules/lm_sensors.make b/rules/lm_sensors.make index 97df3f8..cb146d4 100644 --- a/rules/lm_sensors.make +++ b/rules/lm_sensors.make @@

[ptxdist] [PATCH] lm_sensors: bump version

2016-10-24 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/lm_sensors.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/lm_sensors.make b/rules/lm_sensors.make index f5c4582..97df3f8 100644 --- a/rules/lm_sensors.make +++ b/rules/lm_sensor

[ptxdist] [PATCH] util-linux-ng: allow installing wipefs

2016-10-24 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/util-linux-ng.in | 8 rules/util-linux-ng.make | 3 +++ 2 files changed, 11 insertions(+) diff --git a/rules/util-linux-ng.in b/rules/util-linux-ng.in index b0d5e1f..a4f1e43 100644 --- a/rules/util-linux-ng.in

Re: [ptxdist] [PATCH] updates lighttpd version 1.4.39 -> 1.4.42

2016-10-21 Thread Clemens Gruber
On Fri, Oct 21, 2016 at 12:41:48PM +0200, Andreas Geisenhainer wrote: > On 21/10/16 11:28 AM, Michael Olbrich wrote: > > On Fri, Oct 21, 2016 at 10:26:37AM +0200, Andreas Geisenhainer wrote: > > > -config LIGHTTPD_MEMCACHE > > > +config LIGHTTPD_MEMCACHED > > This deserves entry in

[ptxdist] [PATCH] mpg123: bump version to 1.23.8

2016-10-17 Thread Clemens Gruber
Vulnerability fixes. 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 d2ea234..b0eadb4 100644 --- a/rules/mpg123.make +++ b/rules/mpg12

[ptxdist] [PATCH] ethtool: bump version to 4.8

2016-10-17 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 c700537..dd91956 100644 --- a/rules/ethtool.make +++ b/rules/ethtool.make @@ -17,8

[ptxdist] [PATCH 3/5] libksba: bump version and make build more reproducible

2016-10-17 Thread Clemens Gruber
Version bump, add build timestamp and enable optimizations. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/libksba.make | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/rules/libksba.make b/rules/libksba.make index 68a6769..66074ff

[ptxdist] [PATCH 2/5] libassuan: bump version and make build more reproducible

2016-10-17 Thread Clemens Gruber
Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/libassuan.make | 11 --- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/rules/libassuan.make b/rules/libassuan.make index 7069aa0..46bf3e3 100644 --- a/rules/libassuan.make +++ b/rules/libassua

[ptxdist] [PATCH 1/5] libgpg-error: bump version

2016-10-17 Thread Clemens Gruber
Bump version and disable building tests. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- rules/libgpg-error.make | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/rules/libgpg-error.make b/rules/libgpg-error.make index 93592b0..3709391 100644 --- a

[ptxdist] [PATCH v2 1/2] iproute2: bump version

2016-10-17 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 e1f4c7d..77acaf3 100644 --- a/rules/iproute2.make +++ b/rules/iproute2.make @@ -17,8

[ptxdist] [PATCH v2 2/2] iproute2: add patch to avoid iptables dependency

2016-10-17 Thread Clemens Gruber
rsion and minor improvements") Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- .../0001-add-xtables-version.h.patch | 22 ++ patches/iproute2-4.8.0/series | 1 + rules/iproute2.make| 2 +-

Re: [ptxdist] iproute2 dependencies

2016-10-17 Thread Clemens Gruber
On Mon, Oct 17, 2016 at 03:21:08PM +0200, Michael Olbrich wrote: > Clemens: I think a patch that adds xtables-version.h is the cleanest > solution. The resulting m_xt.so will be broken because it doesn't link to > libiptables but we don't install that right now. Good idea! I'll send a patch

[ptxdist] iproute2 dependencies

2016-10-17 Thread Clemens Gruber
Hi Alex, Hi Michael, Hi Juergen, I am interested in your opinion regarding the iptables dependency. I sent a hack-ish patch to not build tc/m_ipt.c, but there is probably a better way. Especially if someone needs the iptables support in tc. (For the tc filter ipt action) Should we better 1)

[ptxdist] [PATCH 1/2] iproute2: bump version

2016-10-14 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 e1f4c7d..77acaf3 100644 --- a/rules/iproute2.make +++ b/rules/iproute2.make @@ -17,8

[ptxdist] [PATCH 2/2] iproute2: add patch to avoid iptables dependency

2016-10-14 Thread Clemens Gruber
Now we can also use TC_CONFIG_XT=n. Signed-off-by: Clemens Gruber <clemens.gru...@pqgruber.com> --- .../0001-disable-iptables-dependency-in-tc.patch | 25 ++ patches/iproute2-4.8.0/series | 1 + rules/iproute2.make

Re: [ptxdist] [PATCH v3] iproute2: update version and minor improvements

2016-10-14 Thread Clemens Gruber
On Fri, Oct 14, 2016 at 02:56:12PM +0200, Juergen Borleis wrote: > Hi Clemens. > > On Tuesday 04 October 2016 18:20:20 Clemens Gruber wrote: > > Update to iproute2 4.7.0, which - thanks to Alexander Aring - includes a > > patch to fix a xtables-related build failure. > &

Re: [ptxdist] [PATCH v3] iproute2: update version and minor improvements

2016-10-14 Thread Clemens Gruber
Hi Juergen, On Fri, Oct 14, 2016 at 02:56:12PM +0200, Juergen Borleis wrote: > Did you ever tried a > > $ ptxdist clean > $ ptxdist compile iproute2 > > ? Sure, does not throw an error at my machine. I also have iptables disabled in my ptxconfig. > > Here it fails with: > >

<    1   2   3   4   5   >