[ptxdist] Helper script to keep configure arguments up to date

2017-04-21 Thread Michael Olbrich
Hi, I've just added scripts/configure_helper.py to ptxdist. This is a tool to help update or create autoconf packages. Please use it before sending patches. It basically does what I always tell you to do manually: It checks the output of './configure --help' and compares it with the options

Re: [ptxdist] [PATCH v2] ppp: version bump 2.4.5 -> 2.4.7

2017-04-21 Thread Ladislav Michl
On Fri, Apr 21, 2017 at 03:02:37PM +0200, Michael Olbrich wrote: > On Wed, Apr 12, 2017 at 10:30:51PM +0200, Ladislav Michl wrote: > > Signed-off-by: Ladislav Michl > > --- > > Changes: > > - v2: Add forgotten 0030-no_crypt_hack.patch > > > > Note: patches were not

Re: [ptxdist] [PATCH v2] ppp: version bump 2.4.5 -> 2.4.7

2017-04-21 Thread Michael Olbrich
On Wed, Apr 12, 2017 at 10:30:51PM +0200, Ladislav Michl wrote: > Signed-off-by: Ladislav Michl > --- > Changes: > - v2: Add forgotten 0030-no_crypt_hack.patch > > Note: patches were not refreshed and renumbered as it > would make review more difficult. I'm ready to

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

[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

[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

[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

[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

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