mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 0/8] network packages updates
@ 2014-04-30  9:59 Markus Pargmann
  2014-04-30  9:59 ` [ptxdist] [PATCH 1/8] iproute2: version bump 3.9.0 -> 3.14.0 Markus Pargmann
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Markus Pargmann @ 2014-04-30  9:59 UTC (permalink / raw)
  To: ptxdist; +Cc: Markus Pargmann

Hi,

the series updates some of network packages, adds batctl to ptxdist and updates
libjpeg as the only non-network package of the series.

Regards,

Markus


Markus Pargmann (8):
  iproute2: version bump 3.9.0 -> 3.14.0
  iw: version bump 3.3 -> 3.14
  network: Add batctl
  crda: version bump 1.1.3 -> 3.13
  dnsmasq: version bump 2.47 -> 2.69
  iperf: version bump 2.0.4 -> 2.0.5
  wireshark: version bump 1.10.5 -> 1.10.6
  libjpeg: version bump 8a -> 9a, add binaries

 .../crda-1.1.3/0001-Pregenerate-keys-ssl.c.patch   | 73 ----------------------
 patches/crda-1.1.3/series                          |  4 --
 .../0001-key2pub-Fix-ssl-keys.c-generation.patch   | 38 +++++++++++
 .../crda-3.13/0002-Pregenerate-keys-ssl.c.patch    | 61 ++++++++++++++++++
 .../0003-udev-Fix-rule-for-initial-setup.patch     | 23 +++++++
 .../crda-3.13/0004-Makefile-Fix-libreg-build.patch | 48 ++++++++++++++
 patches/crda-3.13/series                           |  4 ++
 patches/iperf-2.0.4/fix_early_termination.diff     | 47 --------------
 patches/iperf-2.0.4/series                         |  1 -
 patches/iperf-2.0.5/fix_early_termination.diff     | 47 ++++++++++++++
 patches/iperf-2.0.5/series                         |  1 +
 .../iproute2-3.14.0/0001-build-system-fixes.patch  | 39 ++++++++++++
 patches/iproute2-3.14.0/series                     |  4 ++
 .../iproute2-3.9.0/0001-build-system-fixes.patch   | 33 ----------
 patches/iproute2-3.9.0/series                      |  4 --
 rules/batctl.in                                    |  8 +++
 rules/batctl.make                                  | 71 +++++++++++++++++++++
 rules/crda.make                                    |  9 +--
 rules/dnsmasq.make                                 |  6 +-
 rules/iperf.make                                   |  4 +-
 rules/iproute2.make                                |  4 +-
 rules/iw.make                                      |  6 +-
 rules/libjpeg.in                                   | 15 ++++-
 rules/libjpeg.make                                 |  8 ++-
 rules/wireshark.make                               |  4 +-
 25 files changed, 380 insertions(+), 182 deletions(-)
 delete mode 100644 patches/crda-1.1.3/0001-Pregenerate-keys-ssl.c.patch
 delete mode 100644 patches/crda-1.1.3/series
 create mode 100644 patches/crda-3.13/0001-key2pub-Fix-ssl-keys.c-generation.patch
 create mode 100644 patches/crda-3.13/0002-Pregenerate-keys-ssl.c.patch
 create mode 100644 patches/crda-3.13/0003-udev-Fix-rule-for-initial-setup.patch
 create mode 100644 patches/crda-3.13/0004-Makefile-Fix-libreg-build.patch
 create mode 100644 patches/crda-3.13/series
 delete mode 100644 patches/iperf-2.0.4/fix_early_termination.diff
 delete mode 100644 patches/iperf-2.0.4/series
 create mode 100644 patches/iperf-2.0.5/fix_early_termination.diff
 create mode 100644 patches/iperf-2.0.5/series
 create mode 100644 patches/iproute2-3.14.0/0001-build-system-fixes.patch
 create mode 100644 patches/iproute2-3.14.0/series
 delete mode 100644 patches/iproute2-3.9.0/0001-build-system-fixes.patch
 delete mode 100644 patches/iproute2-3.9.0/series
 create mode 100644 rules/batctl.in
 create mode 100644 rules/batctl.make

-- 
1.9.1


-- 
ptxdist mailing list
ptxdist@pengutronix.de

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

end of thread, other threads:[~2014-04-30  9:59 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-04-30  9:59 [ptxdist] [PATCH 0/8] network packages updates Markus Pargmann
2014-04-30  9:59 ` [ptxdist] [PATCH 1/8] iproute2: version bump 3.9.0 -> 3.14.0 Markus Pargmann
2014-04-30  9:59 ` [ptxdist] [PATCH 2/8] iw: version bump 3.3 -> 3.14 Markus Pargmann
2014-04-30  9:59 ` [ptxdist] [PATCH 3/8] network: Add batctl Markus Pargmann
2014-04-30  9:59 ` [ptxdist] [PATCH 4/8] crda: version bump 1.1.3 -> 3.13 Markus Pargmann
2014-04-30  9:59 ` [ptxdist] [PATCH 5/8] dnsmasq: version bump 2.47 -> 2.69 Markus Pargmann
2014-04-30  9:59 ` [ptxdist] [PATCH 6/8] iperf: version bump 2.0.4 -> 2.0.5 Markus Pargmann
2014-04-30  9:59 ` [ptxdist] [PATCH 7/8] wireshark: version bump 1.10.5 -> 1.10.6 Markus Pargmann
2014-04-30  9:59 ` [ptxdist] [PATCH 8/8] libjpeg: version bump 8a -> 9a, add binaries Markus Pargmann

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