|
|
|
@ -3,12 +3,12 @@
|
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
Name: mbedtls
|
|
|
|
|
Version: 2.28.1
|
|
|
|
|
Version: 2.28.2
|
|
|
|
|
Release: 1%{?dist}
|
|
|
|
|
Summary: Light-weight cryptographic and SSL/TLS library
|
|
|
|
|
License: ASL 2.0
|
|
|
|
|
URL: https://tls.mbed.org/
|
|
|
|
|
Source0: https://tls.mbed.org/download/%{name}-%{version}.tar.gz
|
|
|
|
|
License: Apache-2.0
|
|
|
|
|
URL: https://www.trustedfirmware.org/projects/mbed-tls
|
|
|
|
|
Source0: https://github.com/Mbed-TLS/%{name}/archive/refs/tags/v%{version}.tar.gz
|
|
|
|
|
|
|
|
|
|
BuildRequires: make
|
|
|
|
|
BuildRequires: gcc-c++
|
|
|
|
@ -95,6 +95,10 @@ chmod 755 %{buildroot}%{_libdir}/*.so.*
|
|
|
|
|
%doc apidoc/*
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
|
* Fri Dec 16 2022 Benson Muite <benson_muite@emailplus.org> - 2.28.2-1
|
|
|
|
|
- Update to 2.28.2
|
|
|
|
|
- Update URLs
|
|
|
|
|
|
|
|
|
|
* Sat Oct 22 2022 Morten Stevens <mstevens@fedoraproject.org> - 2.28.1-1
|
|
|
|
|
- Update to 2.28.1
|
|
|
|
|
|
|
|
|
|