mirror of
https://git.yoctoproject.org/meta-security
synced 2026-07-27 07:27:14 +00:00
ibmswtpm2: update to 1682
fixes openssl 3.0 support Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
@@ -20,7 +20,7 @@ Index: src/makefile
|
|||||||
===================================================================
|
===================================================================
|
||||||
--- src.orig/makefile
|
--- src.orig/makefile
|
||||||
+++ src/makefile
|
+++ src/makefile
|
||||||
@@ -38,12 +38,10 @@
|
@@ -38,13 +38,11 @@
|
||||||
#################################################################################
|
#################################################################################
|
||||||
|
|
||||||
|
|
||||||
@@ -29,12 +29,13 @@ Index: src/makefile
|
|||||||
CCFLAGS = -Wall \
|
CCFLAGS = -Wall \
|
||||||
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
|
-Wmissing-declarations -Wmissing-prototypes -Wnested-externs \
|
||||||
-Werror -Wsign-compare \
|
-Werror -Wsign-compare \
|
||||||
|
-Wno-deprecated-declarations \
|
||||||
- -c -ggdb -O0 \
|
- -c -ggdb -O0 \
|
||||||
+ -c -ggdb -O \
|
+ -c -ggdb -O \
|
||||||
-DTPM_POSIX \
|
-DTPM_POSIX \
|
||||||
-D_POSIX_ \
|
-D_POSIX_ \
|
||||||
-DTPM_NUVOTON
|
-DTPM_NUVOTON
|
||||||
@@ -79,11 +77,11 @@
|
@@ -80,11 +78,11 @@ TcpServerPosix.o : $(HEADERS)
|
||||||
.PRECIOUS: %.o
|
.PRECIOUS: %.o
|
||||||
|
|
||||||
tpm_server: $(OBJFILES)
|
tpm_server: $(OBJFILES)
|
||||||
|
|||||||
+1
-2
@@ -18,8 +18,7 @@ DEPENDS = "openssl"
|
|||||||
SRC_URI = "https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm${PV}.tar.gz \
|
SRC_URI = "https://sourceforge.net/projects/ibmswtpm2/files/ibmtpm${PV}.tar.gz \
|
||||||
file://tune-makefile.patch \
|
file://tune-makefile.patch \
|
||||||
"
|
"
|
||||||
|
SRC_URI[sha256sum] = "3cb642f871a17b23d50b046e5f95f449c2287415fc1e7aeb4bdbb8920dbcb38f"
|
||||||
SRC_URI[sha256sum] = "55145928ad2b24f34be6a0eacf9fb492e10e0ea919b8428c721fa970e85d6147"
|
|
||||||
|
|
||||||
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ibmswtpm2/files/"
|
UPSTREAM_CHECK_URI = "https://sourceforge.net/projects/ibmswtpm2/files/"
|
||||||
|
|
||||||
Reference in New Issue
Block a user