diff --git a/yubico-piv-tool-1.4.2.tar.gz b/yubico-piv-tool-1.4.2.tar.gz deleted file mode 100644 index fe2b4ed..0000000 --- a/yubico-piv-tool-1.4.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:33a44018a1a88608058dfe685a4510640d818d4ebcbb2bdb021327497bb45d0a -size 511866 diff --git a/yubico-piv-tool-1.4.2.tar.gz.sig b/yubico-piv-tool-1.4.2.tar.gz.sig deleted file mode 100644 index 1f4425e..0000000 Binary files a/yubico-piv-tool-1.4.2.tar.gz.sig and /dev/null differ diff --git a/yubico-piv-tool-1.5.0.tar.gz b/yubico-piv-tool-1.5.0.tar.gz new file mode 100644 index 0000000..117c4ce --- /dev/null +++ b/yubico-piv-tool-1.5.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c18375179ba25bf9d61365b3903f033f112897bbd54ca63c62fa153f2d05aaab +size 573453 diff --git a/yubico-piv-tool-1.5.0.tar.gz.sig b/yubico-piv-tool-1.5.0.tar.gz.sig new file mode 100644 index 0000000..5a8b348 Binary files /dev/null and b/yubico-piv-tool-1.5.0.tar.gz.sig differ diff --git a/yubico-piv-tool.changes b/yubico-piv-tool.changes index b481a77..0dcd378 100644 --- a/yubico-piv-tool.changes +++ b/yubico-piv-tool.changes @@ -1,3 +1,35 @@ +------------------------------------------------------------------- +Thu Nov 30 15:14:13 UTC 2017 - t.gruner@katodev.de + +- Version 1.5.0 (released 2017-11-29) + - API additions: Higher-level "util" API added to libykpiv. + - Added ykpiv_attest(), ykpiv_get_pin_retries(), ykpiv_set_pin_retries() + - Added functions for using existing PCSC card handle. + - Support using custom memory allocator. + - Documentation updates. make doxygen for HTML format. + - Expanded automated tests for hardware devices, moved to make hwcheck. + - OpenSSL 1.1 support + - Moderate internal refactoring. Many small bugs fixed. + +------------------------------------------------------------------- +Wed Nov 15 19:19:15 UTC 2017 - t.gruner@katodev.de + +- Version 1.4.4 (released 2017-10-17) + - Documentation updates. + - Add pin caching to work around disconnect problems. + - Disable RSA key generation on YubiKey 4 before 4.3.5. See https://yubi.co/ysa201701/ for details. + +------------------------------------------------------------------- +Mon May 29 14:46:53 UTC 2017 - t.gruner@katodev.de + +- Version 1.4.3 (released 2017-04-18) + - Encode RSA x509 certificates correctly. + - Documentation updates. + - In ykcs11 return CKA_MODULUS correctly for private keys. + - In ykcs11 fix for signature size approximation. + - Fix PSS signatures in ykcs11. + - Add a CLI flag --stdin-input to make batch execution easier. + ------------------------------------------------------------------- Wed Aug 17 14:03:58 UTC 2016 - t.gruner@katodev.de diff --git a/yubico-piv-tool.spec b/yubico-piv-tool.spec index dc33090..381acec 100644 --- a/yubico-piv-tool.spec +++ b/yubico-piv-tool.spec @@ -1,7 +1,7 @@ # # spec file for package yubico-piv-tool # -# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany. # # 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 soname 1 Name: yubico-piv-tool -Version: 1.4.2 +Version: 1.5.0 Release: 0 Summary: Yubico YubiKey NEO CCID Manager License: BSD-2-Clause @@ -26,6 +26,7 @@ Group: Productivity/Networking/Security Url: https://developers.yubico.com/ Source0: https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz Source1: https://developers.yubico.com/yubico-piv-tool/Releases/%{name}-%{version}.tar.gz.sig +BuildRequires: check-devel BuildRequires: libtool BuildRequires: pcsc-lite-devel BuildRequires: pkg-config @@ -102,12 +103,12 @@ find %{buildroot} -type f -name "*.la" -delete -print %files -n libykpiv%{soname} %defattr(-,root,root) %{_libdir}/libykpiv.so.%{soname} -%{_libdir}/libykpiv.so.%{soname}.3.4 +%{_libdir}/libykpiv.so.%{soname}.4.0 %files -n libykcs11-%{soname} %defattr(-,root,root) %{_libdir}/libykcs11.so.%{soname} -%{_libdir}/libykcs11.so.%{soname}.3.4 +%{_libdir}/libykcs11.so.%{soname}.4.0 %files -n libykpiv-devel %defattr(-,root,root)