Accepting request 546863 from home:markkp:branches:security
- Upgraded to version 3.8.2 (fate#323295, bsc#1066412) * v3.8.2 Update man pages. Improve ock_tests for parallel execution. Fix FindObjectsInit for hidden HW-feature. Fix to allow vendor defined hardware features. Fix unresolved symbols. Fix tracing. Code/project cleanup. * v3.8.1 Fix TPM data-structure reset function. Fix error message when dlsym fails. Update configure.ac Update travis. * v3.8.0 Multi token instance feature. Added possibility to run opencryptoki with transactional memory or locks (--enable-locks on configure step). Updated documentation. Fix segfault on ec_test. Bunch of small fixes. OBS-URL: https://build.opensuse.org/request/show/546863 OBS-URL: https://build.opensuse.org/package/show/security/openCryptoki?expand=0&rev=72
This commit is contained in:
parent
3d264fa667
commit
cfbd8bf303
@ -1,3 +1,28 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Thu Nov 30 23:36:39 UTC 2017 - mpost@suse.com
|
||||||
|
|
||||||
|
- Upgraded to version 3.8.2 (fate#323295, bsc#1066412)
|
||||||
|
* v3.8.2
|
||||||
|
Update man pages.
|
||||||
|
Improve ock_tests for parallel execution.
|
||||||
|
Fix FindObjectsInit for hidden HW-feature.
|
||||||
|
Fix to allow vendor defined hardware features.
|
||||||
|
Fix unresolved symbols.
|
||||||
|
Fix tracing.
|
||||||
|
Code/project cleanup.
|
||||||
|
* v3.8.1
|
||||||
|
Fix TPM data-structure reset function.
|
||||||
|
Fix error message when dlsym fails.
|
||||||
|
Update configure.ac
|
||||||
|
Update travis.
|
||||||
|
* v3.8.0
|
||||||
|
Multi token instance feature.
|
||||||
|
Added possibility to run opencryptoki with transactional memory or locks
|
||||||
|
(--enable-locks on configure step).
|
||||||
|
Updated documentation.
|
||||||
|
Fix segfault on ec_test.
|
||||||
|
Bunch of small fixes.
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed May 31 19:54:31 UTC 2017 - mpost@suse.com
|
Wed May 31 19:54:31 UTC 2017 - mpost@suse.com
|
||||||
|
|
||||||
|
@ -57,7 +57,7 @@ BuildRequires: dos2unix
|
|||||||
Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware
|
Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware
|
||||||
License: CPL-1.0
|
License: CPL-1.0
|
||||||
Group: Productivity/Security
|
Group: Productivity/Security
|
||||||
Version: 3.7.0
|
Version: 3.8.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Source: %{oc_cvs_tag}-%{version}.tar.gz
|
Source: %{oc_cvs_tag}-%{version}.tar.gz
|
||||||
Source1: openCryptoki.pkcsslotd
|
Source1: openCryptoki.pkcsslotd
|
||||||
@ -168,7 +168,7 @@ install -d $RPM_BUILD_ROOT/etc/init.d
|
|||||||
install -d $RPM_BUILD_ROOT/usr/sbin
|
install -d $RPM_BUILD_ROOT/usr/sbin
|
||||||
%if %{uses_systemd}
|
%if %{uses_systemd}
|
||||||
install -d $RPM_BUILD_ROOT/usr/lib/tmpfiles.d
|
install -d $RPM_BUILD_ROOT/usr/lib/tmpfiles.d
|
||||||
install -m 644 %{S:3} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/openCryptoki-tmp.conf
|
install -m 644 %{S:3} $RPM_BUILD_ROOT/usr/lib/tmpfiles.d/opencryptoki.conf
|
||||||
ln -s /usr/sbin/service $RPM_BUILD_ROOT/usr/sbin/rcpkcsslotd
|
ln -s /usr/sbin/service $RPM_BUILD_ROOT/usr/sbin/rcpkcsslotd
|
||||||
%else
|
%else
|
||||||
install -m 544 %{S:1} $RPM_BUILD_ROOT/etc/init.d/pkcsslotd
|
install -m 544 %{S:1} $RPM_BUILD_ROOT/etc/init.d/pkcsslotd
|
||||||
@ -206,7 +206,7 @@ if [ ! -L %{_sysconfdir}/pkcs11 ] ; then
|
|||||||
fi
|
fi
|
||||||
/sbin/ldconfig
|
/sbin/ldconfig
|
||||||
%if %{uses_systemd}
|
%if %{uses_systemd}
|
||||||
%{?tmpfiles_create:%tmpfiles_create %{_tmpfilesdir}/openCryptoki-tmp.conf}
|
%{?tmpfiles_create:%tmpfiles_create %{_tmpfilesdir}/opencryptoki.conf}
|
||||||
%{service_add_post pkcsslotd.service}
|
%{service_add_post pkcsslotd.service}
|
||||||
%else
|
%else
|
||||||
%{fillup_and_insserv -f pkcsslotd}
|
%{fillup_and_insserv -f pkcsslotd}
|
||||||
@ -273,7 +273,7 @@ ln -sf %{_libdir}/opencryptoki/libopencryptoki.so /usr/lib/pkcs11/PKCS11_API.so6
|
|||||||
%endif
|
%endif
|
||||||
%if %{uses_systemd}
|
%if %{uses_systemd}
|
||||||
%{_unitdir}/pkcsslotd.service
|
%{_unitdir}/pkcsslotd.service
|
||||||
%{_tmpfilesdir}/openCryptoki-tmp.conf
|
%{_tmpfilesdir}/opencryptoki.conf
|
||||||
%else
|
%else
|
||||||
%{_sysconfdir}/init.d/pkcsslotd
|
%{_sysconfdir}/init.d/pkcsslotd
|
||||||
%ghost %dir %attr(770,root,pkcs11) %{_localstatedir}/lock/opencryptoki
|
%ghost %dir %attr(770,root,pkcs11) %{_localstatedir}/lock/opencryptoki
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:a2d4c3a2393e9b805f5368628c7b328039c4cb0e5fd23c157f801e99070485cf
|
|
||||||
size 851131
|
|
3
opencryptoki-3.8.2.tar.gz
Normal file
3
opencryptoki-3.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:d235d32a6c892139696f3372e203a90d718a5c9896eb536d1a077ea6185abe0e
|
||||||
|
size 835210
|
Loading…
Reference in New Issue
Block a user