Skip to content
Snippets Groups Projects
Commit ff9d5601 authored by Natanael Copa's avatar Natanael Copa
Browse files

testing/mbedtls: upgrade to 2.2.0

parent 09bac02d
No related branches found
No related tags found
No related merge requests found
# Contributor: Łukasz Jendrysik <scadu@yandex.com> # Contributor: Łukasz Jendrysik <scadu@yandex.com>
# Maintainer: Natanael Copa <ncopa@alpinelinux.org> # Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=mbedtls pkgname=mbedtls
pkgver=2.1.2 pkgver=2.2.0
pkgrel=0 pkgrel=0
pkgdesc="Light-weight cryptographic and SSL/TLS library" pkgdesc="Light-weight cryptographic and SSL/TLS library"
url="https://tls.mbed.org/" url="https://tls.mbed.org/"
...@@ -14,7 +14,7 @@ install="" ...@@ -14,7 +14,7 @@ install=""
subpackages="$pkgname-static $pkgname-dev $pkgname-utils" subpackages="$pkgname-static $pkgname-dev $pkgname-utils"
source="https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz" source="https://tls.mbed.org/download/mbedtls-$pkgver-gpl.tgz"
_builddir="$srcdir"/mbedtls-2.1.2 _builddir="$srcdir"/mbedtls-$pkgver
prepare() { prepare() {
local i local i
cd "$_builddir" cd "$_builddir"
...@@ -52,6 +52,6 @@ static() { ...@@ -52,6 +52,6 @@ static() {
mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/ mv "$pkgdir"/usr/lib/*.a "$subpkgdir"/usr/lib/
} }
md5sums="38b7baae95d6b0826605a1edfffeebe4 mbedtls-2.1.2-gpl.tgz" md5sums="69165befb762895234c7600cd5cdb789 mbedtls-2.2.0-gpl.tgz"
sha256sums="0dcca471d1f76352af5e26d64880ef6a30963ad6474a78c0d8e7fbb6dd691fa4 mbedtls-2.1.2-gpl.tgz" sha256sums="451c1b864b5d07df9830f67af600ea6d53629df4484d38e86b2edc7a7526077c mbedtls-2.2.0-gpl.tgz"
sha512sums="b5869896dd66a4c0493f84dd01b9eb1f134ee4ab6fc559b260400d733f3c8a02a8b9fe50cdad6367c95a0a34995ca4d09270087e659552fcf264995d34d0b261 mbedtls-2.1.2-gpl.tgz" sha512sums="1522305abae952ac07a9f5d2f8ef9530ab86e1ce5867e5b5d18e15150bf8b0db2834cbd1bea98448ddcc0136bba325675efc66117d775bd52b848a97a04ce258 mbedtls-2.2.0-gpl.tgz"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment