mobinmob 2022-02-15 16:19:29 +02:00 committed by Echo
parent b2c926cb31
commit 4724a4a924

View file

@ -1,9 +1,8 @@
# Template file for 'mbedtls' # Template file for 'mbedtls'
pkgname=mbedtls pkgname=mbedtls
reverts="2.17.0_1" reverts="2.17.0_1"
version=2.16.11 version=2.16.12
revision=1 revision=1
wrksrc="mbedtls-mbedtls-${version}"
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"
@ -12,8 +11,8 @@ maintainer="Orphaned <orphan@voidlinux.org>"
license="Apache-2.0" license="Apache-2.0"
homepage="https://tls.mbed.org/" 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/mbedtls-${version}.tar.gz" distfiles="https://github.com/ARMmbed/mbedtls/archive/refs/tags/v${version}.tar.gz"
checksum=51bb9685c4f4ff9255da5659ff346b89dcaf129e3ba0f3b2b0c48a1a7495e701 checksum=294871ab1864a65d0b74325e9219d5bcd6e91c34a3c59270c357bb9ae4d5c393
pre_configure() { pre_configure() {
./scripts/config.pl set MBEDTLS_THREADING_C ./scripts/config.pl set MBEDTLS_THREADING_C