add tokversion
This commit is contained in:
parent
e70f861ebb
commit
6ad77309cc
34
opencryptoki-3.17-tokversion.patch
Normal file
34
opencryptoki-3.17-tokversion.patch
Normal file
@ -0,0 +1,34 @@
|
|||||||
|
diff -up opencryptoki-3.17.0/usr/sbin/pkcsslotd/opencryptoki.conf.me opencryptoki-3.17.0/usr/sbin/pkcsslotd/opencryptoki.conf
|
||||||
|
--- opencryptoki-3.17.0/usr/sbin/pkcsslotd/opencryptoki.conf.me 2022-04-06 06:46:43.905040507 -0400
|
||||||
|
+++ opencryptoki-3.17.0/usr/sbin/pkcsslotd/opencryptoki.conf 2022-04-06 06:47:51.375040507 -0400
|
||||||
|
@@ -22,25 +22,30 @@ version opencryptoki-3.17
|
||||||
|
slot 0
|
||||||
|
{
|
||||||
|
stdll = libpkcs11_tpm.so
|
||||||
|
+tokversion = 3.12
|
||||||
|
}
|
||||||
|
|
||||||
|
slot 1
|
||||||
|
{
|
||||||
|
stdll = libpkcs11_ica.so
|
||||||
|
+tokversion = 3.12
|
||||||
|
}
|
||||||
|
|
||||||
|
slot 2
|
||||||
|
{
|
||||||
|
stdll = libpkcs11_cca.so
|
||||||
|
+tokversion = 3.12
|
||||||
|
}
|
||||||
|
|
||||||
|
slot 3
|
||||||
|
{
|
||||||
|
stdll = libpkcs11_sw.so
|
||||||
|
+tokversion = 3.12
|
||||||
|
}
|
||||||
|
|
||||||
|
slot 4
|
||||||
|
{
|
||||||
|
stdll = libpkcs11_ep11.so
|
||||||
|
+tokversion = 3.12
|
||||||
|
confname = ep11tok.conf
|
||||||
|
}
|
@ -1,7 +1,7 @@
|
|||||||
Name: opencryptoki
|
Name: opencryptoki
|
||||||
Summary: Implementation of the PKCS#11 (Cryptoki) specification v3.0
|
Summary: Implementation of the PKCS#11 (Cryptoki) specification v3.0
|
||||||
Version: 3.17.0
|
Version: 3.17.0
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
License: CPL
|
License: CPL
|
||||||
URL: https://github.com/opencryptoki/opencryptoki
|
URL: https://github.com/opencryptoki/opencryptoki
|
||||||
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
@ -21,6 +21,7 @@ Patch3: opencryptoki-3.17.0-covscan.patch
|
|||||||
Patch300: opencryptoki-pkcsslotd-pidfile.patch
|
Patch300: opencryptoki-pkcsslotd-pidfile.patch
|
||||||
Patch301: opencryptoki-3.17-avoid-deadlock-when-stopping-event-thread.patch
|
Patch301: opencryptoki-3.17-avoid-deadlock-when-stopping-event-thread.patch
|
||||||
Patch302: opencryptoki-3.17.0-openssl-cleanup-for-opencryptoki.patch
|
Patch302: opencryptoki-3.17.0-openssl-cleanup-for-opencryptoki.patch
|
||||||
|
Patch303: opencryptoki-3.17-tokversion.patch
|
||||||
|
|
||||||
Requires(pre): coreutils
|
Requires(pre): coreutils
|
||||||
Requires: (selinux-policy >= 34.9-1 if selinux-policy-targeted)
|
Requires: (selinux-policy >= 34.9-1 if selinux-policy-targeted)
|
||||||
@ -330,6 +331,9 @@ fi
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Wed Apr 06 2022 Than Ngo <than@redhat.com> - 3.17.0-6
|
||||||
|
- add tokversion
|
||||||
|
|
||||||
* Wed Apr 06 2022 Than Ngo <than@redhat.com> - 3.17.0-5
|
* Wed Apr 06 2022 Than Ngo <than@redhat.com> - 3.17.0-5
|
||||||
- upstream fixes - openssl cleanup for opencryptoki, Avoid deadlock when stopping event thread
|
- upstream fixes - openssl cleanup for opencryptoki, Avoid deadlock when stopping event thread
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user