forked from pool/yubico-piv-tool
Accepting request 638743 from home:kbabioch:branches:security
- Version 1.6.2 (released 2018-09-14) - Compare reader names case insensitive - Fix certificate and certificate request signatures with OpenSSL 1.1 OBS-URL: https://build.opensuse.org/request/show/638743 OBS-URL: https://build.opensuse.org/package/show/security/yubico-piv-tool?expand=0&rev=25
This commit is contained in:
parent
48f05ee31e
commit
681f0e6f32
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:91c3f575b59e52fa90e50342e5accbe7f71e9196cbe2ad6b9f5fef1e0a6baf83
|
||||
size 582734
|
Binary file not shown.
3
yubico-piv-tool-1.6.2.tar.gz
Normal file
3
yubico-piv-tool-1.6.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea61bcd5c75471ed21903967d0121fb090aa4d325ec279a24633e3235fdf231b
|
||||
size 584063
|
BIN
yubico-piv-tool-1.6.2.tar.gz.sig
Normal file
BIN
yubico-piv-tool-1.6.2.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,10 @@
|
||||
-------------------------------------------------------------------
|
||||
Thu Sep 27 11:58:29 UTC 2018 - Karol Babioch <kbabioch@suse.com>
|
||||
|
||||
- Version 1.6.2 (released 2018-09-14)
|
||||
- Compare reader names case insensitive
|
||||
- Fix certificate and certificate request signatures with OpenSSL 1.1
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue Aug 28 09:37:34 UTC 2018 - kbabioch@suse.com
|
||||
|
||||
|
@ -12,13 +12,13 @@
|
||||
# license that conforms to the Open Source Definition (Version 1.9)
|
||||
# published by the Open Source Initiative.
|
||||
|
||||
# Please submit bugfixes or comments via http://bugs.opensuse.org/
|
||||
# Please submit bugfixes or comments via https://bugs.opensuse.org/
|
||||
#
|
||||
|
||||
|
||||
%define soname 1
|
||||
Name: yubico-piv-tool
|
||||
Version: 1.6.1
|
||||
Version: 1.6.2
|
||||
Release: 0
|
||||
Summary: Yubico YubiKey NEO CCID Manager
|
||||
License: BSD-2-Clause
|
||||
@ -98,11 +98,11 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files -n libykpiv%{soname}
|
||||
%{_libdir}/libykpiv.so.%{soname}
|
||||
%{_libdir}/libykpiv.so.%{soname}.4.3
|
||||
%{_libdir}/libykpiv.so.%{soname}.4.4
|
||||
|
||||
%files -n libykcs11-%{soname}
|
||||
%{_libdir}/libykcs11.so.%{soname}
|
||||
%{_libdir}/libykcs11.so.%{soname}.4.3
|
||||
%{_libdir}/libykcs11.so.%{soname}.4.4
|
||||
|
||||
%files -n libykpiv-devel
|
||||
%dir %{_includedir}/ykpiv/
|
||||
|
Loading…
Reference in New Issue
Block a user