From 0396883a08d7feec7028da7945e7f69b7e742b81 Mon Sep 17 00:00:00 2001 From: Zoltan HERPAI Date: Fri, 10 Nov 2017 13:19:14 +0100 Subject: [PATCH] stunnel: use archive/ as download source Anything below 5.43 is archived, update download source to use paths accordingly. Signed-off-by: Zoltan HERPAI --- net/stunnel/Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net/stunnel/Makefile b/net/stunnel/Makefile index 671ee511b3..196196b255 100644 --- a/net/stunnel/Makefile +++ b/net/stunnel/Makefile @@ -15,7 +15,9 @@ PKG_LICENSE:=GPL-2.0+ PKG_MAINTAINER:=Michael Haas PKG_LICENSE_FILES:=COPYING COPYRIGHT.GPL -PKG_SOURCE_URL:=http://stunnel.cybermirror.org/archive/5.x/ +PKG_SOURCE_URL:=\ + http://ftp.nluug.nl/pub/networking/stunnel/archive/5.x/ \ + http://www.usenix.org.uk/mirrors/stunnel/archive/5.x/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_MD5SUM:=3264375026c2b496b5d258e243222de8 -- 2.30.2