aboutsummaryrefslogtreecommitdiffstats
path: root/community/mbedtls
diff options
context:
space:
mode:
authorStuart Cardall <developer@it-offshore.co.uk>2016-12-13 18:13:16 +0000
committerJakub Jirutka <jakub@jirutka.cz>2016-12-13 19:45:08 +0100
commit59fa4b620cb2803a538c8371c0869615dc488f29 (patch)
tree79993fea814ead6459dff06a19178c52f174e3b1 /community/mbedtls
parentd9b2540e7ae916e774577a5f9c83f3f9eddae2d3 (diff)
downloadaports-59fa4b620cb2803a538c8371c0869615dc488f29.tar.bz2
aports-59fa4b620cb2803a538c8371c0869615dc488f29.tar.xz
community/mbedtls: update to 2.4.1
https://github.com/ARMmbed/mbedtls/blob/development/ChangeLog
Diffstat (limited to 'community/mbedtls')
-rw-r--r--community/mbedtls/APKBUILD12
1 files changed, 6 insertions, 6 deletions
diff --git a/community/mbedtls/APKBUILD b/community/mbedtls/APKBUILD
index 93eae2373c..ce3a5ba42e 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.4.0
+pkgver=2.4.1
pkgrel=0
pkgdesc="Light-weight cryptographic and SSL/TLS library"
url="https://tls.mbed.org/"
@@ -10,10 +10,10 @@ license="GPL2+ ASL 2.0"
depends=""
makedepends="cmake perl"
subpackages="$pkgname-static $pkgname-dev $pkgname-utils"
-source="https://tls.mbed.org/download/$pkgname-$pkgver-gpl.tgz
+source="$pkgname-$pkgver.tar.gz::https://github.com/ARMmbed/$pkgname/archive/$pkgname-$pkgver.tar.gz
verbose-testsuite.patch"
-builddir="$srcdir/$pkgname-$pkgver"
+builddir="$srcdir/$pkgname-$pkgname-$pkgver"
build() {
cd "$builddir"
@@ -45,9 +45,9 @@ static() {
mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/
}
-md5sums="f96cd661d8e4c6bd1f50c6e0b5d19ae8 mbedtls-2.4.0-gpl.tgz
+md5sums="a4494630e2c2e3705238526d51428971 mbedtls-2.4.1.tar.gz
8136afec9a4503c0087fa93eb1920bd9 verbose-testsuite.patch"
-sha256sums="80eff0e0028f969355d6e34ffdd3dbf4eb2a9367b07ff2f3f70e6d75beee9e3f mbedtls-2.4.0-gpl.tgz
+sha256sums="0c85fe59e1f0426b1c8f17efdc0c41bd531828b6cff746c392beb53c774af4cb mbedtls-2.4.1.tar.gz
21460d566f678f76bef8c2895e6c93d8a23792f6481aed5853dc63daf8cfcbaa verbose-testsuite.patch"
-sha512sums="bc7aeabf9d6e9bce16c215df3657a99ceabc1d5841bbb772fe2425478de245b9171f908dc50944ab4105aed729d0a0b0818e4ed73cc71ac42bb88ce05eeec8d2 mbedtls-2.4.0-gpl.tgz
+sha512sums="c452ec701c90bca236be1fbacb728036a01eca257c9df8b0d738e02f4a3570183e34ae23221ca61933dd34e42ca7659bae9ce5de0a6fdd870e77c4b7154d3688 mbedtls-2.4.1.tar.gz
1a0f0c8c794f8aab2a050b660e86f3cba293fcd4d0ffba9a1a1b8fd88f631d68fe194256495ed584d13e577c577829f0bbe821ffaf11165163b5a78c9d68efe8 verbose-testsuite.patch"