forked from pool/yubico-piv-tool
Accepting request 396529 from home:Simmphonie:yubico
OBS-URL: https://build.opensuse.org/request/show/396529 OBS-URL: https://build.opensuse.org/package/show/security/yubico-piv-tool?expand=0&rev=16
This commit is contained in:
parent
07899c8247
commit
ad448a65a9
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:948f285d81fb9702c979abd027020b323e75b572cac0a2166e0a4b410874ecee
|
||||
size 513998
|
Binary file not shown.
3
yubico-piv-tool-1.4.0.tar.gz
Normal file
3
yubico-piv-tool-1.4.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:009dbea4256a7a49820962da22eb872e8d21b9126f92787a50bc896dd5d477df
|
||||
size 516045
|
BIN
yubico-piv-tool-1.4.0.tar.gz.sig
Normal file
BIN
yubico-piv-tool-1.4.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,15 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 14:55:42 UTC 2016 - t.gruner@katodev.de
|
||||
|
||||
- Version 1.4.0 (released 2016-05-03)
|
||||
- Add attest action When used on a slot with a generated key,
|
||||
outputs a signed x509 certificate for that slot showing that
|
||||
the key was generated in hardware. Available in firmware 4.3.0 and newer.
|
||||
- Add cached parameter for touch-policy With cached, the touch is valid
|
||||
for an additional 15s. Available in firmware 4.3.0 and newer.
|
||||
- Enforce a minimum PIN length of 6 characters.
|
||||
- Fix a bug with list-readers action where it fell through processing into write-object.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Apr 25 20:04:14 UTC 2016 - t.gruner@katodev.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 1
|
||||
Name: yubico-piv-tool
|
||||
Version: 1.3.1
|
||||
Version: 1.4.0
|
||||
Release: 0
|
||||
Summary: Yubico YubiKey NEO CCID Manager
|
||||
License: BSD-2-Clause
|
||||
@ -102,12 +102,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.1
|
||||
%{_libdir}/libykpiv.so.%{soname}.3.2
|
||||
|
||||
%files -n libykcs11-%{soname}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libykcs11.so.%{soname}
|
||||
%{_libdir}/libykcs11.so.%{soname}.3.1
|
||||
%{_libdir}/libykcs11.so.%{soname}.3.2
|
||||
|
||||
%files -n libykpiv-devel
|
||||
%defattr(-,root,root)
|
||||
|
Loading…
Reference in New Issue
Block a user