diff --git a/openCryptoki.changes b/openCryptoki.changes index dc217d7..d08c824 100644 --- a/openCryptoki.changes +++ b/openCryptoki.changes @@ -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 diff --git a/openCryptoki.spec b/openCryptoki.spec index 70d6c4c..addf8e8 100644 --- a/openCryptoki.spec +++ b/openCryptoki.spec @@ -57,7 +57,7 @@ BuildRequires: dos2unix Summary: An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM Cryptographic Hardware License: CPL-1.0 Group: Productivity/Security -Version: 3.7.0 +Version: 3.8.2 Release: 0 Source: %{oc_cvs_tag}-%{version}.tar.gz Source1: openCryptoki.pkcsslotd @@ -168,7 +168,7 @@ install -d $RPM_BUILD_ROOT/etc/init.d install -d $RPM_BUILD_ROOT/usr/sbin %if %{uses_systemd} 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 %else install -m 544 %{S:1} $RPM_BUILD_ROOT/etc/init.d/pkcsslotd @@ -206,7 +206,7 @@ if [ ! -L %{_sysconfdir}/pkcs11 ] ; then fi /sbin/ldconfig %if %{uses_systemd} -%{?tmpfiles_create:%tmpfiles_create %{_tmpfilesdir}/openCryptoki-tmp.conf} +%{?tmpfiles_create:%tmpfiles_create %{_tmpfilesdir}/opencryptoki.conf} %{service_add_post pkcsslotd.service} %else %{fillup_and_insserv -f pkcsslotd} @@ -273,7 +273,7 @@ ln -sf %{_libdir}/opencryptoki/libopencryptoki.so /usr/lib/pkcs11/PKCS11_API.so6 %endif %if %{uses_systemd} %{_unitdir}/pkcsslotd.service -%{_tmpfilesdir}/openCryptoki-tmp.conf +%{_tmpfilesdir}/opencryptoki.conf %else %{_sysconfdir}/init.d/pkcsslotd %ghost %dir %attr(770,root,pkcs11) %{_localstatedir}/lock/opencryptoki diff --git a/opencryptoki-3.7.0.tar.gz b/opencryptoki-3.7.0.tar.gz deleted file mode 100644 index 9050bb3..0000000 --- a/opencryptoki-3.7.0.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a2d4c3a2393e9b805f5368628c7b328039c4cb0e5fd23c157f801e99070485cf -size 851131 diff --git a/opencryptoki-3.8.2.tar.gz b/opencryptoki-3.8.2.tar.gz new file mode 100644 index 0000000..311c181 --- /dev/null +++ b/opencryptoki-3.8.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d235d32a6c892139696f3372e203a90d718a5c9896eb536d1a077ea6185abe0e +size 835210