diff options
author | alpine-mips-patches <info@mobile-stream.com> | 2019-04-01 14:41:05 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2019-04-03 12:57:04 +0000 |
commit | fc11c8698819b100a2fb46ccfbaecbbc3806e46e (patch) | |
tree | b5d3d770490ce76f918fdd03a9743b9526d132ea /community | |
parent | b0adf7689056a69cf449a484a60f784ef8251287 (diff) | |
download | aports-fc11c8698819b100a2fb46ccfbaecbbc3806e46e.tar.bz2 aports-fc11c8698819b100a2fb46ccfbaecbbc3806e46e.tar.xz |
community/mbedtls: upgrade to 2.16.1
This is a maintenance release (no secfixes) but includes critical MIPS asssembly bug fix.
Diffstat (limited to 'community')
-rw-r--r-- | community/mbedtls/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/mbedtls/APKBUILD b/community/mbedtls/APKBUILD index 4157395422..c5d93664c8 100644 --- a/community/mbedtls/APKBUILD +++ b/community/mbedtls/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Ćukasz Jendrysik <scadu@yandex.com> # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=mbedtls -pkgver=2.16.0 +pkgver=2.16.1 pkgrel=0 pkgdesc="Light-weight cryptographic and SSL/TLS library" url="https://tls.mbed.org" @@ -73,4 +73,4 @@ static() { chmod -x "$subpkgdir"/usr/lib/*.a } -sha512sums="765303bc0572b904e05990b254ed160eb18e300a1bbbb4aa5176e5cdbf5464a944d5ad06b712183e2396a48f0c7ae529e0c820303c3995f7d6b9c3f24535d004 mbedtls-2.16.0-apache.tgz" +sha512sums="9e436ef22f1a43d8e139be4dcba1544291ee2cdb3b05335c4d6127536b122f95c2d894bab965d3242a53509637860aad72715651c5cf7d176103fa762eea6a68 mbedtls-2.16.1-apache.tgz" |