From 6c81104139773012dd426ed0226d014f368ec537 Mon Sep 17 00:00:00 2001 From: Boris Nagaev Date: Sat, 2 Dec 2017 22:49:25 -0500 Subject: polarssl: update download URL and website From https://github.com/polarssl : PolarSSL is now part of ARM Official announcement and rebranded as mbed TLS. --- src/polarssl.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/polarssl.mk b/src/polarssl.mk index 42529d4..f16362a 100644 --- a/src/polarssl.mk +++ b/src/polarssl.mk @@ -1,14 +1,14 @@ # This file is part of MXE. See LICENSE.md for licensing information. PKG := polarssl -$(PKG)_WEBSITE := https://polarssl.org/ +$(PKG)_WEBSITE := https://tls.mbed.org/ $(PKG)_DESCR := Polar SSL Library $(PKG)_IGNORE := $(PKG)_VERSION := 1.3.9 $(PKG)_CHECKSUM := d3605afc28ed4b7d1d9e3142d72e42855e4a23c07c951bbb0299556b02d36755 $(PKG)_SUBDIR := polarssl-$($(PKG)_VERSION) $(PKG)_FILE := polarssl-$($(PKG)_VERSION)-gpl.tgz -$(PKG)_URL := https://polarssl.org/download/$($(PKG)_FILE) +$(PKG)_URL := https://tls.mbed.org/download/$($(PKG)_FILE) $(PKG)_DEPS := gcc zlib # Match lines like: -- cgit v0.12