diff --git a/pthread-link.patch b/pthread-link.patch index 93e5680..83b6820 100644 --- a/pthread-link.patch +++ b/pthread-link.patch @@ -1,7 +1,7 @@ -Index: yubico-piv-tool-2.2.0/ykcs11/CMakeLists.txt +Index: yubico-piv-tool-2.2.1/ykcs11/CMakeLists.txt =================================================================== ---- yubico-piv-tool-2.2.0.orig/ykcs11/CMakeLists.txt -+++ yubico-piv-tool-2.2.0/ykcs11/CMakeLists.txt +--- yubico-piv-tool-2.2.1.orig/ykcs11/CMakeLists.txt ++++ yubico-piv-tool-2.2.1/ykcs11/CMakeLists.txt @@ -60,6 +60,9 @@ if(${ENABLE_HARDWARE_TESTS}) set(HW_TESTS 1) endif(${ENABLE_HARDWARE_TESTS}) @@ -19,5 +19,5 @@ Index: yubico-piv-tool-2.2.0/ykcs11/CMakeLists.txt -target_link_libraries(ykcs11_shared ${LIBCRYPTO_LDFLAGS} ykpiv_shared) +target_link_libraries(ykcs11_shared ${LIBCRYPTO_LDFLAGS} ykpiv_shared Threads::Threads) set_target_properties(ykcs11_shared PROPERTIES SOVERSION ${SO_VERSION} VERSION ${VERSION}) - set_target_properties(ykcs11_shared PROPERTIES INSTALL_RPATH "${YKPIV_INSTALL_LIB_DIR}") - if(WIN32) + if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin") + set_target_properties(ykcs11_shared PROPERTIES INSTALL_RPATH "${YKPIV_INSTALL_LIB_DIR}") diff --git a/yubico-piv-tool-2.2.0.tar.gz b/yubico-piv-tool-2.2.0.tar.gz deleted file mode 100644 index 7e0ff21..0000000 --- a/yubico-piv-tool-2.2.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:74cb2e03c7137c0dd529f35a230b4a598121cb71b10d7e55b91fd0cdefcac457 -size 1321651 diff --git a/yubico-piv-tool-2.2.0.tar.gz.sig b/yubico-piv-tool-2.2.0.tar.gz.sig deleted file mode 100644 index c340589..0000000 Binary files a/yubico-piv-tool-2.2.0.tar.gz.sig and /dev/null differ diff --git a/yubico-piv-tool-2.2.1.tar.gz b/yubico-piv-tool-2.2.1.tar.gz new file mode 100644 index 0000000..ca089f2 --- /dev/null +++ b/yubico-piv-tool-2.2.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ede4ddc3d6e31de67b2e2ddcd319b22b40cc2e0973b9866d052a754493b14e +size 1322579 diff --git a/yubico-piv-tool-2.2.1.tar.gz.sig b/yubico-piv-tool-2.2.1.tar.gz.sig new file mode 100644 index 0000000..5be3001 Binary files /dev/null and b/yubico-piv-tool-2.2.1.tar.gz.sig differ diff --git a/yubico-piv-tool.changes b/yubico-piv-tool.changes index 308d61c..81df825 100644 --- a/yubico-piv-tool.changes +++ b/yubico-piv-tool.changes @@ -1,3 +1,14 @@ +------------------------------------------------------------------- +Mon Jan 31 20:31:47 UTC 2022 - Dirk Müller + +- update to 2.2.1: + * ykpiv: Minor bug fixes + * ykcs11: Improved handling of object attributes + * ykcs11: Update flags for EC related mechanisms + * ykcs11: Minor bug fixes + * test: Improved testing + * doc: Improved documentation + ------------------------------------------------------------------- Sun Feb 28 18:33:22 UTC 2021 - Dirk Müller diff --git a/yubico-piv-tool.spec b/yubico-piv-tool.spec index 5abaf99..f970c28 100644 --- a/yubico-piv-tool.spec +++ b/yubico-piv-tool.spec @@ -1,7 +1,7 @@ # # spec file for package yubico-piv-tool # -# Copyright (c) 2021 SUSE LLC +# Copyright (c) 2022 SUSE LLC # # 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.2.0 +Version: 2.2.1 Release: 0 Summary: Yubico YubiKey NEO CCID Manager License: BSD-2-Clause