mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
mbedtls: update to 2.4.1
This commit is contained in:
parent
27e52d0a34
commit
051c8f3e27
1 changed files with 4 additions and 3 deletions
|
@ -1,7 +1,8 @@
|
||||||
# Template file for 'mbedtls'
|
# Template file for 'mbedtls'
|
||||||
pkgname=mbedtls
|
pkgname=mbedtls
|
||||||
version=2.4.0
|
version=2.4.1
|
||||||
revision=1
|
revision=1
|
||||||
|
wrksrc="mbedtls-mbedtls-${version}"
|
||||||
hostmakedepends="perl"
|
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"
|
||||||
|
@ -9,8 +10,8 @@ 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/"
|
||||||
distfiles="https://tls.mbed.org/download/mbedtls-${version}-apache.tgz"
|
distfiles="https://github.com/ARMmbed/mbedtls/archive/mbedtls-${version}.tar.gz"
|
||||||
checksum=c1c3559ed39f7a1b1550c4cf4ccb918bf239301a3311d98dda92bed8a25b7f0d
|
checksum=0c85fe59e1f0426b1c8f17efdc0c41bd531828b6cff746c392beb53c774af4cb
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
sed -i include/mbedtls/config.h \
|
sed -i include/mbedtls/config.h \
|
||||||
|
|
Loading…
Add table
Reference in a new issue