2018-01-24 11:04:44 +00:00
|
|
|
%global enginesdir %(pkg-config --variable=enginesdir libcrypto)
|
|
|
|
|
2009-07-11 20:35:31 +00:00
|
|
|
Summary: A dynamic OpenSSL engine for IBMCA
|
|
|
|
Name: openssl-ibmca
|
2018-02-23 10:33:50 +00:00
|
|
|
Version: 1.4.1
|
|
|
|
Release: 1%{?dist}
|
2017-09-11 12:10:00 +00:00
|
|
|
License: ASL 2.0
|
2009-07-11 20:35:31 +00:00
|
|
|
Group: System Environment/Libraries
|
2017-09-11 12:10:00 +00:00
|
|
|
URL: https://github.com/opencryptoki
|
2018-01-24 11:04:44 +00:00
|
|
|
Source0: https://github.com/opencryptoki/%{name}/archive/v%{version}/%{name}-%{version}.tar.gz
|
2010-06-29 07:37:43 +00:00
|
|
|
# https://bugzilla.redhat.com/show_bug.cgi?id=584765
|
2018-01-24 11:04:44 +00:00
|
|
|
Patch0: %{name}-1.4.0-libica-soname.patch
|
2017-09-11 12:10:00 +00:00
|
|
|
Requires: libica >= 3.1.0
|
2018-02-23 15:44:23 +00:00
|
|
|
BuildRequires: gcc
|
2017-09-11 12:10:00 +00:00
|
|
|
BuildRequires: libica-devel >= 3.1.0
|
2012-04-20 08:48:18 +00:00
|
|
|
BuildRequires: automake libtool
|
2009-07-11 20:35:31 +00:00
|
|
|
ExclusiveArch: s390 s390x
|
|
|
|
|
2017-03-08 14:58:49 +00:00
|
|
|
|
2009-07-11 20:35:31 +00:00
|
|
|
%description
|
2017-09-11 12:10:00 +00:00
|
|
|
A dynamic OpenSSL engine for IBMCA crypto hardware on IBM z Systems machines.
|
2009-07-11 20:35:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
%prep
|
2018-01-24 11:04:44 +00:00
|
|
|
%autosetup -p1
|
2010-06-29 07:37:43 +00:00
|
|
|
|
2018-01-24 11:04:44 +00:00
|
|
|
./bootstrap.sh
|
2009-07-11 20:35:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
%build
|
2018-01-24 11:04:44 +00:00
|
|
|
%configure --libdir=%{enginesdir}
|
2009-07-11 20:35:31 +00:00
|
|
|
make %{?_smp_mflags}
|
|
|
|
|
|
|
|
|
|
|
|
%install
|
2018-01-24 11:04:44 +00:00
|
|
|
%make_install
|
|
|
|
rm -f $RPM_BUILD_ROOT%{enginesdir}/*.la
|
2017-03-08 14:58:49 +00:00
|
|
|
|
|
|
|
pushd src
|
|
|
|
sed -e 's|/usr/local/lib|%{enginesdir}|' openssl.cnf.sample > openssl.cnf.sample.%{_arch}
|
|
|
|
popd
|
2009-07-11 20:35:31 +00:00
|
|
|
|
2018-01-24 11:04:44 +00:00
|
|
|
|
2009-07-11 20:35:31 +00:00
|
|
|
%files
|
2018-01-24 11:04:44 +00:00
|
|
|
%license LICENSE
|
2017-09-11 12:10:00 +00:00
|
|
|
%doc ChangeLog README.md src/openssl.cnf.sample.%{_arch}
|
2018-01-24 11:04:44 +00:00
|
|
|
%{enginesdir}/ibmca.so
|
2017-03-08 14:58:49 +00:00
|
|
|
%{_mandir}/man5/ibmca.5*
|
2009-07-11 20:35:31 +00:00
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
2018-02-23 10:33:50 +00:00
|
|
|
* Fri Feb 23 2018 Dan Horák <dan@danny.cz> - 1.4.1-1
|
|
|
|
- updated to 1.4.1
|
|
|
|
|
2018-02-08 17:49:54 +00:00
|
|
|
* Thu Feb 08 2018 Fedora Release Engineering <releng@fedoraproject.org> - 1.4.0-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_28_Mass_Rebuild
|
|
|
|
|
2018-01-24 11:04:44 +00:00
|
|
|
* Wed Jan 24 2018 Dan Horák <dan@danny.cz> - 1.4.0-2
|
|
|
|
- update engine filename
|
|
|
|
- spec cleanup
|
|
|
|
|
2017-09-11 12:10:00 +00:00
|
|
|
* Mon Sep 11 2017 Dan Horák <dan@danny.cz> - 1.4.0-1
|
|
|
|
- updated to 1.4.0
|
|
|
|
|
2017-08-03 04:36:48 +00:00
|
|
|
* Thu Aug 03 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Binutils_Mass_Rebuild
|
|
|
|
|
2017-07-27 01:53:41 +00:00
|
|
|
* Thu Jul 27 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.3.1-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_27_Mass_Rebuild
|
|
|
|
|
2017-03-08 14:58:49 +00:00
|
|
|
* Wed Mar 08 2017 Dan Horák <dan@danny.cz> - 1.3.1-1
|
|
|
|
- updated to 1.3.1 and OpenSSL 1.1
|
|
|
|
|
2017-02-11 00:58:43 +00:00
|
|
|
* Sat Feb 11 2017 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-13
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_26_Mass_Rebuild
|
|
|
|
|
2016-02-04 11:34:39 +00:00
|
|
|
* Thu Feb 04 2016 Fedora Release Engineering <releng@fedoraproject.org> - 1.2.0-12
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_24_Mass_Rebuild
|
|
|
|
|
2015-06-18 00:06:43 +00:00
|
|
|
* Thu Jun 18 2015 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-11
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_23_Mass_Rebuild
|
|
|
|
|
2014-11-05 10:04:42 +00:00
|
|
|
* Wed Nov 05 2014 Dan Horák <dan@danny.cz> - 1.2.0-10
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_22_Mass_Rebuild
|
|
|
|
|
2014-06-07 17:02:26 +00:00
|
|
|
* Sat Jun 07 2014 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-9
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_21_Mass_Rebuild
|
|
|
|
|
2014-03-19 20:34:57 +00:00
|
|
|
* Wed Mar 19 2014 Dan Horák <dan[at]danny.cz - 1.2.0-8
|
|
|
|
- Set proper key signature flag (#1075474)
|
|
|
|
|
2014-03-14 11:52:55 +00:00
|
|
|
* Fri Mar 14 2014 Dan Horák <dan[at]danny.cz - 1.2.0-7
|
|
|
|
- Fix multilib conflict in sample config file (#1076423)
|
|
|
|
- Fixed message digest length definition in sha256 template (#1074976)
|
|
|
|
|
2013-08-03 15:50:47 +00:00
|
|
|
* Sat Aug 03 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-6
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_20_Mass_Rebuild
|
|
|
|
|
2013-02-14 09:29:22 +00:00
|
|
|
* Thu Feb 14 2013 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-5
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_19_Mass_Rebuild
|
|
|
|
|
2012-07-20 07:07:32 +00:00
|
|
|
* Fri Jul 20 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-4
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_18_Mass_Rebuild
|
|
|
|
|
2012-04-20 08:48:18 +00:00
|
|
|
* Fri Apr 20 2012 Dan Horák <dan[at]danny.cz - 1.2.0-3
|
|
|
|
- make the libica dependecies versioned
|
|
|
|
- fix segfaults in OFB mode (#749638)
|
|
|
|
|
2012-01-13 11:44:29 +00:00
|
|
|
* Fri Jan 13 2012 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.2.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_17_Mass_Rebuild
|
|
|
|
|
2011-07-07 11:52:06 +00:00
|
|
|
* Thu Jul 07 2011 Dan Horák <dan[at]danny.cz - 1.2.0-1
|
|
|
|
- update to 1.2.0
|
|
|
|
|
2011-02-09 03:34:41 +00:00
|
|
|
* Tue Feb 08 2011 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.1-3
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_15_Mass_Rebuild
|
|
|
|
|
2010-06-29 07:37:43 +00:00
|
|
|
* Thu Apr 22 2010 Dan Horák <dhorak@redhat.com> - 1.1-2
|
|
|
|
- fixed opening of the libica library (#584765)
|
|
|
|
- Resolves: #584765
|
|
|
|
|
|
|
|
* Thu Mar 4 2010 Dan Horák <dhorak@redhat.com> - 1.1-1
|
|
|
|
- rebased to 1.1 instead of patching
|
|
|
|
- Resolves: #568847
|
|
|
|
|
|
|
|
* Thu Feb 18 2010 Dan Horák <dhorak@redhat.com> - 1.0.0-5
|
|
|
|
- added patch with port to libica 2.x API
|
|
|
|
- Related: #543948
|
|
|
|
|
|
|
|
* Wed Feb 10 2010 Dan Horák <dhorak@redhat.com> - 1.0.0-4
|
|
|
|
- added explicit dependency on libica, because it's dlopened
|
|
|
|
- Related: #543948
|
|
|
|
|
|
|
|
* Tue Jan 12 2010 Dan Horák <dhorak@redhat.com> - 1.0.0-3
|
|
|
|
- rebuild
|
|
|
|
- Related: #543948
|
|
|
|
|
2009-07-25 20:54:30 +00:00
|
|
|
* Sat Jul 25 2009 Fedora Release Engineering <rel-eng@lists.fedoraproject.org> - 1.0.0-2
|
|
|
|
- Rebuilt for https://fedoraproject.org/wiki/Fedora_12_Mass_Rebuild
|
|
|
|
|
2009-07-11 20:35:31 +00:00
|
|
|
* Thu Jul 9 2009 Dan Horak <dan[at]danny.cz - 1.0.0-1
|
|
|
|
- update to final 1.0.0
|
|
|
|
- spec file cleanup
|
|
|
|
|
|
|
|
* Thu Jun 21 2007 Phil Knirsch <pknirsch@redhat.com> - 1.0.0rc2-1.el5.4
|
|
|
|
- Fixed several issues with failure of using ibmca engine (#227644)
|
|
|
|
|
|
|
|
* Tue Dec 12 2006 Phil Knirsch <pknirsch@redhat.com> - 1.0.0rc2-1.el5.3
|
|
|
|
- Added missing symlinks for libs (#215735)
|
|
|
|
- Added samle config file (#215735)
|
|
|
|
|
|
|
|
* Thu Nov 23 2006 Phil Knirsch <pknirsch@redhat.com> - 1.0.0rc2-1.el5.2
|
|
|
|
- Necessary fix so openssl finds the module properly (#215735)
|
|
|
|
|
|
|
|
* Thu May 11 2006 Phil Knirsch <pknirsch@redhat.com> - 1.0.0rc2
|
|
|
|
- Initial package.
|