[source] libs/openssl: Refresh mirror list

LEDE Commits lede-commits at lists.infradead.org
Wed Mar 22 01:16:30 PDT 2017


blogic pushed a commit to source.git, branch master:
https://git.lede-project.org/480a6aec98f005a6102ba35bead7c6d008212a9a

commit 480a6aec98f005a6102ba35bead7c6d008212a9a
Author: Daniel Engberg <daniel.engberg.lists at pyret.net>
AuthorDate: Wed Mar 22 07:31:20 2017 +0100

    libs/openssl: Refresh mirror list
    
    Refresh mirror list, some doesn't offer OpenSSL and add main site as last resort.
    Source: https://www.openssl.org/source/mirror.html
    
    Signed-off-by: Daniel Engberg <daniel.engberg.lists at pyret.net>
---
 package/libs/openssl/Makefile | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile
index b39e3c6..2543a46 100644
--- a/package/libs/openssl/Makefile
+++ b/package/libs/openssl/Makefile
@@ -18,11 +18,12 @@ PKG_BUILD_PARALLEL:=0
 
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
-PKG_SOURCE_URL:=http://www.openssl.org/source/ \
-	ftp://ftp.openssl.org/source/ \
-	http://www.openssl.org/source/old/$(PKG_BASE)/ \
-	ftp://ftp.funet.fi/pub/crypt/mirrors/ftp.openssl.org/source \
-	ftp://ftp.sunet.se/pub/security/tools/net/openssl/source/
+PKG_SOURCE_URL:= \
+	http://ftp.fi.muni.cz/pub/openssl/source/ \
+	http://ftp.linux.hr/pub/openssl/source/ \
+	http://gd.tuwien.ac.at/infosys/security/openssl/source/ \
+	http://www.openssl.org/source/ \
+	http://www.openssl.org/source/old/$(PKG_BASE)/
 PKG_HASH:=6b3977c61f2aedf0f96367dcfb5c6e578cf37e7b8d913b4ecb6643c3cb88d8c0
 
 PKG_LICENSE:=OpenSSL



More information about the lede-commits mailing list