]> git.pld-linux.org Git - packages/ibmswtpm2.git/commitdiff
- updated to 1682 master auto/th/ibmswtpm2-1682-1
authorJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Oct 2022 14:53:52 +0000 (16:53 +0200)
committerJakub Bogusz <qboosh@pld-linux.org>
Sat, 22 Oct 2022 14:53:52 +0000 (16:53 +0200)
- removed obsolete openssl3 patch

ibmswtpm2-openssl3.patch [deleted file]
ibmswtpm2.spec

diff --git a/ibmswtpm2-openssl3.patch b/ibmswtpm2-openssl3.patch
deleted file mode 100644 (file)
index da88826..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- ibmswtpm2-1661/src/TpmToOsslMath.h.orig    2021-01-23 00:14:01.000000000 +0100
-+++ ibmswtpm2-1661/src/TpmToOsslMath.h 2022-07-01 22:24:21.822533492 +0200
-@@ -73,7 +73,7 @@
- #define SYMMETRIC_ALIGNMENT RADIX_BYTES
--#if OPENSSL_VERSION_NUMBER >= 0x10200000L
-+#if OPENSSL_VERSION_NUMBER >= 0x30100000L
- // Check the bignum_st definition in crypto/bn/bn_lcl.h and either update the
- // version check or provide the new definition for this version.
- #   error Untested OpenSSL version
index 1bcd9c64f34947650d1a6fd51123689b818cde7d..1cb5a363596237d760775b7cceeeed3979376651 100644 (file)
@@ -1,13 +1,12 @@
 Summary:       IBM's Software TPM 2.0
 Summary(pl.UTF-8):     Programowy TPM 2.0 stworzony przez IBM
 Name:          ibmswtpm2
-Version:       1661
-Release:       2
+Version:       1682
+Release:       1
 License:       BSD
 Group:         Development/Tools
 Source0:       https://downloads.sourceforge.net/ibmswtpm2/ibmtpm%{version}.tar.gz
-# Source0-md5: df691c9c548023c1126742ff9213c006
-Patch0:                %{name}-openssl3.patch
+# Source0-md5: d929acc296cf2eb2dd481bc97fe42fa9
 URL:           https://sourceforge.net/projects/ibmswtpm2/
 BuildRequires: openssl-devel
 BuildRoot:     %{tmpdir}/%{name}-%{version}-root-%(id -u -n)
@@ -24,7 +23,6 @@ Microsoft z dodatkowymi plikami dopełniającymi implementację.
 
 %prep
 %setup -q -c
-%patch0 -p1
 
 %build
 %{__make} -C src \
@@ -43,5 +41,5 @@ rm -rf $RPM_BUILD_ROOT
 
 %files
 %defattr(644,root,root,755)
-%doc LICENSE README.md ibmtpm.doc
+%doc LICENSE ibmtpm.doc
 %attr(755,root,root) %{_bindir}/tpm_server
This page took 0.105455 seconds and 4 git commands to generate.