mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 08:22:56 +02:00
mbedtls: update to 2.3.0.
This commit is contained in:
parent
8bfe05c6a1
commit
b792fed413
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'mbedtls'
|
# Template file for 'mbedtls'
|
||||||
pkgname=mbedtls
|
pkgname=mbedtls
|
||||||
version=2.2.1
|
version=2.3.0
|
||||||
revision=1
|
revision=1
|
||||||
hostmakedepends="perl cmake"
|
hostmakedepends="perl"
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DENABLE_TESTING=0 -DUSE_SHARED_MBEDTLS_LIBRARY=1"
|
configure_args="-DENABLE_TESTING=0 -DUSE_SHARED_MBEDTLS_LIBRARY=1"
|
||||||
short_desc="Portable cryptographic TLS library"
|
short_desc="Portable cryptographic TLS library"
|
||||||
|
@ -10,7 +10,7 @@ maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
homepage="https://tls.mbed.org/"
|
homepage="https://tls.mbed.org/"
|
||||||
distfiles="https://tls.mbed.org/download/mbedtls-${version}-apache.tgz"
|
distfiles="https://tls.mbed.org/download/mbedtls-${version}-apache.tgz"
|
||||||
checksum=6ddd5ca2e7dfb43d2fd750400856246fc1c98344dabf01b1594eb2f9880ef7ce
|
checksum=590734c8bc8b3ac48e9123d44bf03562e91f8dce0d1ac2615c318c077f3215b2
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i include/mbedtls/config.h \
|
sed -i include/mbedtls/config.h \
|
||||||
|
|
Loading…
Add table
Reference in a new issue