Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 00/10] Bump skarnet packages to 2019.09 release
@ 2019-09-29 17:10 Eric Le Bihan
  2019-09-29 17:10 ` [Buildroot] [PATCH 01/10] package/skalibs: bump version to 2.9.0.0 Eric Le Bihan
                   ` (10 more replies)
  0 siblings, 11 replies; 22+ messages in thread
From: Eric Le Bihan @ 2019-09-29 17:10 UTC (permalink / raw)
  To: buildroot

This patch series bumps the skarnet.org packages to 2019.09 release [1] and
introduces mdevd, a udev replacement for s6-based systems.

[1] http://www.mail-archive.com/skaware at list.skarnet.org/msg01342.html

Eric Le Bihan (10):
  package/skalibs: bump version to 2.9.0.0
  package/execline: bump version to 2.5.2.0
  package/s6-portable-utils: bump version to 2.2.2.0
  package/s6-linux-utils: bump version to 2.5.1.0
  package/s6-dns: bump version to 2.3.1.0
  package/s6-networking: bump version to 2.3.1.0
  package/s6: bump version to 2.9.0.0
  package/s6-rc: bump version to 0.5.1.0
  package/s6-linux-init: bump version to 1.0.3.0
  package/mdevd: bump version to 0.1.1.0

 DEVELOPERS                                    |   1 +
 package/Config.in                             |   1 +
 package/execline/execline.hash                |   2 +-
 package/execline/execline.mk                  |   2 +-
 package/mdevd/Config.in                       |   9 ++
 package/mdevd/mdevd.hash                      |   3 +
 package/mdevd/mdevd.mk                        |  39 ++++++
 package/s6-dns/s6-dns.hash                    |   2 +-
 package/s6-dns/s6-dns.mk                      |   2 +-
 package/s6-linux-init/s6-linux-init.hash      |   2 +-
 package/s6-linux-init/s6-linux-init.mk        |   2 +-
 package/s6-linux-utils/s6-linux-utils.hash    |   2 +-
 package/s6-linux-utils/s6-linux-utils.mk      |   2 +-
 package/s6-networking/s6-networking.hash      |   2 +-
 package/s6-networking/s6-networking.mk        |   2 +-
 .../s6-portable-utils/s6-portable-utils.hash  |   2 +-
 .../s6-portable-utils/s6-portable-utils.mk    |   2 +-
 package/s6-rc/s6-rc.hash                      |   2 +-
 package/s6-rc/s6-rc.mk                        |   2 +-
 package/s6/s6.hash                            |   2 +-
 package/s6/s6.mk                              |   2 +-
 ...er-use-dummy-file-when-testing-libs.patch} |  10 +-
 ...0001-No-runtime-tests-for-endianness.patch |  96 ---------------
 ...0002-No-runtime-tests-for-type-sizes.patch | 115 ------------------
 package/skalibs/skalibs.hash                  |   2 +-
 package/skalibs/skalibs.mk                    |   3 +-
 26 files changed, 77 insertions(+), 234 deletions(-)
 create mode 100644 package/mdevd/Config.in
 create mode 100644 package/mdevd/mdevd.hash
 create mode 100644 package/mdevd/mdevd.mk
 rename package/skalibs/{0003-Make-linker-use-dummy-file-when-testing-libs.patch => 0001-Make-linker-use-dummy-file-when-testing-libs.patch} (89%)
 delete mode 100644 package/skalibs/0001-No-runtime-tests-for-endianness.patch
 delete mode 100644 package/skalibs/0002-No-runtime-tests-for-type-sizes.patch

--
2.21.0

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

end of thread, other threads:[~2019-10-27 12:02 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-29 17:10 [Buildroot] [PATCH 00/10] Bump skarnet packages to 2019.09 release Eric Le Bihan
2019-09-29 17:10 ` [Buildroot] [PATCH 01/10] package/skalibs: bump version to 2.9.0.0 Eric Le Bihan
2019-09-29 17:10 ` [Buildroot] [PATCH 02/10] package/execline: bump version to 2.5.2.0 Eric Le Bihan
2019-09-29 17:10 ` [Buildroot] [PATCH 03/10] package/s6-portable-utils: bump version to 2.2.2.0 Eric Le Bihan
2019-09-29 17:10 ` [Buildroot] [PATCH 04/10] package/s6-linux-utils: bump version to 2.5.1.0 Eric Le Bihan
2019-09-29 17:10 ` [Buildroot] [PATCH 05/10] package/s6-dns: bump version to 2.3.1.0 Eric Le Bihan
2019-09-29 17:10 ` [Buildroot] [PATCH 06/10] package/s6-networking: " Eric Le Bihan
2019-09-29 17:10 ` [Buildroot] [PATCH 07/10] package/s6: bump version to 2.9.0.0 Eric Le Bihan
2019-09-29 17:10 ` [Buildroot] [PATCH 08/10] package/s6-rc: bump version to 0.5.1.0 Eric Le Bihan
2019-09-29 17:10 ` [Buildroot] [PATCH 09/10] package/s6-linux-init: bump version to 1.0.3.0 Eric Le Bihan
2019-09-29 17:10 ` [Buildroot] [PATCH 10/10] package/mdevd: bump version to 0.1.1.0 Eric Le Bihan
2019-09-30 20:57   ` Thomas Petazzoni
2019-09-30 21:25     ` Peter Korsgaard
2019-09-30 23:14       ` Eric Le Bihan
2019-10-01  6:50         ` Thomas Petazzoni
2019-10-01  8:35           ` Arnout Vandecappelle
2019-10-02 19:25             ` Yann E. MORIN
2019-10-06 15:43               ` Eric Le Bihan
2019-10-06 15:33             ` Eric Le Bihan
2019-10-27 12:02   ` Arnout Vandecappelle
2019-09-30 20:56 ` [Buildroot] [PATCH 00/10] Bump skarnet packages to 2019.09 release Thomas Petazzoni
2019-09-30 22:52   ` Eric Le Bihan

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