mbedtls: update to 1.3.11.
This commit is contained in:
parent
74684a8025
commit
9feb327d5f
|
@ -1955,7 +1955,7 @@ librrd_th.so.4 rrdtool-1.4.9_1
|
|||
libmosquitto.so.1 libmosquitto-1.4_1
|
||||
libmosquittopp.so.1 libmosquittopp-1.4_1
|
||||
libmpv.so.1 mpv-0.8.0_2
|
||||
libmbedtls.so.8 mbedtls-1.3.10_1
|
||||
libmbedtls.so.9 mbedtls-1.3.11_1
|
||||
libdmtx.so.0 libdmtx-0.7.4_1
|
||||
libdbus-c++-1.so.0 libdbus-c++-0.9.0_1
|
||||
libdbus-c++-glib-1.so.0 libdbus-c++-0.9.0_1
|
||||
|
|
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'mbedtls'
|
||||
pkgname=mbedtls
|
||||
version=1.3.10
|
||||
revision=2
|
||||
version=1.3.11
|
||||
revision=1
|
||||
replaces="polarssl>=0 libpolarssl>=0"
|
||||
short_desc="Portable cryptographic TLS library"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
license="GPL-2"
|
||||
homepage="https://tls.mbed.org/"
|
||||
distfiles="https://tls.mbed.org/download/mbedtls-${version}-gpl.tgz"
|
||||
checksum=746fd88e0c6623691fc56c4eed52e40a57b2da0ac80f6dd8995094aa6adb407e
|
||||
checksum=67a593027b6a442a4fa5b6c224c4ac8cdae5be721f5a28a11d34f10dcda441cb
|
||||
|
||||
do_build() {
|
||||
sed -i -e 's|//\(#define POLARSSL_THREADING_C\)|\1|' \
|
||||
|
|
Loading…
Reference in New Issue