All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 0/2] Bump the versions of systemd and tpm2-tools
@ 2024-06-06  4:51 Jarkko Sakkinen
  2024-06-06  4:51 ` [Buildroot] [PATCH 1/2] package/tpm2-tools: bump version to 5.7 Jarkko Sakkinen
  2024-06-06  4:51 ` [Buildroot] [PATCH 2/2] package/systemd: bump to version 255 Jarkko Sakkinen
  0 siblings, 2 replies; 3+ messages in thread
From: Jarkko Sakkinen @ 2024-06-06  4:51 UTC (permalink / raw)
  To: buildroot
  Cc: Jarkko Sakkinen, James Hilliard, Erik Larsson, Thomas Petazzoni,
	Yann E . MORIN, Stefan Berger

From: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>

Upgrade systemd to the version 255, which is the last one supporting System
V init scripts and cgroups v1. In my use this particularly important
upgrade because I benefit from being able to do kernel testing using the
new systemd-pcrlock tool.

Given that 256 will break a lot of stuff also 255 I'd figure that BuildRoot
will for some time stuck with that version so better to start maturizing
around it fast (just a guess).

tpm2-tools 5.7 introduces tpm2_encodeobject tool, which is used to get PEM
file, which can be further processed into a DER file by using openssl's
asn1parse subcommand, and eventually get a loadable object for trusted keys
when backed by a TPM2 chip, and also for the upcoming asymmetric ECDSA ad
RSAPKCS1 sigining keys (crypto/asymmetric).

Cc: James Hilliard <james.hilliard1@gmail.com>
Cd: Arnout Vandecappelle <arnout@mind.be>
Cc: Erik Larsson <who+buildroot@cnackers.org>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Jarkko Sakkinen (2):
  package/tpm2-tools: bump version to 5.7
  package/systemd: bump to version 255

 package/systemd/systemd.hash       | 2 +-
 package/systemd/systemd.mk         | 2 +-
 package/tpm2-tools/tpm2-tools.hash | 2 +-
 package/tpm2-tools/tpm2-tools.mk   | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

--
2.45.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2024-06-06  4:53 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-06-06  4:51 [Buildroot] [PATCH 0/2] Bump the versions of systemd and tpm2-tools Jarkko Sakkinen
2024-06-06  4:51 ` [Buildroot] [PATCH 1/2] package/tpm2-tools: bump version to 5.7 Jarkko Sakkinen
2024-06-06  4:51 ` [Buildroot] [PATCH 2/2] package/systemd: bump to version 255 Jarkko Sakkinen

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.