Package: opencryptoki / 2.3.1+dfsg-3

Metadata

Package Version Patches format
opencryptoki 2.3.1+dfsg-3 3.0 (quilt)

Patch series

view the series file
Patch File delta Description
01 disable testcases.patch | (download)

Makefile.am | 5 1 + 4 - 0 !
configure.in | 14 0 + 14 - 0 !
2 files changed, 1 insertion(+), 18 deletions(-)

  avoid processing of removed testcases.


02 disable user handling.patch | (download)

usr/sbin/pkcs11_startup/pkcs11_startup.in | 36 18 + 18 - 0 !
1 file changed, 18 insertions(+), 18 deletions(-)

 don't handle user adding in pkcs11_startup.

03 dlopen soname.patch | (download)

usr/sbin/pkcscca_migrate/cca_migrate.c | 2 1 + 1 - 0 !
usr/sbin/pkcsconf/pkcsconf.c | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 Opening libopencryptoki correctly with soname major (Closes: #463593).


04 pkcsslotd cmdline args.patch | (download)

usr/sbin/pkcsslotd/daemon.c | 7 7 + 0 - 0 !
usr/sbin/pkcsslotd/log.c | 43 40 + 3 - 0 !
usr/sbin/pkcsslotd/log.h | 3 3 + 0 - 0 !
usr/sbin/pkcsslotd/pkcsslotd.h | 1 1 + 0 - 0 !
usr/sbin/pkcsslotd/slotmgr.c | 61 58 + 3 - 0 !
5 files changed, 109 insertions(+), 6 deletions(-)

 Add command line arguments for logging, verbosity, and daemonizing. Allow
 logging to files, only useful for debugging but controllable at runtime, not
 compile time.

05 build fix for kbsd.patch | (download)

usr/include/pkcs11/apictl.h | 4 4 + 0 - 0 !
usr/include/pkcs11/slotmgr.h | 4 4 + 0 - 0 !
usr/include/pkcs11/stdll.h | 4 4 + 0 - 0 !
usr/sbin/pkcsslotd/err.c | 28 28 + 0 - 0 !
usr/sbin/pkcsslotd/pkcsslotd.h | 4 4 + 0 - 0 !
5 files changed, 44 insertions(+)

 fix ftbfs on gnu/kfreebsd
06 add whatis entry to manpages.patch | (download)

man/man1/pkcs11_startup.1.in | 2 1 + 1 - 0 !
man/man1/pkcsconf.1.in | 2 1 + 1 - 0 !
2 files changed, 2 insertions(+), 2 deletions(-)

 add missing whatis entries to manpages
07 add manpage for pkcs_slot.patch | (download)

configure.in | 1 1 + 0 - 0 !
man/man1/Makefile.am | 2 1 + 1 - 0 !
man/man1/pkcs_slot.1.in | 22 22 + 0 - 0 !
3 files changed, 24 insertions(+), 1 deletion(-)

 add a short man-page for pkcs_slot
08 reset tpm structures.patch | (download)

usr/lib/pkcs11/tpm_stdll/tpm_specific.c | 29 19 + 10 - 0 !
1 file changed, 19 insertions(+), 10 deletions(-)

 reset tpm datastructures on init, not just logout.
0009 Fix wrong LIB_PATH.patch | (download)

configure.in | 11 1 + 10 - 0 !
1 file changed, 1 insertion(+), 10 deletions(-)

 fix wrong lib_path

Assuming that lib64 will be used on 64-bit arch is wrong.

Signed-off-by: Guido Trotter <ultrotter@google.com>

0010 Remove one hardcoded lib64 path.patch | (download)

usr/sbin/pkcs11_startup/pkcs11_startup.in | 2 1 + 1 - 0 !
1 file changed, 1 insertion(+), 1 deletion(-)

 remove one hardcoded lib64 path

Signed-off-by: Guido Trotter <ultrotter@google.com>