diff --git a/libica-4.1.1.tar.gz b/libica-4.1.1.tar.gz deleted file mode 100644 index a935b30..0000000 --- a/libica-4.1.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:1abb8a2d0dd061dc7741f02a26b07ec897309e60a3866d20c4f1bf6c094d4706 -size 559797 diff --git a/libica-4.2.0.tar.gz b/libica-4.2.0.tar.gz new file mode 100644 index 0000000..72006d9 --- /dev/null +++ b/libica-4.2.0.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d600e331dcf508ef43871660dac2de894de14b67c228efe5c2cc6a5f6527d524 +size 969407 diff --git a/libica.changes b/libica.changes index 0d97e1f..c157ad9 100644 --- a/libica.changes +++ b/libica.changes @@ -1,3 +1,16 @@ +------------------------------------------------------------------- +Mon Jan 16 13:00:34 UTC 2023 - Marcus Meissner + +- Upgrade to version 4.2.0 (jsc#PED-581, bsc#1202365). + - [FEATURE] Display build info via icainfo -v + - [FEATURE] New API function ica_get_build_version() + - [FEATURE] Display fips indication via icainfo -f + - [FEATURE] New API function ica_get_fips_indicator() + - [FEATURE] New API function ica_aes_gcm_initialize_fips() + - [FEATURE] New API function ica_aes_gcm_kma_get_iv() + - [FEATURE] New API function ica_get_msa_level() + - [PATCH] icainfo: check for malloc error when getting functionlist + ------------------------------------------------------------------- Tue Oct 11 20:32:12 UTC 2022 - Mark Post diff --git a/libica.spec b/libica.spec index ff08ccd..c86e5df 100644 --- a/libica.spec +++ b/libica.spec @@ -1,7 +1,7 @@ # # spec file for package libica # -# Copyright (c) 2018-2022 SUSE LLC +# Copyright (c) 2018-2023 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -22,7 +22,7 @@ %endif Name: libica -Version: 4.1.1 +Version: 4.2.0 Release: 0 Summary: Library interface for the IBM Cryptographic Accelerator device driver License: CPL-1.0 @@ -116,8 +116,9 @@ the libica library. autoreconf --force --install %configure CPPFLAGS="-Iinclude -fPIC" CFLAGS="%{optflags} -fPIC" \ --enable-fips + %make_build clean -%make_build FIPSHMAC=fipshmac +%make_build FIPSHMAC=fipshmac BUILD_VERSION="FIPS-SUSE-%version-%release" %define major %(echo %{version} | sed -e 's/[.].*//')