Script 'mail_helper' called by obssrc
Hello community,

here is the log from the commit of package yubico-piv-tool for openSUSE:Factory 
checked in at 2026-03-19 17:40:01
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/yubico-piv-tool (Old)
 and      /work/SRC/openSUSE:Factory/.yubico-piv-tool.new.8177 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "yubico-piv-tool"

Thu Mar 19 17:40:01 2026 rev:27 rq:1341156 version:2.7.3

Changes:
--------
--- /work/SRC/openSUSE:Factory/yubico-piv-tool/yubico-piv-tool.changes  
2025-08-07 16:51:34.407220625 +0200
+++ 
/work/SRC/openSUSE:Factory/.yubico-piv-tool.new.8177/yubico-piv-tool.changes    
    2026-03-19 17:41:55.289106160 +0100
@@ -1,0 +2,12 @@
+Wed Mar 18 06:28:40 UTC 2026 - Dirk Müller <[email protected]>
+
+- update to 2.7.3:
+  * ykcs11: Add support for ECDH derivation with X25519 key
+  * lib: Improve usability with Windows
+  * lib: Improve integration with minidriver
+  * lib: Fix length calculation when importing RSA keys
+  * lib: Improve error handling when no readers are available
+  * build: Upgrade CMake minimum required version to 3.15
+- cmake-flags-upstream-issue-474.patch: refresh
+
+-------------------------------------------------------------------

Old:
----
  yubico-piv-tool-2.7.2.tar.gz
  yubico-piv-tool-2.7.2.tar.gz.sig

New:
----
  yubico-piv-tool-2.7.3.tar.gz
  yubico-piv-tool-2.7.3.tar.gz.sig

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

Other differences:
------------------
++++++ yubico-piv-tool.spec ++++++
--- /var/tmp/diff_new_pack.IGNZ5e/_old  2026-03-19 17:41:55.889131018 +0100
+++ /var/tmp/diff_new_pack.IGNZ5e/_new  2026-03-19 17:41:55.893131184 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package yubico-piv-tool
 #
-# Copyright (c) 2025 SUSE LLC and contributors
+# Copyright (c) 2026 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
@@ -18,7 +18,7 @@
 
 %define sover  2
 Name:           yubico-piv-tool
-Version:        2.7.2
+Version:        2.7.3
 Release:        0
 Summary:        Yubico YubiKey NEO CCID Manager
 License:        BSD-2-Clause
@@ -104,9 +104,7 @@
 
 %files
 %license COPYING
-# README removed in 2.7.2, maybe by accident. Check again in future releases.
-# %doc NEWS README
-%doc NEWS
+%doc NEWS README.adoc
 %{_bindir}/%{name}
 %{_mandir}/man1/*
 

++++++ cmake-flags-upstream-issue-474.patch ++++++
--- /var/tmp/diff_new_pack.IGNZ5e/_old  2026-03-19 17:41:55.937133007 +0100
+++ /var/tmp/diff_new_pack.IGNZ5e/_new  2026-03-19 17:41:55.945133338 +0100
@@ -11,23 +11,10 @@
     
     Fixes https://github.com/Yubico/yubico-piv-tool/issues/474
 
-Index: yubico-piv-tool-2.5.2/CMakeLists.txt
+Index: yubico-piv-tool-2.7.3/cmake/openssl.cmake
 ===================================================================
---- yubico-piv-tool-2.5.2.orig/CMakeLists.txt
-+++ yubico-piv-tool-2.5.2/CMakeLists.txt
-@@ -25,7 +25,7 @@
- # (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
- # OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
- 
--cmake_minimum_required (VERSION 3.5)
-+cmake_minimum_required (VERSION 3.12)
- # policy CMP0025 is to get AppleClang identifier rather than Clang for both
- # this matters since the apple compiler accepts different flags.
- cmake_policy(SET CMP0025 NEW)
-Index: yubico-piv-tool-2.5.2/cmake/openssl.cmake
-===================================================================
---- yubico-piv-tool-2.5.2.orig/cmake/openssl.cmake
-+++ yubico-piv-tool-2.5.2/cmake/openssl.cmake
+--- yubico-piv-tool-2.7.3.orig/cmake/openssl.cmake
++++ yubico-piv-tool-2.7.3/cmake/openssl.cmake
 @@ -84,8 +84,9 @@ macro (find_libcrypto)
      endif(WIN32 OR OPENSSL_STATIC_LINK)
      
@@ -40,10 +27,10 @@
      link_directories(${LIBCRYPTO_LIBRARY_DIRS})
      include_directories(${LIBCRYPTO_INCLUDE_DIRS})
  
-Index: yubico-piv-tool-2.5.2/cmake/pcscd.cmake
+Index: yubico-piv-tool-2.7.3/cmake/pcscd.cmake
 ===================================================================
---- yubico-piv-tool-2.5.2.orig/cmake/pcscd.cmake
-+++ yubico-piv-tool-2.5.2/cmake/pcscd.cmake
+--- yubico-piv-tool-2.7.3.orig/cmake/pcscd.cmake
++++ yubico-piv-tool-2.7.3/cmake/pcscd.cmake
 @@ -75,7 +75,7 @@ macro (find_pcscd)
          set(ENV{PKG_CONFIG_PATH} "${PCSCLITE_PKG_PATH}:$ENV{PKG_CONFIG_PATH}")
          pkg_check_modules(PCSC REQUIRED libpcsclite)
@@ -53,12 +40,4 @@
              if(VERBOSE_CMAKE)
                  message("PCSC_FOUND: ${PCSC_FOUND}")
                  message("PCSC_LIBRARY_DIRS: ${PCSC_LIBRARY_DIRS}")
-@@ -124,4 +124,5 @@ macro (find_pcscd)
-     set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${PCSC_CFLAGS}")
-     link_directories(${PCSC_LIBRARY_DIRS})
- 
--endmacro()
-\ No newline at end of file
-+endmacro()
-+
 

++++++ yubico-piv-tool-2.7.2.tar.gz -> yubico-piv-tool-2.7.3.tar.gz ++++++
++++ 2701 lines of diff (skipped)

Reply via email to