ibmswtpm2: update to 1682

fixes openssl 3.0 support

Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Armin Kuster
2022-07-30 16:50:04 -07:00
parent 67c42369b3
commit e73c62adf7
2 changed files with 4 additions and 4 deletions
@@ -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)
@@ -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/"