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-04-11 16:45:45
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/ibmswtpm2 (Old)
 and      /work/SRC/openSUSE:Factory/.ibmswtpm2.new.1907 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "ibmswtpm2"

Fri Apr 11 16:45:45 2025 rev:16 rq:1268426 version:MACRO

Changes:
--------
--- /work/SRC/openSUSE:Factory/ibmswtpm2/ibmswtpm2.changes      2024-04-10 
17:49:07.385675314 +0200
+++ /work/SRC/openSUSE:Factory/.ibmswtpm2.new.1907/ibmswtpm2.changes    
2025-04-11 16:46:25.838345429 +0200
@@ -1,0 +2,8 @@
+Fri Apr  4 22:48:46 UTC 2025 - Pedro Monreal <pmonr...@suse.com>
+
+- Fix build with OpenSSL 3.5: [bsc#1241037]
+  * Fails with "error Untested OpenSSL version" when building for
+    the upcoming OpenSSL version 3.5.
+  * Add ibmswtpm2-Build-with-OpenSSL-3.5.patch
+
+-------------------------------------------------------------------

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

BETA DEBUG BEGIN:
  New:    the upcoming OpenSSL version 3.5.
  * Add ibmswtpm2-Build-with-OpenSSL-3.5.patch
BETA DEBUG END:

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

Other differences:
------------------
++++++ ibmswtpm2.spec ++++++
--- /var/tmp/diff_new_pack.qkqlRh/_old  2025-04-11 16:46:27.526416397 +0200
+++ /var/tmp/diff_new_pack.qkqlRh/_new  2025-04-11 16:46:27.558417742 +0200
@@ -1,7 +1,7 @@
 #
 # spec file for package ibmswtpm2
 #
-# Copyright (c) 2024 SUSE LLC
+# Copyright (c) 2025 SUSE LLC
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -33,6 +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
 BuildRequires:  libopenssl-devel >= 1.0
 
 %description

++++++ ibmswtpm2-Build-with-OpenSSL-3.5.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 >= 0x30500ff0L
 // 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