|
|
|
@ -2,17 +2,18 @@
|
|
|
|
|
|
|
|
|
|
Summary: Library for accessing ICA hardware crypto on IBM z Systems
|
|
|
|
|
Name: libica
|
|
|
|
|
Version: 4.3.0
|
|
|
|
|
Release: 3%{?dist}
|
|
|
|
|
License: CPL-1.0
|
|
|
|
|
Version: 4.1.1
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
License: CPL
|
|
|
|
|
URL: https://github.com/opencryptoki/
|
|
|
|
|
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
|
|
|
|
# annotate assembler source
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=1630582
|
|
|
|
|
# https://github.com/opencryptoki/libica/pull/24
|
|
|
|
|
Patch0: %{name}-4.0.0-annotate.patch
|
|
|
|
|
# post GA fixes
|
|
|
|
|
Patch1: %{name}-%{version}-fixes.patch
|
|
|
|
|
# fix permissions for shared memory segments
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2167364
|
|
|
|
|
Patch1: %{name}-4.1.1-shmem.patch
|
|
|
|
|
BuildRequires: gcc
|
|
|
|
|
BuildRequires: openssl-devel
|
|
|
|
|
BuildRequires: openssl
|
|
|
|
@ -52,6 +53,7 @@ sh ./bootstrap.sh
|
|
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=2084097
|
|
|
|
|
CPPFLAGS=-DNO_FIPS_CONFIG_LOAD
|
|
|
|
|
export CPPFLAGS
|
|
|
|
|
|
|
|
|
|
%configure --disable-static \
|
|
|
|
|
%if %{with_fips}
|
|
|
|
|
--enable-fips
|
|
|
|
@ -90,7 +92,6 @@ fi
|
|
|
|
|
%{_bindir}/icastats
|
|
|
|
|
%if %{with_fips}
|
|
|
|
|
%if 0%{?fedora} >= 36 || 0%{?rhel} >= 9
|
|
|
|
|
# openssl 3.0 is available since Fedora 36 and RHEL 9
|
|
|
|
|
%exclude %{_sysconfdir}/libica/openssl3-fips.cnf
|
|
|
|
|
%endif
|
|
|
|
|
%{_libdir}/.libica.*.hmac
|
|
|
|
@ -109,90 +110,47 @@ fi
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Oct 25 2024 MSVSphere Packaging Team <packager@msvsphere-os.ru> - 4.3.0-3
|
|
|
|
|
- Rebuilt for MSVSphere 10
|
|
|
|
|
|
|
|
|
|
* Tue Jun 25 2024 Dan Horák <dan[at]danny.cz> - 4.3.0-3
|
|
|
|
|
- add post GA fixes
|
|
|
|
|
- Resolves: RHEL-24117
|
|
|
|
|
|
|
|
|
|
* Mon Jun 24 2024 Troy Dawson <tdawson@redhat.com> - 4.3.0-2
|
|
|
|
|
- Bump release for June 2024 mass rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jan 31 2024 Dan Horák <dan[at]danny.cz> - 4.3.0-1
|
|
|
|
|
- updated to 4.3.0
|
|
|
|
|
|
|
|
|
|
* Thu Jan 25 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.3-4
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Sun Jan 21 2024 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.3-3
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_40_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri Oct 27 2023 Dan Horák <dan[at]danny.cz> - 4.2.3-2
|
|
|
|
|
- fix selfcheck in FIPS mode (RHEL-9918)
|
|
|
|
|
|
|
|
|
|
* Thu Sep 21 2023 Dan Horák <dan[at]danny.cz> - 4.2.3-1
|
|
|
|
|
- updated to 4.2.3
|
|
|
|
|
|
|
|
|
|
* Thu Jul 20 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_39_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Fri May 19 2023 Dan Horák <dan[at]danny.cz> - 4.2.2-1
|
|
|
|
|
- updated to 4.2.2
|
|
|
|
|
|
|
|
|
|
* Mon Feb 06 2023 Dan Horák <dan[at]danny.cz> - 4.2.1-1
|
|
|
|
|
- updated to 4.2.1
|
|
|
|
|
* Tue Feb 07 2023 Dan Horák <dhorak@redhat.com> - 4.1.1-2
|
|
|
|
|
- fix permissions for shared memory segments (#2167364)
|
|
|
|
|
- Resolves: #2167364
|
|
|
|
|
|
|
|
|
|
* Thu Jan 19 2023 Fedora Release Engineering <releng@fedoraproject.org> - 4.2.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_38_Mass_Rebuild
|
|
|
|
|
* Mon Oct 24 2022 Dan Horák <dhorak@redhat.com> - 4.1.1-1
|
|
|
|
|
- updated to 4.1.1 (#2110374)
|
|
|
|
|
- Resolves: #2110374
|
|
|
|
|
|
|
|
|
|
* Thu Dec 15 2022 Dan Horák <dan[at]danny.cz> - 4.2.0-1
|
|
|
|
|
- updated to 4.2.0
|
|
|
|
|
* Thu Jun 30 2022 Dan Horák <dhorak@redhat.com> - 4.0.2-1
|
|
|
|
|
- updated to 4.0.2 (#2101767)
|
|
|
|
|
- Resolves: #2101767
|
|
|
|
|
|
|
|
|
|
* Tue Oct 11 2022 Dan Horák <dan[at]danny.cz> - 4.1.1-1
|
|
|
|
|
- updated to 4.1.1
|
|
|
|
|
* Mon May 16 2022 Dan Horák <dhorak@redhat.com> - 4.0.1-2
|
|
|
|
|
- fix running in FIPS mode (#2084097)
|
|
|
|
|
- Resolves: #2084097
|
|
|
|
|
|
|
|
|
|
* Fri Sep 30 2022 Dan Horák <dan[at]danny.cz> - 4.1.0-1
|
|
|
|
|
- updated to 4.1.0
|
|
|
|
|
* Thu May 12 2022 Dan Horák <dhorak@redhat.com> - 4.0.1-1
|
|
|
|
|
- updated to 4.0.1 (#2044178)
|
|
|
|
|
- Resolves: #2044178 #2044174
|
|
|
|
|
|
|
|
|
|
* Tue Aug 16 2022 Dan Horák <dan[at]danny.cz> - 4.0.3-1
|
|
|
|
|
- updated to 4.0.3
|
|
|
|
|
* Tue Feb 01 2022 Dan Horák <dan[at]danny.cz> - 4.0.0-1
|
|
|
|
|
- updated to 4.0.0 (#2040237)
|
|
|
|
|
- Resolves: #2040237
|
|
|
|
|
|
|
|
|
|
* Thu Jul 21 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.2-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_37_Mass_Rebuild
|
|
|
|
|
* Mon Aug 09 2021 Mohan Boddu <mboddu@redhat.com> - 3.8.0-3
|
|
|
|
|
- Rebuilt for IMA sigs, glibc 2.34, aarch64 flags
|
|
|
|
|
Related: rhbz#1991688
|
|
|
|
|
|
|
|
|
|
* Fri Jun 24 2022 Dan Horák <dan[at]danny.cz> - 4.0.2-1
|
|
|
|
|
- updated to 4.0.2
|
|
|
|
|
* Wed Jun 16 2021 Florian Weimer <fweimer@redhat.com> - 3.8.0-2
|
|
|
|
|
- Rebuilt for RHEL 9 BETA for openssl 3.0
|
|
|
|
|
Related: rhbz#1971065
|
|
|
|
|
|
|
|
|
|
* Mon May 16 2022 Dan Horák <dan[at]danny.cz> - 4.0.1-2
|
|
|
|
|
- FIPS specific openssl config is not required in RHEL/Fedora
|
|
|
|
|
|
|
|
|
|
* Tue Feb 08 2022 Dan Horák <dan[at]danny.cz> - 4.0.1-1
|
|
|
|
|
- updated to 4.0.1
|
|
|
|
|
|
|
|
|
|
* Tue Feb 01 2022 Dan Horák <dan[at]danny.cz> - 4.0.0-3
|
|
|
|
|
- post GA fixes
|
|
|
|
|
|
|
|
|
|
* Thu Jan 20 2022 Fedora Release Engineering <releng@fedoraproject.org> - 4.0.0-2
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_36_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Thu Jan 13 2022 Dan Horák <dan[at]danny.cz> - 4.0.0-1
|
|
|
|
|
- updated to 4.0.0
|
|
|
|
|
|
|
|
|
|
* Thu Jul 22 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.8.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild
|
|
|
|
|
|
|
|
|
|
* Wed Jun 02 2021 Dan Horák <dan[at]danny.cz> - 3.8.0-4
|
|
|
|
|
- re-enable FIPS support
|
|
|
|
|
|
|
|
|
|
* Mon May 31 2021 Dan Horák <dan[at]danny.cz> - 3.8.0-3
|
|
|
|
|
* Fri May 21 2021 Dan Horák <dan[at]danny.cz> - 3.8.0-1
|
|
|
|
|
- updated to 3.8.0 (#1869532)
|
|
|
|
|
- eliminate SW fallback functions (#1924119)
|
|
|
|
|
- updated for OpenSSL 3.0 (#1952946)
|
|
|
|
|
- disable FIPS support (broken)
|
|
|
|
|
- Resolves: #1869532 #1924119 #1952946
|
|
|
|
|
|
|
|
|
|
* Mon May 24 2021 Dan Horák <dan[at]danny.cz> - 3.8.0-2
|
|
|
|
|
- conditionalize FIPS support
|
|
|
|
|
|
|
|
|
|
* Fri May 21 2021 Dan Horák <dan[at]danny.cz> - 3.8.0-1
|
|
|
|
|
- updated to 3.8.0
|
|
|
|
|
* Fri Apr 16 2021 Mohan Boddu <mboddu@redhat.com> - 3.7.0-6
|
|
|
|
|
- Rebuilt for RHEL 9 BETA on Apr 15th 2021. Related: rhbz#1947937
|
|
|
|
|
|
|
|
|
|
* Tue Jan 26 2021 Fedora Release Engineering <releng@fedoraproject.org> - 3.7.0-5
|
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_34_Mass_Rebuild
|
|
|
|
|