|
|
@ -3,8 +3,8 @@
|
|
|
|
%endif
|
|
|
|
%endif
|
|
|
|
|
|
|
|
|
|
|
|
Name: mbedtls
|
|
|
|
Name: mbedtls
|
|
|
|
Version: 2.28.5
|
|
|
|
Version: 2.28.7
|
|
|
|
Release: 4%{?dist}
|
|
|
|
Release: 1%{?dist}
|
|
|
|
Summary: Light-weight cryptographic and SSL/TLS library
|
|
|
|
Summary: Light-weight cryptographic and SSL/TLS library
|
|
|
|
License: Apache-2.0
|
|
|
|
License: Apache-2.0
|
|
|
|
URL: https://www.trustedfirmware.org/projects/mbed-tls
|
|
|
|
URL: https://www.trustedfirmware.org/projects/mbed-tls
|
|
|
@ -43,7 +43,7 @@ BuildArch: noarch
|
|
|
|
The %{name}-doc package contains documentation.
|
|
|
|
The %{name}-doc package contains documentation.
|
|
|
|
|
|
|
|
|
|
|
|
%prep
|
|
|
|
%prep
|
|
|
|
%autosetup -n mbedtls-mbedtls-2.28.5
|
|
|
|
%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
|
|
|
@ -95,6 +95,9 @@ chmod 755 %{buildroot}%{_libdir}/*.so.*
|
|
|
|
%doc apidoc/*
|
|
|
|
%doc apidoc/*
|
|
|
|
|
|
|
|
|
|
|
|
%changelog
|
|
|
|
%changelog
|
|
|
|
|
|
|
|
* Tue Feb 06 2024 Morten Stevens <mstevens@fedoraproject.org> - 2.28.7-1
|
|
|
|
|
|
|
|
- Update to 2.28.7
|
|
|
|
|
|
|
|
|
|
|
|
* Tue Feb 06 2024 Morten Stevens <mstevens@fedoraproject.org> - 2.28.5-4
|
|
|
|
* Tue Feb 06 2024 Morten Stevens <mstevens@fedoraproject.org> - 2.28.5-4
|
|
|
|
- Disabled testing due to build issues with GCC 14
|
|
|
|
- Disabled testing due to build issues with GCC 14
|
|
|
|
|
|
|
|
|
|
|
|