Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package ibmswtpm2 for openSUSE:Factory 
checked in at 2025-10-04 18:50:44
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibmswtpm2 (Old)
 and      /work/SRC/openSUSE:Factory/.ibmswtpm2.new.11973 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibmswtpm2"

Sat Oct  4 18:50:44 2025 rev:17 rq:1308831 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibmswtpm2/ibmswtpm2.changes      2025-04-11 
16:46:25.838345429 +0200
+++ /work/SRC/openSUSE:Factory/.ibmswtpm2.new.11973/ibmswtpm2.changes   
2025-10-04 18:51:42.922944209 +0200
@@ -1,0 +2,8 @@
+Fri Oct  3 08:15:34 UTC 2025 - Pedro Monreal <[email protected]>
+
+- Fix build with OpenSSL 3.6: [bsc#1250338]
+  * tpm: Update to OpenSSL 3.6 [gh#kgoldman/ibmswtpm2#22]
+  * Rename ibmswtpm2-Build-with-OpenSSL-3.5.patch to
+    ibmswtpm2-Build-with-New-OpenSSL.patch
+
+-------------------------------------------------------------------

Old:
----
  ibmswtpm2-Build-with-OpenSSL-3.5.patch

New:
----
  ibmswtpm2-Build-with-New-OpenSSL.patch

----------(Old B)----------
  Old:  * tpm: Update to OpenSSL 3.6 [gh#kgoldman/ibmswtpm2#22]
  * Rename ibmswtpm2-Build-with-OpenSSL-3.5.patch to
    ibmswtpm2-Build-with-New-OpenSSL.patch
----------(Old E)----------

----------(New B)----------
  New:  * Rename ibmswtpm2-Build-with-OpenSSL-3.5.patch to
    ibmswtpm2-Build-with-New-OpenSSL.patch
----------(New E)----------

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ ibmswtpm2.spec ++++++
--- /var/tmp/diff_new_pack.LEHUwt/_old  2025-10-04 18:51:43.734978142 +0200
+++ /var/tmp/diff_new_pack.LEHUwt/_new  2025-10-04 18:51:43.734978142 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibmswtpm2
 #
-# Copyright (c) 2025 SUSE LLC
+# Copyright (c) 2025 SUSE LLC and contributors
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,8 +33,8 @@
 Source:         
https://github.com/kgoldman/ibmswtpm2/archive/rev%{download_version}.tar.gz#/%{name}-%{download_version}.tar.gz
 Patch0:         makefile.patch
 Patch1:         ibmswtpm2-TcpServerPosix-Fix-use-of-uninitialized-value.patch
-#PATCH-FIX-OPENSUSE bsc#1241037 Fix build with OpenSSL 3.5
-Patch2:         ibmswtpm2-Build-with-OpenSSL-3.5.patch
+#PATCH-FIX-OPENSUSE bsc#1250338 Fix build with OpenSSL 3.6
+Patch2:         ibmswtpm2-Build-with-New-OpenSSL.patch
 BuildRequires:  libopenssl-devel >= 1.0
 
 %description

++++++ ibmswtpm2-Build-with-New-OpenSSL.patch ++++++
Index: ibmswtpm2-rev183-2024-03-27/src/BnToOsslMath.h
===================================================================
--- ibmswtpm2-rev183-2024-03-27.orig/src/BnToOsslMath.h
+++ ibmswtpm2-rev183-2024-03-27/src/BnToOsslMath.h
@@ -77,7 +77,7 @@
 #include <openssl/ec.h>
 #include <openssl/bn.h>
 
-#if OPENSSL_VERSION_NUMBER >= 0x30200ff0L
+#if OPENSSL_VERSION_NUMBER >= 0x30600ff0L
 // Check the bignum_st definition against the one below and either update the
 // version check or provide the new definition for this version.
 #  error Untested OpenSSL version

Reply via email to