Marcus Meissner
58a54abac4
- Updated to openCryptoki v3.1: See ChangeLog for complete details (FATE#315426) - opencryptoki-3.1 - New ep11 token to support IBM Crypto Express adpaters (starting with Crypto Express 4S adapters) configured with Enterprise PKCS#11(EP11) firmware. (FATE#315330) - opencryptoki-3.0 - New opencryptoki.conf file to replace pk_config_data and pkcs11_starup. The opencryptoki.conf contains slot entry information for tokens. - Removed pkcs_slot and pkcs11_startup shell scripts. - ICA token supports CKM_DES_OFB64, CKM_DES_CFB8, CKM_DES_CFB6 mechanisms using 3DES keys. (FATE#315323) - ICA token supports CKM_DES3_MAC and CKM_DES3_MAC_GENERAL mechanisms. (FATE#315323) - ICA token supports CKM_AES_OFB, CKM_AES_CFB8, CKM_AES_CFB64, CKM_AES_CFB128, CKM_AES_MAC, and CKM_AES_MAC_GENERAL mechanisms. (FATE#315323) - opencryptoki-2.4.1 (21 Feb 2012) - SHA256 support added for CCA token (FATE#315289) - Using insserv macros in %post, %preun and %postun sections - Cleaned up spec file - removed patches: - ocki-2.2.6-PIN-backspace.patch - added patches: - ocki-3.1-fix-implicit-decl.patch - ocki-3.1-remove-make-install-chgrp-chmod.patch - ocki-3.1-fix-init_d-path.patch - add aarch64 to 64bit archs OBS-URL: https://build.opensuse.org/request/show/220960 OBS-URL: https://build.opensuse.org/package/show/security/openCryptoki?expand=0&rev=13
12 lines
397 B
Diff
12 lines
397 B
Diff
--- opencryptoki.orig/misc/Makefile.am 2014-01-27 15:01:57.000000000 -0700
|
|
+++ opencryptoki/misc/Makefile.am 2014-01-31 09:15:15.816980000 -0700
|
|
@@ -11,7 +11,7 @@ pkcsslotd.service: pkcsslotd.service.in
|
|
@SED@ -e s!\@sbindir\@!"@sbindir@"!g < $< > $@-t
|
|
mv $@-t $@
|
|
else
|
|
-initddir = $(sysconfdir)/rc.d/init.d
|
|
+initddir = $(sysconfdir)/init.d
|
|
initd_SCRIPTS = pkcsslotd
|
|
|
|
CLEANFILES = pkcsslotd
|