From bd68da49a45f20784531fd342c7aa271ecdb4bf94562ed21e66a37eb4d00507b Mon Sep 17 00:00:00 2001 From: Torsten Gruner Date: Fri, 1 Dec 2017 11:46:22 +0000 Subject: [PATCH] Accepting request 547082 from home:Simmphonie:yubico - 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. OBS-URL: https://build.opensuse.org/request/show/547082 OBS-URL: https://build.opensuse.org/package/show/security/yubico-piv-tool?expand=0&rev=21 --- yubico-piv-tool-1.4.4.tar.gz | 3 --- yubico-piv-tool-1.4.4.tar.gz.sig | Bin 287 -> 0 bytes yubico-piv-tool-1.5.0.tar.gz | 3 +++ yubico-piv-tool-1.5.0.tar.gz.sig | Bin 0 -> 287 bytes yubico-piv-tool.changes | 13 +++++++++++++ yubico-piv-tool.spec | 7 ++++--- 6 files changed, 20 insertions(+), 6 deletions(-) delete mode 100644 yubico-piv-tool-1.4.4.tar.gz delete mode 100644 yubico-piv-tool-1.4.4.tar.gz.sig create mode 100644 yubico-piv-tool-1.5.0.tar.gz create mode 100644 yubico-piv-tool-1.5.0.tar.gz.sig diff --git a/yubico-piv-tool-1.4.4.tar.gz b/yubico-piv-tool-1.4.4.tar.gz deleted file mode 100644 index 40fc70a..0000000 --- a/yubico-piv-tool-1.4.4.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:ab0eac3f78e9e01538723f631ed6042504409a1ab0342973e2bd52f2c68a3769 -size 529212 diff --git a/yubico-piv-tool-1.4.4.tar.gz.sig b/yubico-piv-tool-1.4.4.tar.gz.sig deleted file mode 100644 index a87983f6d46d4ab42c8d4817c991debc6f2dcbafe8f9f395745eaa113c1add9b..0000000000000000000000000000000000000000000000000000000000000000 GIT binary patch literal 0 HcmV?d00001 literal 287 zcmV+)0pR|L0UQJX0SEvF1p-;+?CSsu2@t%X57e?2j0!)q2mgH(H#C%X49_2iO$;CP zNPbLk^KbUVhE*MEEJ56@VycCmTjRLMQ4`oJzEy>xEuIUW4GvgM1dziVdkDpNKC?UA%qFGn(Dz;U001TGm$u?{B$c05Q&{mdk2W3K zt74PhIO88L+&hDts7m2P#)+QOgqKx$q4U+RkEiYo4cv5F7QYjX^mQ5+bzgfhpqS z!#rD4zZo8UVf=@wHQqNXv@P7rX!nvJj|1nI|BI77@(3MeYjS?NWX1oyCmy%k>I5`< zn=uZiAPV?JStt=nKEE^zU8o?mV!XYJkJFT1E;1p$15~GAP?B|u-fe}wej&joNc)~r zOiL9k%p!I0Y>*ieeVb*U$ojeGkwGg390y(b(!+}7<=QzJ8zLgAQcQ=Hg?z3yV%|us l9$aK?lxXi1k`x8NkG|PfZJxSxrE0AB`f{n32LGIHu|W9igFXNN literal 0 HcmV?d00001 diff --git a/yubico-piv-tool.changes b/yubico-piv-tool.changes index 4bd5201..0dcd378 100644 --- a/yubico-piv-tool.changes +++ b/yubico-piv-tool.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +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 diff --git a/yubico-piv-tool.spec b/yubico-piv-tool.spec index 6e3d604..381acec 100644 --- a/yubico-piv-tool.spec +++ b/yubico-piv-tool.spec @@ -18,7 +18,7 @@ %define soname 1 Name: yubico-piv-tool -Version: 1.4.4 +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.6 +%{_libdir}/libykpiv.so.%{soname}.4.0 %files -n libykcs11-%{soname} %defattr(-,root,root) %{_libdir}/libykcs11.so.%{soname} -%{_libdir}/libykcs11.so.%{soname}.3.6 +%{_libdir}/libykcs11.so.%{soname}.4.0 %files -n libykpiv-devel %defattr(-,root,root)