1
0
Dominique Leuenberger 2016-08-18 07:18:11 +00:00 committed by Git OBS Bridge
commit df7d912579
6 changed files with 20 additions and 8 deletions

View File

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

Binary file not shown.

View File

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

Binary file not shown.

View File

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

View File

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