|
|
|
@ -3,8 +3,8 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: mbedtls
|
|
|
|
|
Version: 2.16.8
|
|
|
|
|
Release: 2%{?dist}
|
|
|
|
|
Version: 2.16.9
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Light-weight cryptographic and SSL/TLS library
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://tls.mbed.org/
|
|
|
|
@ -15,6 +15,7 @@ BuildRequires: cmake
|
|
|
|
|
BuildRequires: doxygen
|
|
|
|
|
BuildRequires: graphviz
|
|
|
|
|
BuildRequires: perl-interpreter
|
|
|
|
|
BuildRequires: python3
|
|
|
|
|
|
|
|
|
|
# replace polarssl with mbedtls
|
|
|
|
|
|
|
|
|
@ -63,7 +64,7 @@ BuildArch: noarch
|
|
|
|
|
The %{name}-doc package contains documentation.
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
|
%autosetup -n %{name}-%{name}-%{version}
|
|
|
|
|
%autosetup
|
|
|
|
|
|
|
|
|
|
sed -i 's|//\(#define MBEDTLS_HAVEGE_C\)|\1|' include/mbedtls/config.h
|
|
|
|
|
sed -i 's|//\(#define MBEDTLS_THREADING_C\)|\1|' include/mbedtls/config.h
|
|
|
|
@ -112,6 +113,9 @@ mv $RPM_BUILD_ROOT%{_bindir} $RPM_BUILD_ROOT%{_libexecdir}/mbedtls
|
|
|
|
|
%doc apidoc/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Mon Dec 14 2020 Morten Stevens <mstevens@fedoraproject.org> - 2.16.9-1
|
|
|
|
|
- Update to 2.6.19
|
|
|
|
|
|
|
|
|
|
* Thu Oct 15 2020 Morten Stevens <mstevens@fedoraproject.org> - 2.16.8-2
|
|
|
|
|
- Drop support for pkcs11 and zlib
|
|
|
|
|
|
|
|
|
|