mbedtls: update to 2.14.0.
This commit is contained in:
parent
99a5d7288e
commit
73b295a9e6
1 changed files with 3 additions and 3 deletions
|
@ -1,18 +1,18 @@
|
||||||
# Template file for 'mbedtls'
|
# Template file for 'mbedtls'
|
||||||
pkgname=mbedtls
|
pkgname=mbedtls
|
||||||
version=2.13.1
|
version=2.14.0
|
||||||
revision=1
|
revision=1
|
||||||
wrksrc="mbedtls-mbedtls-${version}"
|
wrksrc="mbedtls-mbedtls-${version}"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
hostmakedepends="python3 perl"
|
|
||||||
configure_args="-DENABLE_TESTING=1 -DUSE_SHARED_MBEDTLS_LIBRARY=1"
|
configure_args="-DENABLE_TESTING=1 -DUSE_SHARED_MBEDTLS_LIBRARY=1"
|
||||||
|
hostmakedepends="python3 perl"
|
||||||
short_desc="Portable cryptographic TLS library"
|
short_desc="Portable cryptographic TLS library"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
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/development/ChangeLog"
|
changelog="https://raw.githubusercontent.com/ARMmbed/mbedtls/development/ChangeLog"
|
||||||
distfiles="https://github.com/ARMmbed/mbedtls/archive/mbedtls-${version}.tar.gz"
|
distfiles="https://github.com/ARMmbed/mbedtls/archive/mbedtls-${version}.tar.gz"
|
||||||
checksum=e62fdea0110d3aa9082b3e1ccdbbaf520161830b1f3a57ae3124a7d5963c2a37
|
checksum=3e733731eca47ffdc85330cde47774e075f5d1326e413555713dec8bf9c31eb3
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i include/mbedtls/config.h \
|
sed -i include/mbedtls/config.h \
|
||||||
|
|
Loading…
Reference in a new issue