forked from pool/yubico-piv-tool
Accepting request 419766 from security
1 OBS-URL: https://build.opensuse.org/request/show/419766 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/yubico-piv-tool?expand=0&rev=8
This commit is contained in:
commit
df7d912579
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:009dbea4256a7a49820962da22eb872e8d21b9126f92787a50bc896dd5d477df
|
||||
size 516045
|
Binary file not shown.
3
yubico-piv-tool-1.4.2.tar.gz
Normal file
3
yubico-piv-tool-1.4.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:33a44018a1a88608058dfe685a4510640d818d4ebcbb2bdb021327497bb45d0a
|
||||
size 511866
|
BIN
yubico-piv-tool-1.4.2.tar.gz.sig
Normal file
BIN
yubico-piv-tool-1.4.2.tar.gz.sig
Normal file
Binary file not shown.
@ -1,3 +1,17 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Aug 17 14:03:58 UTC 2016 - t.gruner@katodev.de
|
||||
|
||||
- Version 1.4.2 (released 2016-08-12)
|
||||
- Clarify license headers and clean up YKCS11 licensing. Now uses pkcs11.h from the Scute project.
|
||||
- Don’t install ykcs11-version.h.
|
||||
- No cflags in ykcs11.pc.
|
||||
- Unimplemented YKCS11 functions now return CKR_FUNCTION_FAILED.
|
||||
|
||||
- Version 1.4.1 (released 2016-08-11)
|
||||
- Documentation updates
|
||||
- Add possibility to export certificates in SSH format.
|
||||
- Make certificate serial number random by default.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 17 14:55:42 UTC 2016 - t.gruner@katodev.de
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%define soname 1
|
||||
Name: yubico-piv-tool
|
||||
Version: 1.4.0
|
||||
Version: 1.4.2
|
||||
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.2
|
||||
%{_libdir}/libykpiv.so.%{soname}.3.4
|
||||
|
||||
%files -n libykcs11-%{soname}
|
||||
%defattr(-,root,root)
|
||||
%{_libdir}/libykcs11.so.%{soname}
|
||||
%{_libdir}/libykcs11.so.%{soname}.3.2
|
||||
%{_libdir}/libykcs11.so.%{soname}.3.4
|
||||
|
||||
%files -n libykpiv-devel
|
||||
%defattr(-,root,root)
|
||||
@ -118,8 +118,6 @@ find %{buildroot} -type f -name "*.la" -delete -print
|
||||
|
||||
%files -n libykcs11-devel
|
||||
%defattr(-,root,root)
|
||||
%dir %{_includedir}/ykcs11/
|
||||
%{_includedir}/ykcs11/*
|
||||
%{_libdir}/libykcs11.so
|
||||
%{_libdir}/pkgconfig/ykcs11.pc
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user