From: Peter Wagner Date: Tue, 10 Jan 2017 23:58:26 +0000 (+0100) Subject: net/openssh: Offload main site X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=9e269e39c382a6e94c29b084d9d8760166a0b591;p=openwrt-packages.git net/openssh: Offload main site Add a few mirrors in-front of main site for offloading Signed-off-by: Daniel Engberg Signed-off-by: Peter Wagner --- diff --git a/net/openssh/Makefile b/net/openssh/Makefile index 27c92f39b..b6881c2b1 100644 --- a/net/openssh/Makefile +++ b/net/openssh/Makefile @@ -12,7 +12,9 @@ PKG_VERSION:=7.4p1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_SOURCE_URL:=https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ +PKG_SOURCE_URL:=https://ftp.spline.de/pub/OpenBSD/OpenSSH/portable/ \ + https://anorien.csc.warwick.ac.uk/pub/OpenBSD/OpenSSH/portable/ \ + https://ftp.openbsd.org/pub/OpenBSD/OpenSSH/portable/ PKG_MD5SUM:=b2db2a83caf66a208bb78d6d287cdaa3 PKG_LICENSE:=BSD ISC