mirror of
https://git.yoctoproject.org/meta-security
synced 2026-06-02 13:30:33 +00:00
ibmswtpm2: update to 164-2020-192.1
This version supports openssl 3.1 The maintainer changed his tag versions hence the different looking version. The maintainer also has stopped releasing tar files and asked we directly grab from git. Signed-off-by: Andrew Geissler <geissonator@yahoo.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
committed by
Armin Kuster
parent
27c309a391
commit
180dac9aec
+5
-4
@@ -12,17 +12,18 @@ HOMEPAGE = "http://ibmswtpm.sourceforge.net/ibmswtpm2.html"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
SECTION = "securty/tpm"
|
||||
LIC_FILES_CHKSUM = "file://../LICENSE;md5=1e023f61454ac828b4aa1bc4293f7d5f"
|
||||
LIC_FILES_CHKSUM += "file://LICENSE;md5=c75e465155c42c14154bf6a2acb7347b"
|
||||
|
||||
DEPENDS = "openssl"
|
||||
|
||||
SRC_URI = "https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm${PV}.tar.gz \
|
||||
SRC_URI = "git://git.code.sf.net/p/ibmswtpm2/tpm2;protocol=https;branch=master \
|
||||
file://tune-makefile.patch \
|
||||
"
|
||||
SRC_URI[sha256sum] = "3cb642f871a17b23d50b046e5f95f449c2287415fc1e7aeb4bdbb8920dbcb38f"
|
||||
SRCREV = "5452af422edeff70fcae8ea99dd28a0922051d7b"
|
||||
|
||||
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ibmswtpm2/files/"
|
||||
UPSTREAM_CHECK_URI = "https://git.code.sf.net/p/ibmswtpm2/tpm2"
|
||||
|
||||
S = "${WORKDIR}/src"
|
||||
S = "${WORKDIR}/git/src"
|
||||
|
||||
CFLAGS += "-Wno-error=maybe-uninitialized -DALG_CAMELLIA=ALG_NO"
|
||||
|
||||
Reference in New Issue
Block a user