forked from pool/openssl-ibmca
Accepting request 1117655 from security:tls
OBS-URL: https://build.opensuse.org/request/show/1117655 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/openssl-ibmca?expand=0&rev=48
This commit is contained in:
commit
a2b4c89bce
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:050b7b3d340b18ba1301ead114026d90edf4458d3a7673dbcc44536fc43314a0
|
||||
size 213358
|
BIN
openssl-ibmca-2.4.1.tar.gz
(Stored with Git LFS)
Normal file
BIN
openssl-ibmca-2.4.1.tar.gz
(Stored with Git LFS)
Normal file
Binary file not shown.
@ -1,12 +0,0 @@
|
||||
--- openssl-ibmca-2.3.1/src/engine/e_ibmca.c.xx 2023-04-19 10:36:53.514635802 +0200
|
||||
+++ openssl-ibmca-2.3.1/src/engine/e_ibmca.c 2023-04-19 10:39:01.678265739 +0200
|
||||
@@ -642,6 +642,9 @@
|
||||
if (!ENGINE_set_pkey_meths(e, ibmca_engine_pkey_meths))
|
||||
goto out;
|
||||
|
||||
+ if (!ENGINE_set_flags(e, ENGINE_FLAGS_NO_REGISTER_ALL))
|
||||
+ goto out;
|
||||
+
|
||||
rc = 1;
|
||||
out:
|
||||
free(pmech_list);
|
@ -1,3 +1,22 @@
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 13 10:39:42 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
- Removed an obsolete patch (implemented in the version 2.4.1)
|
||||
* openssl-ibmca-engine-noregister.patch
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 6 06:35:00 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
- Upgrade to version 2.4.1 (jsc#PED-5422)
|
||||
* Provider: Change the default log directory to /tmp
|
||||
* Bug fixes
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 22 07:20:32 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
- Updated the .spec file, amended to use libica4 instead of libica
|
||||
* Requires: libica4 >= 4
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Tue May 2 07:49:24 UTC 2023 - Nikolay Gueorguiev <nikolay.gueorguiev@suse.com>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
|
||||
|
||||
Name: openssl-ibmca
|
||||
Version: 2.4.0
|
||||
Version: 2.4.1
|
||||
Release: 0
|
||||
Summary: The IBMCA OpenSSL dynamic engine
|
||||
License: Apache-2.0
|
||||
@ -30,15 +30,12 @@ URL: https://github.com/opencryptoki/openssl-ibmca
|
||||
Source: https://github.com/opencryptoki/%{name}/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
Source1: engine_section.txt
|
||||
###
|
||||
Patch001: openssl-ibmca-engine-noregister.patch
|
||||
###
|
||||
BuildRequires: autoconf
|
||||
BuildRequires: automake
|
||||
BuildRequires: libica >= 4.0.0
|
||||
BuildRequires: libica-devel >= 4.0.0
|
||||
BuildRequires: libica-tools >= 4.0.0
|
||||
BuildRequires: libtool
|
||||
Requires: libica >= 4.0.0
|
||||
Requires: libica4 >= 4
|
||||
%if %{openssl3}
|
||||
BuildRequires: openssl-devel > 3.0.0
|
||||
Requires: openssl > 3.0.0
|
||||
|
Loading…
Reference in New Issue
Block a user