From 598773705614743dc01f408ac993227b97ff05bf Mon Sep 17 00:00:00 2001 From: Daniel Trick Date: Wed, 18 Sep 2024 15:14:15 +0200 Subject: [PATCH] Updated 'swtpm' and 'libtpms' to the latest versions. --- CHANGELOG.md | 4 ++++ Dockerfile | 4 ++-- README.md | 1 + 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f347be0..d83e482 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/). ### Added - Included `swtpm_{bios,cert,ioctl,localca,setup}` tools in the image. +### Changed +- swtpm: Updated to revision `017f99ceddb0` (2024-09-17) +- libtpms: Updated to revision `e898872637b4` (2024-09-13) + ## r8 - 2024-09-13 ### Changed diff --git a/Dockerfile b/Dockerfile index b2603b4..c5355c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ ARG ALPINE_VERS=3.20.3 FROM alpine:$ALPINE_VERS AS build # SWTPM Versions -ARG SWTPM_COMMIT=28292591cbefab67b2c261f8c41a0345c41f2bc9 -ARG LTPMS_COMMIT=46548da8edbfd155abffb6c2cdac042762794c39 +ARG SWTPM_COMMIT=017f99ceddb010a2aac4083538a0a3e3ac68ffdd +ARG LTPMS_COMMIT=e898872637b4cf66ca076f95360ffea561da5ab8 # Install build dependencies RUN apk add --no-cache \ diff --git a/README.md b/README.md index ffb7691..cd29bc9 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Version history | **Release** | **Date** | **Base system** | **SWTPM version** | **libtpms version** | | ------------| ---------- | --------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | +| r9 | 2024-09-18 | Alpine 3.20.3 | [`017f99ceddb0`](https://github.com/stefanberger/swtpm/commit/017f99ceddb0) | [`e898872637b4`](https://github.com/stefanberger/libtpms/commit/e898872637b4) | | r8 | 2024-09-13 | Alpine 3.20.3 | [`28292591cbef`](https://github.com/stefanberger/swtpm/commit/28292591cbef) | [`46548da8edbf`](https://github.com/stefanberger/libtpms/commit/46548da8edbf) | | r7 | 2024-09-08 | Alpine 3.20.3 | [`607eb54b3e52`](https://github.com/stefanberger/swtpm/commit/607eb54b3e52) | [`e983cdf05c4e`](https://github.com/stefanberger/libtpms/commit/e983cdf05c4e) | | r6 | 2024-09-05 | Alpine 3.20.2 | [`607eb54b3e52`](https://github.com/stefanberger/swtpm/commit/607eb54b3e52) | [`e983cdf05c4e`](https://github.com/stefanberger/libtpms/commit/e983cdf05c4e) |