forked from pool/yubico-piv-tool
Accepting request 950309 from home:dirkmueller:Factory
- 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 OBS-URL: https://build.opensuse.org/request/show/950309 OBS-URL: https://build.opensuse.org/package/show/security/yubico-piv-tool?expand=0&rev=34
This commit is contained in:
parent
504faa7337
commit
9034b3b730
@ -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.1.orig/ykcs11/CMakeLists.txt
|
||||||
+++ yubico-piv-tool-2.2.0/ykcs11/CMakeLists.txt
|
+++ yubico-piv-tool-2.2.1/ykcs11/CMakeLists.txt
|
||||||
@@ -60,6 +60,9 @@ if(${ENABLE_HARDWARE_TESTS})
|
@@ -60,6 +60,9 @@ if(${ENABLE_HARDWARE_TESTS})
|
||||||
set(HW_TESTS 1)
|
set(HW_TESTS 1)
|
||||||
endif(${ENABLE_HARDWARE_TESTS})
|
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)
|
||||||
+target_link_libraries(ykcs11_shared ${LIBCRYPTO_LDFLAGS} ykpiv_shared Threads::Threads)
|
+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 SOVERSION ${SO_VERSION} VERSION ${VERSION})
|
||||||
set_target_properties(ykcs11_shared PROPERTIES INSTALL_RPATH "${YKPIV_INSTALL_LIB_DIR}")
|
if (${CMAKE_SYSTEM_NAME} MATCHES "Darwin")
|
||||||
if(WIN32)
|
set_target_properties(ykcs11_shared PROPERTIES INSTALL_RPATH "${YKPIV_INSTALL_LIB_DIR}")
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:74cb2e03c7137c0dd529f35a230b4a598121cb71b10d7e55b91fd0cdefcac457
|
|
||||||
size 1321651
|
|
Binary file not shown.
3
yubico-piv-tool-2.2.1.tar.gz
Normal file
3
yubico-piv-tool-2.2.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:b7ede4ddc3d6e31de67b2e2ddcd319b22b40cc2e0973b9866d052a754493b14e
|
||||||
|
size 1322579
|
BIN
yubico-piv-tool-2.2.1.tar.gz.sig
Normal file
BIN
yubico-piv-tool-2.2.1.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,14 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jan 31 20:31:47 UTC 2022 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
- 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 <dmueller@suse.com>
|
Sun Feb 28 18:33:22 UTC 2021 - Dirk Müller <dmueller@suse.com>
|
||||||
|
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package yubico-piv-tool
|
# 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
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%define sover 2
|
%define sover 2
|
||||||
Name: yubico-piv-tool
|
Name: yubico-piv-tool
|
||||||
Version: 2.2.0
|
Version: 2.2.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Yubico YubiKey NEO CCID Manager
|
Summary: Yubico YubiKey NEO CCID Manager
|
||||||
License: BSD-2-Clause
|
License: BSD-2-Clause
|
||||||
|
Loading…
Reference in New Issue
Block a user