Accepting request 1164274 from home:Guillaume_G:branches:security:tls
- Update to version 3.6.0 (new LTS) OBS-URL: https://build.opensuse.org/request/show/1164274 OBS-URL: https://build.opensuse.org/package/show/security:tls/mbedtls?expand=0&rev=49
This commit is contained in:
parent
e73d121589
commit
2a38dfcabe
4
_service
4
_service
@ -1,11 +1,11 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="manual">
|
||||
<param name="versionformat">3.5.2</param>
|
||||
<param name="versionformat">3.6.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.5.2</param>
|
||||
<param name="revision">refs/tags/v3.6.0</param>
|
||||
</service>
|
||||
<service name="tar" mode="buildtime"/>
|
||||
<service name="recompress" mode="buildtime">
|
||||
|
@ -1,4 +1,4 @@
|
||||
<servicedata>
|
||||
<service name="tar_scm">
|
||||
<param name="url">https://github.com/Mbed-TLS/mbedtls.git</param>
|
||||
<param name="changesrevision">daca7a3979c22da155ec9dce49ab1abf3b65d3a9</param></service></servicedata>
|
||||
<param name="changesrevision">2ca6c285a0dd3f33982dd57299012dacab1ff206</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:347e7c72f46473a8e990a4439d9309feb7dac429b9f6d4acf4782dae3ff65d8d
|
||||
size 43192333
|
3
mbedtls-3.6.0.obscpio
Normal file
3
mbedtls-3.6.0.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a5dba8daab0f28e6a5b99734f7f562bbe68c8853b3df5234a03a3cc59b6d7aba
|
||||
size 44750861
|
2672
mbedtls.changes
2672
mbedtls.changes
File diff suppressed because it is too large
Load Diff
@ -1,4 +1,4 @@
|
||||
name: mbedtls
|
||||
version: 3.5.2
|
||||
mtime: 1706089751
|
||||
commit: daca7a3979c22da155ec9dce49ab1abf3b65d3a9
|
||||
version: 3.6.0
|
||||
mtime: 1711465082
|
||||
commit: 2ca6c285a0dd3f33982dd57299012dacab1ff206
|
||||
|
@ -16,13 +16,13 @@
|
||||
#
|
||||
|
||||
|
||||
%define lib_tls libmbedtls20
|
||||
%define lib_crypto libmbedcrypto15
|
||||
%define lib_x509 libmbedx509-6
|
||||
%define lib_tls libmbedtls21
|
||||
%define lib_crypto libmbedcrypto16
|
||||
%define lib_x509 libmbedx509-7
|
||||
%define lib_everest libeverest
|
||||
%define lib_p256m libp256m
|
||||
Name: mbedtls
|
||||
Version: 3.5.2
|
||||
Version: 3.6.0
|
||||
Release: 0
|
||||
Summary: Libraries for crypto and SSL/TLS protocols
|
||||
License: Apache-2.0 OR GPL-2.0-or-later
|
||||
@ -150,6 +150,7 @@ LD_LIBRARY_PATH=%{buildroot}%{_libdir} \
|
||||
%{_libdir}/libmbedtls.so
|
||||
%{_libdir}/libmbedcrypto.so
|
||||
%{_libdir}/libmbedx509.so
|
||||
%{_libdir}/pkgconfig/*.pc
|
||||
|
||||
%files -n %{lib_tls}
|
||||
%license LICENSE
|
||||
|
Loading…
Reference in New Issue
Block a user