Accepting request 1083494 from security:tls
- Update to version 3.4.0: * psa_util: fix for correctly computing elements in array * Add generated files * Update BRANCHES.md * Bump library, libcrypto and libx509 versions * Assemble Changelog for 3.4.0 release * Add security entry to ChangeLog for AES-NI * Add security entry to ChangeLog for AES-CE * Add TLS1.2 Opaque ECJPAKE changelog entry - Switch to scm service OBS-URL: https://build.opensuse.org/request/show/1083494 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mbedtls?expand=0&rev=37
This commit is contained in:
commit
7f2aa3152f
17
_service
Normal file
17
_service
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
<services>
|
||||||
|
<service name="obs_scm" mode="disabled">
|
||||||
|
<param name="versionformat">3.4.0</param>
|
||||||
|
<param name="url">https://github.com/Mbed-TLS/mbedtls.git</param>
|
||||||
|
<param name="scm">git</param>
|
||||||
|
<param name="changesgenerate">enable</param>
|
||||||
|
<param name="exclude">.*</param>
|
||||||
|
<param name="revision">refs/tags/v3.4.0</param>
|
||||||
|
</service>
|
||||||
|
<service name="tar" mode="buildtime"/>
|
||||||
|
<service name="recompress" mode="buildtime">
|
||||||
|
<param name="compression">gz</param>
|
||||||
|
<param name="file">*.tar</param>
|
||||||
|
</service>
|
||||||
|
<service name="set_version" mode="disabled">
|
||||||
|
</service>
|
||||||
|
</services>
|
4
_servicedata
Normal file
4
_servicedata
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
<servicedata>
|
||||||
|
<service name="tar_scm">
|
||||||
|
<param name="url">https://github.com/Mbed-TLS/mbedtls.git</param>
|
||||||
|
<param name="changesrevision">1873d3bfc2da771672bd8e7e8f41f57e0af77f33</param></service></servicedata>
|
@ -1,3 +1,3 @@
|
|||||||
libmbedtls14
|
libmbedtls19
|
||||||
libmbedx509-1
|
libmbedx509-5
|
||||||
libmbedcrypto7
|
libmbedcrypto14
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:bc55232bf71fd66045122ba9050a29ea7cb2e8f99b064a9e6334a82f715881a0
|
|
||||||
size 3934658
|
|
3
mbedtls-3.4.0.obscpio
Normal file
3
mbedtls-3.4.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:52380a2cde928433485d9a3cf7766718e5859c13bf49613bde0536af4a0865ab
|
||||||
|
size 37011981
|
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Fri Apr 28 08:25:31 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
- Update to version 3.4.0:
|
||||||
|
* psa_util: fix for correctly computing elements in array
|
||||||
|
* Add generated files
|
||||||
|
* Update BRANCHES.md
|
||||||
|
* Bump library, libcrypto and libx509 versions
|
||||||
|
* Assemble Changelog for 3.4.0 release
|
||||||
|
* Add security entry to ChangeLog for AES-NI
|
||||||
|
* Add security entry to ChangeLog for AES-CE
|
||||||
|
* Add TLS1.2 Opaque ECJPAKE changelog entry
|
||||||
|
- Switch to scm service
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Wed Mar 8 11:38:26 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
Wed Mar 8 11:38:26 UTC 2023 - Martin Pluskal <mpluskal@suse.com>
|
||||||
|
|
||||||
|
4
mbedtls.obsinfo
Normal file
4
mbedtls.obsinfo
Normal file
@ -0,0 +1,4 @@
|
|||||||
|
name: mbedtls
|
||||||
|
version: 3.4.0
|
||||||
|
mtime: 1679936728
|
||||||
|
commit: 1873d3bfc2da771672bd8e7e8f41f57e0af77f33
|
18
mbedtls.spec
18
mbedtls.spec
@ -1,7 +1,7 @@
|
|||||||
#
|
#
|
||||||
# spec file for package mbedtls
|
# spec file for package mbedtls
|
||||||
#
|
#
|
||||||
# Copyright (c) 2022 SUSE LLC
|
# Copyright (c) 2023 SUSE LLC
|
||||||
#
|
#
|
||||||
# All modifications and additions to the file contributed by third parties
|
# All modifications and additions to the file contributed by third parties
|
||||||
# remain the property of their copyright owners, unless otherwise agreed
|
# remain the property of their copyright owners, unless otherwise agreed
|
||||||
@ -16,17 +16,17 @@
|
|||||||
#
|
#
|
||||||
|
|
||||||
|
|
||||||
%define lib_tls libmbedtls14
|
%define lib_tls libmbedtls19
|
||||||
%define lib_crypto libmbedcrypto7
|
%define lib_crypto libmbedcrypto14
|
||||||
%define lib_x509 libmbedx509-1
|
%define lib_x509 libmbedx509-5
|
||||||
Name: mbedtls
|
Name: mbedtls
|
||||||
Version: 2.28.2
|
Version: 3.4.0
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Libraries for crypto and SSL/TLS protocols
|
Summary: Libraries for crypto and SSL/TLS protocols
|
||||||
License: Apache-2.0
|
License: Apache-2.0
|
||||||
Group: Development/Libraries/C and C++
|
Group: Development/Libraries/C and C++
|
||||||
URL: https://tls.mbed.org
|
URL: https://tls.mbed.org
|
||||||
Source: https://github.com/ARMmbed/mbedtls/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
Source: %{name}-%{version}.tar.gz
|
||||||
Source99: baselibs.conf
|
Source99: baselibs.conf
|
||||||
BuildRequires: cmake
|
BuildRequires: cmake
|
||||||
BuildRequires: ninja
|
BuildRequires: ninja
|
||||||
@ -89,10 +89,6 @@ SSL/TLS protocol suite.
|
|||||||
|
|
||||||
%prep
|
%prep
|
||||||
%autosetup -p1
|
%autosetup -p1
|
||||||
sed -i 's|//\(#define MBEDTLS_ZLIB_SUPPORT\)|\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_PTHREAD\)|\1|' include/mbedtls/config.h
|
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%define __builder ninja
|
%define __builder ninja
|
||||||
@ -132,6 +128,8 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
|
|||||||
%doc ChangeLog README.md
|
%doc ChangeLog README.md
|
||||||
%dir %{_includedir}/mbedtls
|
%dir %{_includedir}/mbedtls
|
||||||
%dir %{_includedir}/psa
|
%dir %{_includedir}/psa
|
||||||
|
%dir %{_libdir}/cmake/MbedTLS
|
||||||
|
%{_libdir}/cmake/MbedTLS/*
|
||||||
%{_includedir}/mbedtls/*.h
|
%{_includedir}/mbedtls/*.h
|
||||||
%{_includedir}/psa/*.h
|
%{_includedir}/psa/*.h
|
||||||
%{_libdir}/libmbedtls.so
|
%{_libdir}/libmbedtls.so
|
||||||
|
Loading…
Reference in New Issue
Block a user