Skip to content

Commit 727304a

Browse files
committed
Update to version 2.4.1
Signed-off-by: Ingo Franzki <ifranzki@linux.ibm.com>
1 parent 2262b3d commit 727304a

File tree

6 files changed

+10
-6
lines changed

6 files changed

+10
-6
lines changed

ChangeLog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
* openssl-ibmca 2.4.1
2+
- Provider: Change the default log directory to /tmp
3+
- Bug fixes
4+
15
* openssl-ibmca 2.4.0
26
- Provider: Adjustments for OpenSSL versions 3.1 and 3.2
37
- Provider: Support RSA blinding

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33
# See autoconf and autoscan online documentation for details.
44

5-
AC_INIT([openssl-ibmca], [2.4.0], [https://github.com/opencryptoki/openssl-ibmca/issues],[],[https://github.com/opencryptoki/openssl-ibmca])
5+
AC_INIT([openssl-ibmca], [2.4.1], [https://github.com/opencryptoki/openssl-ibmca/issues],[],[https://github.com/opencryptoki/openssl-ibmca])
66
AC_CONFIG_SRCDIR([src/engine/e_ibmca.c]) # sanity check
77
AC_CONFIG_MACRO_DIR([m4])
88
AC_CONFIG_AUX_DIR([build-aux])

openssl-ibmca-provider.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
# %global modulesdir %(pkg-config --variable=modulesdir libcrypto)
66

77
Name: openssl-ibmca
8-
Version: 2.4.0
8+
Version: 2.4.1
99
Release: 1%{?dist}
1010
Summary: An IBMCA OpenSSL dynamic provider
1111

openssl-ibmca.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
22

33
Name: openssl-ibmca
4-
Version: 2.4.0
4+
Version: 2.4.1
55
Release: 1%{?dist}
66
Summary: An IBMCA OpenSSL dynamic engine
77

src/engine/Makefile.am

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
VERSION = 2:4:0
1+
VERSION = 2:4:1
22

33
lib_LTLIBRARIES=ibmca.la
44

src/provider/Makefile.am

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION = 2:4:0
2-
VERSION_STR = 2.4.0
1+
VERSION = 2:4:1
2+
VERSION_STR = 2.4.1
33

44
lib_LTLIBRARIES=ibmca-provider.la
55

0 commit comments

Comments
 (0)