Compare commits
No commits in common. "imports/c8s/openssl-ibmca-2.1.0-1.el8" and "c8" have entirely different histories.
imports/c8
...
c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/openssl-ibmca-2.1.0.tar.gz
|
SOURCES/openssl-ibmca-2.4.1.tar.gz
|
||||||
|
@ -1 +0,0 @@
|
|||||||
f8d23c0bf11a67b83be54b2b6cf6850bc988e8cd SOURCES/openssl-ibmca-2.1.0.tar.gz
|
|
@ -2,16 +2,17 @@
|
|||||||
|
|
||||||
Summary: A dynamic OpenSSL engine for IBMCA
|
Summary: A dynamic OpenSSL engine for IBMCA
|
||||||
Name: openssl-ibmca
|
Name: openssl-ibmca
|
||||||
Version: 2.1.0
|
Version: 2.4.1
|
||||||
Release: 1%{?dist}
|
Release: 1%{?dist}
|
||||||
License: ASL 2.0
|
License: ASL 2.0
|
||||||
Group: System Environment/Libraries
|
Group: System Environment/Libraries
|
||||||
URL: https://github.com/opencryptoki
|
URL: https://github.com/opencryptoki
|
||||||
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
||||||
Requires: libica >= 3.6.0
|
Requires: libica >= 3.8.0
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libica-devel >= 3.6.0
|
BuildRequires: libica-devel >= 3.8.0
|
||||||
BuildRequires: automake libtool
|
BuildRequires: automake libtool
|
||||||
|
BuildRequires: openssl
|
||||||
ExclusiveArch: s390 s390x
|
ExclusiveArch: s390 s390x
|
||||||
|
|
||||||
|
|
||||||
@ -26,7 +27,7 @@ A dynamic OpenSSL engine for IBMCA crypto hardware on IBM z Systems machines.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --libdir=%{enginesdir}
|
%configure --libdir=%{enginesdir} --with-libica-version=3
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -34,19 +35,63 @@ make %{?_smp_mflags}
|
|||||||
%make_install
|
%make_install
|
||||||
rm -f $RPM_BUILD_ROOT%{enginesdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{enginesdir}/*.la
|
||||||
|
|
||||||
pushd src
|
pushd src/engine
|
||||||
sed -e 's|/usr/local/lib|%{enginesdir}|' openssl.cnf.sample > openssl.cnf.sample.%{_arch}
|
sed -e 's|/usr/local/lib|%{enginesdir}|' openssl.cnf.sample > openssl.cnf.sample.%{_arch}
|
||||||
popd
|
popd
|
||||||
|
|
||||||
|
# remove generated sample configs
|
||||||
|
rm -rf %{buildroot}%{_datadir}/%{name}
|
||||||
|
|
||||||
|
|
||||||
|
%check
|
||||||
|
make check
|
||||||
|
|
||||||
|
|
||||||
%files
|
%files
|
||||||
%license LICENSE
|
%license LICENSE
|
||||||
%doc ChangeLog README.md src/openssl.cnf.sample.%{_arch}
|
%doc ChangeLog README.md src/engine/openssl.cnf.sample.%{_arch}
|
||||||
%{enginesdir}/ibmca.so
|
%{enginesdir}/ibmca.so
|
||||||
%{_mandir}/man5/ibmca.5*
|
%{_mandir}/man5/ibmca.5*
|
||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Oct 27 2023 Dan Horák <dhorak[at]redhat.com> - 2.4.1-1
|
||||||
|
- updated to 2.4.1 (RHEL-11410)
|
||||||
|
- Resolves: RHEL-11410
|
||||||
|
|
||||||
|
* Wed Jul 12 2023 Dan Horák <dhorak@redhat.com> - 2.4.0-2
|
||||||
|
- engine: Only register those algos specified with default_algorithms (#2221891)
|
||||||
|
- Resolves: #2221891
|
||||||
|
|
||||||
|
* Mon May 29 2023 Dan Horák <dhorak[at]redhat.com> - 2.4.0-1
|
||||||
|
- updated to 2.4.0 (#2159722)
|
||||||
|
- Resolves: #2159722
|
||||||
|
|
||||||
|
* Fri Jan 06 2023 Dan Horák <dhorak[at]redhat.com> - 2.3.1-1
|
||||||
|
- updated to 2.3.1 (#2110379)
|
||||||
|
- Resolves: #2110379
|
||||||
|
|
||||||
|
* Tue Mar 29 2022 Dan Horák <dhorak[at]redhat.com> - 2.3.0-1
|
||||||
|
- updated to 2.3.0 (#2043842)
|
||||||
|
- Resolves: #2043842
|
||||||
|
|
||||||
|
* Wed Oct 06 2021 Dan Horák <dhorak[at]redhat.com> - 2.2.1-1
|
||||||
|
- updated to 2.2.1 (#1984971)
|
||||||
|
- Resolves: #1984971
|
||||||
|
|
||||||
|
* Mon Aug 09 2021 Dan Horák <dhorak[at]redhat.com> - 2.2.0-2
|
||||||
|
- fix DSA and DH registration (#1989064)
|
||||||
|
- Resolves: #1989064
|
||||||
|
|
||||||
|
* Tue Jul 13 2021 Dan Horák <dhorak[at]redhat.com> - 2.2.0-1
|
||||||
|
- updated to 2.2.0 (#1919222)
|
||||||
|
- do not use libica software fallbacks (#1922204)
|
||||||
|
- Resolves: #1919222 #1922204
|
||||||
|
|
||||||
|
* Thu May 21 2020 Dan Horák <dhorak[at]redhat.com> - 2.1.1-1
|
||||||
|
- updated to 2.1.1 (#1780306)
|
||||||
|
- Resolves: #1780306
|
||||||
|
|
||||||
* Tue Nov 05 2019 Dan Horák <dhorak[at]redhat.com> - 2.1.0-1
|
* Tue Nov 05 2019 Dan Horák <dhorak[at]redhat.com> - 2.1.0-1
|
||||||
- updated to 2.1.0 (#1726242)
|
- updated to 2.1.0 (#1726242)
|
||||||
- Resolves: #1726242, #1723854
|
- Resolves: #1726242, #1723854
|
||||||
|
Loading…
Reference in New Issue
Block a user