Hello community,

here is the log from the commit of package openCryptoki for openSUSE:Factory 
checked in at 2017-01-24 10:38:17
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/openCryptoki (Old)
 and      /work/SRC/openSUSE:Factory/.openCryptoki.new (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "openCryptoki"

Changes:
--------
--- /work/SRC/openSUSE:Factory/openCryptoki/openCryptoki.changes        
2016-09-12 13:25:41.000000000 +0200
+++ /work/SRC/openSUSE:Factory/.openCryptoki.new/openCryptoki.changes   
2017-01-24 10:38:18.276632773 +0100
@@ -1,0 +2,38 @@
+Tue Jan 17 17:12:30 UTC 2017 - mp...@suse.com
+
+- Upgraded to version 3.6.1 (fate#321451)
+  - opencryptoki 3.6.1
+    - Fix SOFT token implementation of digest functions.
+    - Replace deprecated OpenSSL interfaces.
+
+  - opencryptoki 3.6
+    - Replace deprecated libica interfaces.
+    - Performance improvement for ICA.
+    - Improvement in documentation on system resources.
+    - Improvement in testcases.
+    - Added support for rc=8, reasoncode=2028 in icsf token.
+    - Fix for session handle not set in session issue.
+    - Multiple fixes for lock and log directories.
+    - Downgraded a syslog error to warning.
+    - Multiple fixes based on coverity scan results.
+    - Added pkcs11 mapping for icsf reason code 72 for return code 8.
+
+  - opencryptoki 3.5.1
+    - Fix Illegal Intruction on pkcscca tool.
+
+  - Removed the following obsolete patches:
+    - ocki-3.5-sanity-checking.patch
+    - ocki-3.5-icsf-reasoncode72-support.patch
+    - ocki-3.5-downgrade-syslogerror.patch
+    - ocki-3.5-icsf-sessionhandle-missing-fix.patch
+    - ocki-3.5-icsf-reasoncode-2028-added.patch
+    - ocki-3.5-added-NULLreturn-check.patch
+    - ocki-3.5-create-missing-tpm-token-lock-directory.patch
+    - ocki-3.5-fix-pkcscca-calls.patch
+
+-------------------------------------------------------------------
+Mon Oct 31 14:19:17 UTC 2016 - jjo...@suse.com
+
+- Removed reference to pkcs1_startup from pkcsslotd (bsc#1007081)
+
+-------------------------------------------------------------------

Old:
----
  ocki-3.5-added-NULLreturn-check.patch
  ocki-3.5-create-missing-tpm-token-lock-directory.patch
  ocki-3.5-downgrade-syslogerror.patch
  ocki-3.5-fix-pkcscca-calls.patch
  ocki-3.5-icsf-reasoncode-2028-added.patch
  ocki-3.5-icsf-reasoncode72-support.patch
  ocki-3.5-icsf-sessionhandle-missing-fix.patch
  ocki-3.5-sanity-checking.patch
  opencryptoki-3.5.tgz

New:
----
  opencryptoki-3.6.1.tgz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ openCryptoki.spec ++++++
--- /var/tmp/diff_new_pack.WveeyL/_old  2017-01-24 10:38:19.392474291 +0100
+++ /var/tmp/diff_new_pack.WveeyL/_new  2017-01-24 10:38:19.392474291 +0100
@@ -1,7 +1,7 @@
 #
 # spec file for package openCryptoki
 #
-# Copyright (c) 2016 SUSE LINUX GmbH, Nuernberg, Germany.
+# Copyright (c) 2017 SUSE LINUX GmbH, Nuernberg, Germany.
 #
 # All modifications and additions to the file contributed by third parties
 # remain the property of their copyright owners, unless otherwise agreed
@@ -54,7 +54,7 @@
 Summary:        An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM 
Cryptographic Hardware
 License:        IPL-1.0
 Group:          Productivity/Security
-Version:        3.5
+Version:        3.6.1
 Release:        0
 Source:         %{oc_cvs_tag}-%{version}.tgz
 Source1:        openCryptoki.pkcsslotd
@@ -63,15 +63,7 @@
 # Patch 1 is needed because group pkcs11 doesn't exist in the build environment
 # and because we don't want(?) various file and directory permissions to be 
0700.
 Patch1:         ocki-3.1-remove-make-install-chgrp.patch
-Patch2:         ocki-3.5-sanity-checking.patch
-Patch3:         ocki-3.5-icsf-reasoncode72-support.patch
-Patch4:         ocki-3.5-icsf-coverity-memoryleakfix.patch
-Patch5:         ocki-3.5-downgrade-syslogerror.patch
-Patch6:         ocki-3.5-icsf-sessionhandle-missing-fix.patch
-Patch7:         ocki-3.5-icsf-reasoncode-2028-added.patch
-Patch8:         ocki-3.5-added-NULLreturn-check.patch
-Patch9:         ocki-3.5-create-missing-tpm-token-lock-directory.patch
-Patch10:        ocki-3.5-fix-pkcscca-calls.patch
+Patch2:         ocki-3.5-icsf-coverity-memoryleakfix.patch
 
 Url:            https://sourceforge.net/projects/opencryptoki/
 BuildRoot:      %{_tmppath}/%{name}-%{version}-build
@@ -109,9 +101,9 @@
 
 %package 32bit
 Summary:        An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM 
Cryptographic Hardware
-Group:          Productivity/Security
 # this is needed to make sure the pkcs11 group exists before
 # installation:
+Group:          Productivity/Security
 PreReq:         openCryptoki
 ExclusiveArch:  %openCryptoki_32bit_arch
 
@@ -130,9 +122,9 @@
 
 %package 64bit
 Summary:        An Implementation of PKCS#11 (Cryptoki) v2.11 for IBM 
Cryptographic Hardware
-Group:          Productivity/Security
 # this is needed to make sure the pkcs11 group exists before
 # installation:
+Group:          Productivity/Security
 PreReq:         openCryptoki
 ExclusiveArch:  %openCryptoki_64bit_arch
 
@@ -152,14 +144,6 @@
 %setup -q -n %{oc_cvs_tag}
 %patch1 -p1
 %patch2 -p1
-%patch3 -p1
-%patch4 -p1
-%patch5 -p1
-%patch6 -p1
-%patch7 -p1
-%patch8 -p1
-%patch9 -p1
-%patch10 -p1
 
 cp %{SOURCE2} .
 

++++++ openCryptoki.pkcsslotd ++++++
--- /var/tmp/diff_new_pack.WveeyL/_old  2017-01-24 10:38:19.464464066 +0100
+++ /var/tmp/diff_new_pack.WveeyL/_new  2017-01-24 10:38:19.464464066 +0100
@@ -57,9 +57,6 @@
 
        echo -n "Starting pkcsslotd daemon:"
 
-        # Generate the configuration information
-        /usr/sbin/pkcs11_startup
-
        ## Start daemon with startproc(8). If this fails
        ## the echo return value is set appropriate.
 

++++++ opencryptoki-3.5.tgz -> opencryptoki-3.6.1.tgz ++++++
++++ 2432 lines of diff (skipped)


Reply via email to