Accepting request 1102828 from security:tls
OBS-URL: https://build.opensuse.org/request/show/1102828 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/mbedtls?expand=0&rev=40
This commit is contained in:
commit
fe489b0cb0
4
_service
4
_service
@ -1,11 +1,11 @@
|
||||
<services>
|
||||
<service name="obs_scm" mode="disabled">
|
||||
<param name="versionformat">3.4.0</param>
|
||||
<param name="versionformat">3.4.1</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>
|
||||
<param name="revision">refs/tags/v3.4.1</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">1873d3bfc2da771672bd8e7e8f41f57e0af77f33</param></service></servicedata>
|
||||
<param name="changesrevision">72718dd87e087215ce9155a826ee5a66cfbe9631</param></service></servicedata>
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:52380a2cde928433485d9a3cf7766718e5859c13bf49613bde0536af4a0865ab
|
||||
size 37011981
|
3
mbedtls-3.4.1.obscpio
Normal file
3
mbedtls-3.4.1.obscpio
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1526f541c40b33c4e6bde0ee5e8bed223db26be376fee546f36ebb05e7a71cbe
|
||||
size 37190157
|
@ -1,3 +1,31 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Aug 07 12:37:11 UTC 2023 - info@paolostivanin.com
|
||||
|
||||
- Update to version 3.4.1:
|
||||
* Update more test dependencies when using test-ca.key
|
||||
* Update test dependencies when using test-ca.key
|
||||
* Add _build/ and api/ to gitignore
|
||||
* Clean the breathe-apidoc files with make clean
|
||||
* Revert "Add exemption for make.bat in checks for tabs"
|
||||
* Remove make.bat for documentation
|
||||
* Improve docs Makefile to do full build
|
||||
* Improve positioning of GENERATE_XML option
|
||||
* Remove Exhale from requirements and regenerate
|
||||
* Add exemption for make.bat in checks for tabs
|
||||
* Ignore mbedtls macros causing warnings
|
||||
* Add configuration for Read The Docs
|
||||
* Add initial API doc configuration
|
||||
* Tell Doxygen to generate XML
|
||||
* Add space to appease doxygen bug
|
||||
* Announce a release for Friday
|
||||
* Prepare changelog for release
|
||||
* Bump version to 3.4.1
|
||||
* Write changelog entry for the test data update
|
||||
* Update failing unit tests to use the moved data files
|
||||
* Copy test certificates files from development
|
||||
* Add changelog entry
|
||||
* Support compilation using CLang on Windows
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 29 17:41:24 UTC 2023 - Arjen de Korte <suse+build@de-korte.org>
|
||||
|
||||
|
@ -1,4 +1,4 @@
|
||||
name: mbedtls
|
||||
version: 3.4.0
|
||||
mtime: 1679936728
|
||||
commit: 1873d3bfc2da771672bd8e7e8f41f57e0af77f33
|
||||
version: 3.4.1
|
||||
mtime: 1691060708
|
||||
commit: 72718dd87e087215ce9155a826ee5a66cfbe9631
|
||||
|
@ -20,7 +20,7 @@
|
||||
%define lib_crypto libmbedcrypto14
|
||||
%define lib_x509 libmbedx509-5
|
||||
Name: mbedtls
|
||||
Version: 3.4.0
|
||||
Version: 3.4.1
|
||||
Release: 0
|
||||
Summary: Libraries for crypto and SSL/TLS protocols
|
||||
License: Apache-2.0
|
||||
|
Loading…
Reference in New Issue
Block a user