diff --git a/CHANGELOG.md b/CHANGELOG.md index 10c08e3..027a32a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/). +## r6 - 2024-09-05 + +### Changed +- swtpm: Updated to revision `607eb54b3e52` (2024-09-03) +- libtpms: Updated to revision `e983cdf05c4e` (2024-09-03) + ## r5 - 2024-09-01 ### Changed diff --git a/Dockerfile b/Dockerfile index 4e4c5d6..ffd5962 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,8 +7,8 @@ ARG ALPINE_VERS=3.20.2 FROM alpine:$ALPINE_VERS AS build # SWTPM Versions -ARG SWTPM_COMMIT=0ddc7ed25491f39225842df30ea8a8b6afac1b89 -ARG LTPMS_COMMIT=f5518e596e6513ac4a881a35448a7361a9969135 +ARG SWTPM_COMMIT=607eb54b3e52a8c6fd90676f12e62ec6f8320f61 +ARG LTPMS_COMMIT=e983cdf05c4e102d23b6b0fcbc0a706af7f1e384 # Install build dependencies RUN apk add --no-cache \ diff --git a/README.md b/README.md index dfaa989..b2de4b3 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,7 @@ Version history | **Release** | **Date** | **Base system** | **SWTPM version** | **libtpms version** | | ------------| ---------- | --------------------- | --------------------------------------------------------------------------- | ----------------------------------------------------------------------------- | +| r6 | 2024-09-05 | Alpine 3.20.2 | [`607eb54b3e52`](https://github.com/stefanberger/swtpm/commit/607eb54b3e52) | [`e983cdf05c4e`](https://github.com/stefanberger/libtpms/commit/e983cdf05c4e) | | r5 | 2024-09-01 | Alpine 3.20.2 | [`0ddc7ed25491`](https://github.com/stefanberger/swtpm/commit/0ddc7ed25491) | [`f5518e596e65`](https://github.com/stefanberger/libtpms/commit/f5518e596e65) | | r4 | 2024-08-29 | Alpine 3.20.2 | [`54583a87b536`](https://github.com/stefanberger/swtpm/commit/54583a87b536) | [`2dc1af12e5b0`](https://github.com/stefanberger/libtpms/commit/2dc1af12e5b0) | | r2 | 2024-08-27 | Debian 12, 2024-08-12 | [`54583a87b536`](https://github.com/stefanberger/swtpm/commit/54583a87b536) | [`2dc1af12e5b0`](https://github.com/stefanberger/libtpms/commit/2dc1af12e5b0) |