mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 00/18] Patchset for ptxdist
@ 2016-12-19 20:36 Clemens Gruber
  2016-12-19 20:36 ` [ptxdist] [PATCH 01/18] nettle: update 2.7.1 -> 3.3 Clemens Gruber
                   ` (18 more replies)
  0 siblings, 19 replies; 22+ messages in thread
From: Clemens Gruber @ 2016-12-19 20:36 UTC (permalink / raw)
  To: ptxdist; +Cc: Clemens Gruber

Hi Michael,

I decided to resend the whole patchset, plus some patches I left out
before, because nearly all of the previously sent patches changed.

I went over them again to fix configure options and in the process
discovered some other problems as well.
There are also several improvements here 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: bump version 1.10.10 -> 1.10.14
  file: update 5.24 -> 5.29
  glib: bump version 2.50.1 -> 2.50.2
  iperf: update 2.0.5 -> 2.0.9
  iproute2: update 4.8.0 -> 4.9.0
  projectroot: Fix HTML syntax in examples
  rrdtool: update 1.4.9 -> 1.6.0 and make more modular
  sqlite: update 3.14.1 -> 3.15.2
  systemd-bootchart: bump version 230 -> 231
  tmux: update 1.9a -> 2.3
  u-boot-tools: bump version 2016.07 -> 2016.11
  util-linux-ng: update 2.28.2 -> 2.29 and fix URL deduction
  picocom: bump version 1.7 -> 2.2
  libgcrypt: update 1.7.3 -> 1.7.5
  netperf: new package

 patches/iperf-2.0.5/fix_early_termination.diff     |  47 ----
 patches/iperf-2.0.5/series                         |   1 -
 .../0001-add-xtables-version.h.patch               |  22 --
 patches/iproute2-4.8.0/series                      |   1 -
 patches/netperf-2.7.0/0001-fix-inlining.patch      |  46 ++++
 patches/netperf-2.7.0/series                       |   4 +
 ...c-don-t-specify-hardcoded-include-search-.patch |  27 --
 patches/rrdtool-1.4.9/autogen.sh                   |   1 -
 patches/rrdtool-1.4.9/series                       |   4 -
 ...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-missing-define-GRND_NONBLOCK-if-needed.patch |  21 --
 patches/systemd-bootchart-230/autogen.sh           |   1 -
 patches/systemd-bootchart-230/series               |   7 -
 .../0001-__progname-redefinition-fix.patch         |   0
 .../{util-linux-2.28.2 => util-linux-2.29}/series  |   0
 projectroot/etc/collectd.d/sensors.conf            |   1 +
 projectroot/var/www/httpd.html                     |   2 +
 projectroot/var/www/thttpd.html                    |   2 +
 rules/collectd.in                                  |   9 +-
 rules/collectd.make                                | 281 ++++++++++++---------
 rules/dbus.make                                    |   4 +-
 rules/file.make                                    |  12 +-
 rules/glib.make                                    |   4 +-
 rules/iperf.make                                   |  13 +-
 rules/iproute2.make                                |   7 +-
 rules/iputils.in                                   |  41 +--
 rules/iputils.make                                 |  12 +-
 rules/libgcrypt.make                               |  30 ++-
 rules/netperf.in                                   |   9 +
 rules/netperf.make                                 |  75 ++++++
 rules/nettle.in                                    |   1 -
 rules/nettle.make                                  |  13 +-
 rules/picocom.make                                 |   8 +-
 rules/rrdtool.in                                   |  14 +-
 rules/rrdtool.make                                 |  11 +-
 rules/sqlite.make                                  |  20 +-
 rules/systemd-bootchart.make                       |  11 +-
 rules/tmux.make                                    |  12 +-
 rules/u-boot-tools.make                            |   4 +-
 rules/util-linux-ng.make                           |  23 +-
 42 files changed, 449 insertions(+), 454 deletions(-)
 delete mode 100644 patches/iperf-2.0.5/fix_early_termination.diff
 delete mode 100644 patches/iperf-2.0.5/series
 delete mode 100644 patches/iproute2-4.8.0/0001-add-xtables-version.h.patch
 delete mode 100644 patches/iproute2-4.8.0/series
 create mode 100644 patches/netperf-2.7.0/0001-fix-inlining.patch
 create mode 100644 patches/netperf-2.7.0/series
 delete mode 100644 patches/rrdtool-1.4.9/0001-configure.ac-don-t-specify-hardcoded-include-search-.patch
 delete mode 120000 patches/rrdtool-1.4.9/autogen.sh
 delete mode 100644 patches/rrdtool-1.4.9/series
 delete mode 100644 patches/systemd-bootchart-230/0001-configure-add-option-to-not-build-manpages-14.patch
 delete mode 100644 patches/systemd-bootchart-230/0002-Use-clock_boottime_or_monotonic-everywhere-to-pick-c.patch
 delete mode 100644 patches/systemd-bootchart-230/0003-Don-t-take-time-from-proc-schedstat-for-processes.patch
 delete mode 100644 patches/systemd-bootchart-230/0004-missing-define-GRND_NONBLOCK-if-needed.patch
 delete mode 120000 patches/systemd-bootchart-230/autogen.sh
 delete mode 100644 patches/systemd-bootchart-230/series
 rename patches/{util-linux-2.28.2 => util-linux-2.29}/0001-__progname-redefinition-fix.patch (100%)
 rename patches/{util-linux-2.28.2 => util-linux-2.29}/series (100%)
 create mode 100644 projectroot/etc/collectd.d/sensors.conf
 create mode 100644 rules/netperf.in
 create mode 100644 rules/netperf.make

-- 
2.11.0


_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 22+ messages in thread

end of thread, other threads:[~2017-01-05 16:50 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-12-19 20:36 [ptxdist] [PATCH 00/18] Patchset for ptxdist Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 01/18] nettle: update 2.7.1 -> 3.3 Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 02/18] iputils: update s20121221 -> s20161105 Clemens Gruber
2017-01-05 15:45   ` Michael Olbrich
2016-12-19 20:36 ` [ptxdist] [PATCH 03/18] collectd: update 5.4.1 -> 5.7.0 and add sensors support Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 04/18] dbus: bump version 1.10.10 -> 1.10.14 Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 05/18] file: update 5.24 -> 5.29 Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 06/18] glib: bump version 2.50.1 -> 2.50.2 Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 07/18] iperf: update 2.0.5 -> 2.0.9 Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 08/18] iproute2: update 4.8.0 -> 4.9.0 Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 09/18] projectroot: Fix HTML syntax in examples Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 10/18] rrdtool: update 1.4.9 -> 1.6.0 and make more modular Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 11/18] sqlite: update 3.14.1 -> 3.15.2 Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 12/18] systemd-bootchart: bump version 230 -> 231 Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 13/18] tmux: update 1.9a -> 2.3 Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 14/18] u-boot-tools: bump version 2016.07 -> 2016.11 Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 15/18] util-linux-ng: update 2.28.2 -> 2.29 and fix URL deduction Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 16/18] picocom: bump version 1.7 -> 2.2 Clemens Gruber
2016-12-19 20:36 ` [ptxdist] [PATCH 17/18] libgcrypt: update 1.7.3 -> 1.7.5 Clemens Gruber
2017-01-05 16:26   ` Michael Olbrich
2016-12-19 20:36 ` [ptxdist] [PATCH 18/18] netperf: new package Clemens Gruber
2017-01-05 16:50 ` [ptxdist] [PATCH 00/18] Patchset for ptxdist Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox