mbedtls: update to 2.8.0.
This commit is contained in:
parent
09fde22d7f
commit
3e4c177d3e
|
@ -2014,7 +2014,7 @@ libmosquitto.so.1 libmosquitto-1.4_1
|
|||
libmosquittopp.so.1 libmosquittopp-1.4_1
|
||||
libmpv.so.1 mpv-0.8.0_2
|
||||
libmbedtls.so.10 mbedtls-2.0.0_1
|
||||
libmbedcrypto.so.2 mbedtls-2.7.1_1
|
||||
libmbedcrypto.so.1 mbedtls-2.8.0_1
|
||||
libmbedx509.so.0 mbedtls-2.0.0_1
|
||||
libdmtx.so.0 libdmtx-0.7.4_1
|
||||
libdbus-c++-1.so.0 libdbus-c++-0.9.0_1
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'mbedtls'
|
||||
pkgname=mbedtls
|
||||
version=2.7.2
|
||||
version=2.8.0
|
||||
revision=1
|
||||
wrksrc="mbedtls-mbedtls-${version}"
|
||||
build_style=cmake
|
||||
|
@ -11,7 +11,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|||
license="Apache-2.0"
|
||||
homepage="https://tls.mbed.org/"
|
||||
distfiles="https://github.com/ARMmbed/mbedtls/archive/mbedtls-${version}.tar.gz"
|
||||
checksum=b24c86310233feec3354f18478889b8c0067c97c8767910682f65e840da38472
|
||||
checksum=c544d5a6ea6cf629a3c2d0653b1e8f3ab0491a852b84d9478403c6a3fb699fe4
|
||||
|
||||
pre_configure() {
|
||||
sed -i include/mbedtls/config.h \
|
||||
|
|
Loading…
Reference in New Issue