Skip to content

Commit

Permalink
New libica version 4.2.3
Browse files Browse the repository at this point in the history
[PATCH] Add OPENSSL_init_crypto in libica constructor
[PATCH] remove deprecated ioctl Z90STAT_STATUS_MASK
[PATCH] bug fixes

Signed-off-by: Joerg Schmidbauer <[email protected]>
  • Loading branch information
jschmidb committed Sep 20, 2023
1 parent 9220958 commit e46530f
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v4.2.3
[PATCH] Add OPENSSL_init_crypto in libica constructor
[PATCH] remove deprecated ioctl Z90STAT_STATUS_MASK
[PATCH] bug fixes
v4.2.2
[UPDATE] syslog msgs only in error cases
[UPDATE] don't count statistics in fips power-on self tests
Expand Down
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
AC_INIT([libica], [4.2.2], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])
AC_INIT([libica], [4.2.3], [https://github.com/opencryptoki/libica/issues],, [https://github.com/opencryptoki/libica])

# save cmdline flags
cmdline_CFLAGS="$CFLAGS"
Expand Down
2 changes: 1 addition & 1 deletion libica.spec
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: libica
Version: 4.2.2
Version: 4.2.3
Release: 1%{?dist}
Summary: Interface library to the ICA device driver

Expand Down
2 changes: 1 addition & 1 deletion src/Makefile.am
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 4:2:2
VERSION = 4:2:3

AM_CFLAGS = @FLAGS@
MAJOR := `echo $(VERSION) | cut -d: -f1`
Expand Down
2 changes: 1 addition & 1 deletion src/icainfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
#else
#define CMD_NAME "icainfo"
#endif
#define COPYRIGHT "Copyright IBM Corp. 2007, 2022."
#define COPYRIGHT "Copyright IBM Corp. 2007-2023."

#define CELL_SIZE 3

Expand Down
2 changes: 1 addition & 1 deletion src/icastats.c
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include "icastats.h"

#define CMD_NAME "icastats"
#define COPYRIGHT "Copyright IBM Corp. 2009-2021"
#define COPYRIGHT "Copyright IBM Corp. 2009-2023"

void print_version(void)
{
Expand Down

0 comments on commit e46530f

Please sign in to comment.