Skip to content

Commit

Permalink
mbedtls: revert to 2.16 LTS branch, update to 2.16.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mobinmob authored and Juan RP committed Apr 6, 2020
1 parent b5ae68a commit 180646c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions srcpkgs/mbedtls/template
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# Template file for 'mbedtls'
pkgname=mbedtls
version=2.17.0
reverts="2.17.0_1"
version=2.16.5
revision=1
wrksrc="mbedtls-mbedtls-${version}"
build_style=cmake
Expand All @@ -12,7 +13,8 @@ license="Apache-2.0"
homepage="https://tls.mbed.org/"
changelog="https://raw.githubusercontent.com/ARMmbed/mbedtls/development/ChangeLog"
distfiles="https://github.com/ARMmbed/mbedtls/archive/mbedtls-${version}.tar.gz"
checksum=321a2c0220d9f75703e929c01dabba7b77da4cf2e39944897fc41d888bb1ef0d
checksum=d8894abcaa23fe55d684ec73b2cd42cafe965eb162c993041fccfe68e3ef73c3


pre_configure() {
sed -i include/mbedtls/config.h \
Expand All @@ -38,4 +40,3 @@ mbedtls-devel_package() {
vmove "usr/lib/*.so"
}
}

0 comments on commit 180646c

Please sign in to comment.