package/tpm2-tss: security bump version to 3.2.2
Fixes CVE-2023-22745. Changelog: https://github.com/tpm2-software/tpm2-tss/blob/3.2.x/CHANGELOG.md Changed the ac_cv_prog variables due to an upstream commit which changed the detection of groupadd/useradd:7fde604383
Buildroot commita85f5f2a41
bumped tpm2-pkcs11 to 1.8.0 which includes a commit bumping the required version of tpm2-tss to >= 3.2940b661e33
Fixes: http://autobuild.buildroot.net/results/6fd/6fddfee6f852ce835c5d1178e6913b6ab1b3fe50/ Signed-off-by: Bernd Kuhls <bernd@kuhls.net> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
37894a5ca8
commit
598bfea96d
@ -1,3 +1,3 @@
|
||||
# Locally computed:
|
||||
sha256 8900a6603f74310b749b65f23c3461cde6e2a23a5f61058b21004c25f9cf19e8 tpm2-tss-3.1.0.tar.gz
|
||||
sha256 ba9e52117f254f357ff502e7d60fce652b3bfb26327d236bbf5ab634235e40f1 tpm2-tss-3.2.2.tar.gz
|
||||
sha256 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448 LICENSE
|
||||
|
@ -4,7 +4,7 @@
|
||||
#
|
||||
################################################################################
|
||||
|
||||
TPM2_TSS_VERSION = 3.1.0
|
||||
TPM2_TSS_VERSION = 3.2.2
|
||||
TPM2_TSS_SITE = https://github.com/tpm2-software/tpm2-tss/releases/download/$(TPM2_TSS_VERSION)
|
||||
TPM2_TSS_LICENSE = BSD-2-Clause
|
||||
TPM2_TSS_LICENSE_FILES = LICENSE
|
||||
@ -26,7 +26,8 @@ TPM2_TSS_CONF_OPTS = \
|
||||
ac_cv_prog_result_setfacl=yes \
|
||||
ac_cv_prog_systemd_sysusers=no \
|
||||
ac_cv_prog_systemd_tmpfiles=no \
|
||||
ac_cv_prog_result_useradd=yes \
|
||||
ac_cv_prog_useradd=yes \
|
||||
ac_cv_prog_groupadd=yes \
|
||||
--with-crypto=ossl \
|
||||
--disable-doxygen-doc \
|
||||
--disable-defaultflags
|
||||
|
Loading…
Reference in New Issue
Block a user