mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-05 13:27:09 +02:00
testing/tpm2-tools: security upgrade to 5.7
https://github.com/tpm2-software/tpm2-tools/releases/tag/5.7
This commit is contained in:
parent
8a7ee500f6
commit
ed6ec35ecf
@ -2,8 +2,8 @@
|
|||||||
# Contributor: Alexander Sack <asac@pantacor.com>
|
# Contributor: Alexander Sack <asac@pantacor.com>
|
||||||
# Maintainer: Alexander Sack <asac@pantacor.com>
|
# Maintainer: Alexander Sack <asac@pantacor.com>
|
||||||
pkgname=tpm2-tools
|
pkgname=tpm2-tools
|
||||||
pkgver=5.6
|
pkgver=5.7
|
||||||
pkgrel=1
|
pkgrel=0
|
||||||
pkgdesc="TPM2 Tools"
|
pkgdesc="TPM2 Tools"
|
||||||
url="https://github.com/tpm2-software/tpm2-tools/"
|
url="https://github.com/tpm2-software/tpm2-tools/"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -23,6 +23,11 @@ subpackages="$pkgname-doc $pkgname-bash-completion"
|
|||||||
source="https://github.com/tpm2-software/tpm2-tools/releases/download/$pkgver/tpm2-tools-$pkgver.tar.gz"
|
source="https://github.com/tpm2-software/tpm2-tools/releases/download/$pkgver/tpm2-tools-$pkgver.tar.gz"
|
||||||
options="!check"
|
options="!check"
|
||||||
|
|
||||||
|
# secfixes:
|
||||||
|
# 5.7-r0:
|
||||||
|
# - CVE-2024-29038
|
||||||
|
# - CVE-2024-29039
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
./configure \
|
./configure \
|
||||||
--build=$CBUILD \
|
--build=$CBUILD \
|
||||||
@ -36,5 +41,5 @@ package() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="
|
sha512sums="
|
||||||
14216f29ed3ecca5fbe356ed3744c8b6b25a62ff11b2aed596d11101328c8bfd29a02f6ca5a218f9a4477a5e9648c50f0ae96e71de0b4ff5ea1f98ebeeb73cd7 tpm2-tools-5.6.tar.gz
|
629b0b1826815877f452935285f7b3fe0f32bd24fe9130eb169a2dc9b7b254a737797043af9eea68be706b87c32ab2b7189151360c9c00bc5c31dce62a799670 tpm2-tools-5.7.tar.gz
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user