forked from pool/yubico-piv-tool
Accepting request 707080 from security
OBS-URL: https://build.opensuse.org/request/show/707080 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yubico-piv-tool?expand=0&rev=12
This commit is contained in:
commit
7aed3b8719
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:ea61bcd5c75471ed21903967d0121fb090aa4d325ec279a24633e3235fdf231b
|
||||
size 584063
|
Binary file not shown.
3
yubico-piv-tool-1.7.0.tar.gz
Normal file
3
yubico-piv-tool-1.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b428527e4031453a637128077983e782e9fea25df98e95e0fc27819b2e82fd7f
|
||||
size 588206
|
BIN
yubico-piv-tool-1.7.0.tar.gz.sig
Normal file
BIN
yubico-piv-tool-1.7.0.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,16 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 3 08:22:20 UTC 2019 - Karol Babioch <kbabioch@suse.de>
|
||||
|
||||
- Version 1.7.0 (released 2019-04-03)
|
||||
* Add ykpiv_get_serial() to API.
|
||||
* Add version and serial to status output.
|
||||
* FASC-N fixes for CHUID.
|
||||
* ykcs11: Fix ECDSA signatures.
|
||||
* Make selfsigned X.509 extensions have correct extensions to match openssl.
|
||||
* Security fixes.
|
||||
* Documentation fixes.
|
||||
* Try to clear memory that might contain secrets.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Sep 28 09:10:38 UTC 2018 - Jan Engelhardt <jengelh@inai.de>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package yubico-piv-tool
|
||||
#
|
||||
# Copyright (c) 2018 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2019 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 sover 1
|
||||
Name: yubico-piv-tool
|
||||
Version: 1.6.2
|
||||
Version: 1.7.0
|
||||
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%{sover}
|
||||
%{_libdir}/libykpiv.so.%{sover}
|
||||
%{_libdir}/libykpiv.so.%{sover}.4.4
|
||||
%{_libdir}/libykpiv.so.%{sover}.5.0
|
||||
|
||||
%files -n libykcs11-%{sover}
|
||||
%{_libdir}/libykcs11.so.%{sover}
|
||||
%{_libdir}/libykcs11.so.%{sover}.4.4
|
||||
%{_libdir}/libykcs11.so.%{sover}.5.0
|
||||
|
||||
%files -n libykpiv-devel
|
||||
%dir %{_includedir}/ykpiv/
|
||||
|
Loading…
Reference in New Issue
Block a user