aboutsummaryrefslogtreecommitdiffstats
path: root/main/mbedtls
diff options
context:
space:
mode:
authorLeo <thinkabit.ukim@gmail.com>2019-06-19 15:37:25 -0300
committerNatanael Copa <ncopa@alpinelinux.org>2019-06-21 12:39:40 +0000
commit695c557ce5a45d84c87933eac2b48c7a25591642 (patch)
tree1717f343ed692b3b29fdf4cca9ada22b15b4ef9f /main/mbedtls
parent30369711bbafc7f8222d3a685beea4a2503f749b (diff)
downloadaports-695c557ce5a45d84c87933eac2b48c7a25591642.tar.bz2
aports-695c557ce5a45d84c87933eac2b48c7a25591642.tar.xz
main/mbedtls: upgrade to 2.16.2
Diffstat (limited to 'main/mbedtls')
-rw-r--r--main/mbedtls/APKBUILD7
1 files changed, 3 insertions, 4 deletions
diff --git a/main/mbedtls/APKBUILD b/main/mbedtls/APKBUILD
index 6b7bda1c87..ca6a00b86f 100644
--- a/main/mbedtls/APKBUILD
+++ b/main/mbedtls/APKBUILD
@@ -1,8 +1,8 @@
# Contributor: Ɓukasz Jendrysik <scadu@yandex.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mbedtls
-pkgver=2.16.1
-pkgrel=1
+pkgver=2.16.2
+pkgrel=0
pkgdesc="Light-weight cryptographic and SSL/TLS library"
url="https://tls.mbed.org"
arch="all"
@@ -10,7 +10,6 @@ license="Apache-2.0"
makedepends="cmake perl python3"
subpackages="$pkgname-static $pkgname-dev $pkgname-utils"
source="https://tls.mbed.org/download/$pkgname-$pkgver-apache.tgz"
-builddir="$srcdir/$pkgname-$pkgver"
# secfixes:
# 2.14.1-r0:
@@ -73,4 +72,4 @@ static() {
chmod -x "$subpkgdir"/usr/lib/*.a
}
-sha512sums="9e436ef22f1a43d8e139be4dcba1544291ee2cdb3b05335c4d6127536b122f95c2d894bab965d3242a53509637860aad72715651c5cf7d176103fa762eea6a68 mbedtls-2.16.1-apache.tgz"
+sha512sums="afb9a7a68f09a0ae4b8bda293fd568c0758c6173f33d8383aea0ef52e0901ef1508cda2639ef394112b965a43dc49004dc3abf0a23a752c276be5a42d7e49d0c mbedtls-2.16.2-apache.tgz"