1
0

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
This commit is contained in:
Torsten Gruner 2017-12-01 11:46:22 +00:00 committed by Git OBS Bridge
parent 71f214a0a3
commit bd68da49a4
6 changed files with 20 additions and 6 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:ab0eac3f78e9e01538723f631ed6042504409a1ab0342973e2bd52f2c68a3769
size 529212

Binary file not shown.

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:c18375179ba25bf9d61365b3903f033f112897bbd54ca63c62fa153f2d05aaab
size 573453

Binary file not shown.

View File

@ -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

View File

@ -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)