From 8fed7da26d0d410e451bdb7f3c19b8a52287c330 Mon Sep 17 00:00:00 2001 From: Joerg Schmidbauer Date: Mon, 8 Jan 2024 11:24:04 +0100 Subject: [PATCH] New libica version 4.3.0 [FEATURE] New API function ica_allow_external_gcm_iv_in_fips_mode [PATCH] bug fixes Signed-off-by: Joerg Schmidbauer --- ChangeLog | 3 +++ configure.ac | 2 +- libica.spec | 2 +- src/Makefile.am | 2 +- 4 files changed, 6 insertions(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 4c52dfc2..ad63b008 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +v4.3.0 + [FEATURE] New API function ica_allow_external_gcm_iv_in_fips_mode + [PATCH] bug fixes v4.2.3 [PATCH] Add OPENSSL_init_crypto in libica constructor [PATCH] remove deprecated ioctl Z90STAT_STATUS_MASK diff --git a/configure.ac b/configure.ac index 0482e8f0..e72b0e33 100644 --- a/configure.ac +++ b/configure.ac @@ -1,4 +1,4 @@ -AC_INIT([libica], [4.2.3], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica]) +AC_INIT([libica], [4.3.0], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica]) # save cmdline flags cmdline_CFLAGS="$CFLAGS" diff --git a/libica.spec b/libica.spec index 8a06508b..f6506f44 100644 --- a/libica.spec +++ b/libica.spec @@ -1,5 +1,5 @@ Name: libica -Version: 4.2.3 +Version: 4.3.0 Release: 1%{?dist} Summary: Interface library to the ICA device driver diff --git a/src/Makefile.am b/src/Makefile.am index 2a5a719e..df0cc5f7 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1,4 +1,4 @@ -VERSION = 4:2:3 +VERSION = 4:3:0 AM_CFLAGS = @FLAGS@ MAJOR := `echo $(VERSION) | cut -d: -f1`