Mailinglist Archive: opensuse-commit (1187 mails)
| < Previous | Next > |
commit openCryptoki
- From: root@xxxxxxx (h_root)
- Date: Mon, 10 Apr 2006 20:08:15 +0200 (CEST)
- Message-id: <20060410180815.99CCE8BE21@xxxxxxxxxxxxxxx>
Hello community,
here is the log from the commit of package openCryptoki
checked in at Mon Apr 10 20:08:15 CEST 2006.
--------
--- openCryptoki/openCryptoki.changes 2006-04-03 13:58:33.000000000 +0200
+++ STABLE/openCryptoki/openCryptoki.changes 2006-04-10 13:32:11.000000000 +0200
@@ -1,0 +2,5 @@
+Mon Apr 10 13:30:50 CEST 2006 - uli@xxxxxxx
+
+- added small change missing from patch for bug #156651
+
+-------------------------------------------------------------------
New:
----
ock_222_cmd_fix_ptr_to_arr.diff
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Other differences:
------------------
++++++ openCryptoki.spec ++++++
--- /var/tmp/diff_new_pack.lQZ9Fp/_old 2006-04-10 20:07:58.000000000 +0200
+++ /var/tmp/diff_new_pack.lQZ9Fp/_new 2006-04-10 20:07:58.000000000 +0200
@@ -14,7 +14,7 @@
BuildRequires: gcc-c++ libica openssl-devel
Summary: An Implementation of PKCS#11 (Cryptoki) v2.01 for IBM Cryptographic Hardware
Version: 2.2.2
-Release: 13
+Release: 15
License: IBM Public License, Other License(s), see package
Group: Productivity/Security
# :pserver:anonymous@xxxxxxxxxxxxxxxxxxx:/cvsroot/opencryptoki
@@ -31,6 +31,7 @@
Patch7: ock_add_free_mech_list_20060131.diff
Patch8: ock_head_ptr_to_null_20060308.diff
Patch9: ock_222_proc_struct_cmd_20060309.diff
+Patch10: ock_222_cmd_fix_ptr_to_arr.diff
URL: http://oss.software.ibm.com/developerworks/opensource/opencryptoki
BuildRoot: %{_tmppath}/%{name}-%{version}-build
PreReq: /usr/sbin/groupadd /usr/bin/id /usr/sbin/usermod /bin/sed
@@ -127,6 +128,7 @@
%patch7
%patch8 -p1
%patch9
+%patch10 -p1
cp %{SOURCE2} .
#find -name CVS -type d -print0 | xargs -0 rm -rfv
@@ -288,6 +290,8 @@
%endif
%changelog -n openCryptoki
+* Mon Apr 10 2006 - uli@xxxxxxx
+- added small change missing from patch for bug #156651
* Mon Apr 03 2006 - uli@xxxxxxx
- fixed location of pkcs11_startup in init script (bug #162372)
* Mon Mar 13 2006 - uli@xxxxxxx
++++++ ock_222_cmd_fix_ptr_to_arr.diff ++++++
diff -Naur ./openCryptoki-2.2.2-rc2/usr/sbin/pkcsslotd/garbage_linux.h openCryptoki-2.2.2-rc2-cmd_fix/usr/sbin/pkcsslotd/garbage_linux.h
--- ./openCryptoki-2.2.2-rc2/usr/sbin/pkcsslotd/garbage_linux.h 2006-04-04 14:45:04.000000000 -0500
+++ openCryptoki-2.2.2-rc2-cmd_fix/usr/sbin/pkcsslotd/garbage_linux.h 2006-04-04 14:50:40.000000000 -0500
@@ -301,7 +301,7 @@
pid; /* process id */
char
- *cmd, /* command line string vector for /proc/<pid>/cmdline */
+ cmd[16], /* command line string vector for /proc/<pid>/cmdline */
state; /* single-char code for process state [R, S, D, Z, or T] */
int
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Remember to have fun...
| < Previous | Next > |