Update to 2.6.19

epel9
Morten Stevens 4 years ago
parent 91692783d3
commit 1575d16369

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

Loading…
Cancel
Save