Compare commits
No commits in common. "c8" and "imports/c8-beta/openssl-ibmca-2.0.3-1.el8" have entirely different histories.
c8
...
imports/c8
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1 @@
|
|||||||
SOURCES/openssl-ibmca-2.4.1.tar.gz
|
SOURCES/openssl-ibmca-2.0.3.tar.gz
|
||||||
|
1
.openssl-ibmca.metadata
Normal file
1
.openssl-ibmca.metadata
Normal file
@ -0,0 +1 @@
|
|||||||
|
0f2d24985223ed819aad6b398f64ab11e914d074 SOURCES/openssl-ibmca-2.0.3.tar.gz
|
@ -2,17 +2,16 @@
|
|||||||
|
|
||||||
Summary: A dynamic OpenSSL engine for IBMCA
|
Summary: A dynamic OpenSSL engine for IBMCA
|
||||||
Name: openssl-ibmca
|
Name: openssl-ibmca
|
||||||
Version: 2.4.1
|
Version: 2.0.3
|
||||||
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.8.0
|
Requires: libica >= 3.3.0
|
||||||
BuildRequires: gcc
|
BuildRequires: gcc
|
||||||
BuildRequires: libica-devel >= 3.8.0
|
BuildRequires: libica-devel >= 3.3.0
|
||||||
BuildRequires: automake libtool
|
BuildRequires: automake libtool
|
||||||
BuildRequires: openssl
|
|
||||||
ExclusiveArch: s390 s390x
|
ExclusiveArch: s390 s390x
|
||||||
|
|
||||||
|
|
||||||
@ -27,7 +26,7 @@ A dynamic OpenSSL engine for IBMCA crypto hardware on IBM z Systems machines.
|
|||||||
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%configure --libdir=%{enginesdir} --with-libica-version=3
|
%configure --libdir=%{enginesdir}
|
||||||
make %{?_smp_mflags}
|
make %{?_smp_mflags}
|
||||||
|
|
||||||
|
|
||||||
@ -35,67 +34,19 @@ make %{?_smp_mflags}
|
|||||||
%make_install
|
%make_install
|
||||||
rm -f $RPM_BUILD_ROOT%{enginesdir}/*.la
|
rm -f $RPM_BUILD_ROOT%{enginesdir}/*.la
|
||||||
|
|
||||||
pushd src/engine
|
pushd src
|
||||||
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/engine/openssl.cnf.sample.%{_arch}
|
%doc ChangeLog README.md src/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
|
|
||||||
- updated to 2.1.0 (#1726242)
|
|
||||||
- Resolves: #1726242, #1723854
|
|
||||||
|
|
||||||
* Mon Apr 29 2019 Dan Horák <dhorak[at]redhat.com> - 2.0.3-1
|
* Mon Apr 29 2019 Dan Horák <dhorak[at]redhat.com> - 2.0.3-1
|
||||||
- updated to 2.0.3 (#1666622)
|
- updated to 2.0.3 (#1666622)
|
||||||
- Resolves: #1666622 #1659427 #1683099
|
- Resolves: #1666622 #1659427 #1683099
|
||||||
|
Loading…
Reference in New Issue
Block a user