mbedtls: update to 3.6.2.

This commit is contained in:
John 2024-11-24 13:09:48 +01:00 committed by John Zimmermann
parent b694c78b60
commit 759ebf5a1c
1 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,8 @@
# Template file for 'mbedtls' # Template file for 'mbedtls'
pkgname=mbedtls pkgname=mbedtls
version=3.6.0 version=3.6.2
revision=1 revision=1
_framework_ver=750634d3a51eb9d61b59fd5d801546927c946588 _framework_ver=d9a70c758a5a511020240bbcc86f6d647d64fe96
build_style=cmake build_style=cmake
configure_args="-DENABLE_TESTING=1 -DUSE_SHARED_MBEDTLS_LIBRARY=1" configure_args="-DENABLE_TESTING=1 -DUSE_SHARED_MBEDTLS_LIBRARY=1"
hostmakedepends="python3 perl" hostmakedepends="python3 perl"
@ -13,8 +13,8 @@ homepage="https://tls.mbed.org/"
changelog="https://raw.githubusercontent.com/ARMmbed/mbedtls/mbedtls-${version%.*}/ChangeLog" changelog="https://raw.githubusercontent.com/ARMmbed/mbedtls/mbedtls-${version%.*}/ChangeLog"
distfiles="https://github.com/ARMmbed/mbedtls/archive/refs/tags/v${version}.tar.gz distfiles="https://github.com/ARMmbed/mbedtls/archive/refs/tags/v${version}.tar.gz
https://github.com/Mbed-TLS/mbedtls-framework/archive/${_framework_ver}.tar.gz>framework-${_framework_ver}.tar.gz" https://github.com/Mbed-TLS/mbedtls-framework/archive/${_framework_ver}.tar.gz>framework-${_framework_ver}.tar.gz"
checksum="32c500e73ee878e193e7d66bf5e4c34fb42bb968a6c9f9488aa466b16f6f3bff checksum="f4a876b1f6921ad0aefb445f974ef62414d33928640b2c45555c5e64a196a1a8
4845b5ae123c036cf9ec9e0ff0478a24b2be95450fc36a0fb80e2748518b424f" d46acd6cb103d00d6e545631467e36363f6fc270b2c051be94d543eb0831393b"
skip_extraction="framework-${_framework_ver}.tar.gz" skip_extraction="framework-${_framework_ver}.tar.gz"
post_extract() { post_extract() {