Skip to content

Commit d3ab6b4

Browse files
OneTrueCDuncaen
authored andcommitted
mbedtls: update to 3.6.6
1 parent 8afef00 commit d3ab6b4

1 file changed

Lines changed: 11 additions & 4 deletions

File tree

srcpkgs/mbedtls/template

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Template file for 'mbedtls'
22
pkgname=mbedtls
3-
version=3.6.3
3+
version=3.6.6
44
revision=1
5+
_framework_hash="dff9da04438d712f7647fd995bc90fadd0c0e2ce"
56
build_style=cmake
67
configure_args="-DENABLE_TESTING=1 -DUSE_SHARED_MBEDTLS_LIBRARY=1"
78
hostmakedepends="python3 perl"
@@ -10,9 +11,15 @@ maintainer="Orphaned <orphan@voidlinux.org>"
1011
license="Apache-2.0"
1112
homepage="https://tls.mbed.org/"
1213
changelog="https://raw.githubusercontent.com/ARMmbed/mbedtls/mbedtls-${version%.*}/ChangeLog"
13-
distfiles="https://github.com/ARMmbed/mbedtls/archive/refs/tags/v${version}.tar.gz"
14-
checksum="e69c4c13377e89b9d696006ef9c8258e3be75b6dbd464cfd573360482b1a1f4e
15-
d46acd6cb103d00d6e545631467e36363f6fc270b2c051be94d543eb0831393b"
14+
distfiles="https://github.com/ARMmbed/mbedtls/archive/refs/tags/v${version}.tar.gz
15+
https://github.com/Mbed-TLS/mbedtls-framework/archive/${_framework_hash}.tar.gz>framework-${_framework_hash}.tar.gz"
16+
checksum="82dd9b736624a76577635e8ffae688ac3cc3b16eb3813f0b17201aa8ba3fa76c
17+
0f2bc024aceb3d3cbfcd8cfb997bc9a5eadfcf81fbbf0ef9a9053236e1d6506c"
18+
skip_extraction="framework-${_framework_hash}.tar.gz"
19+
20+
post_extract() {
21+
vsrcextract -C framework "framework-${_framework_hash}.tar.gz"
22+
}
1623

1724
pre_configure() {
1825
./scripts/config.pl set MBEDTLS_THREADING_C

0 commit comments

Comments
 (0)