Skip to content

Commit

Permalink
Updated 'swtpm' and 'libtpms' to the latest versions.
Browse files Browse the repository at this point in the history
  • Loading branch information
danieltrick committed Sep 5, 2024
1 parent 36a6c26 commit 827c1c6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) |
Expand Down

0 comments on commit 827c1c6

Please sign in to comment.