diff options
author | Daniel Engberg <daniel.engberg.lists@pyret.net> | 2017-03-22 07:31:20 +0100 |
---|---|---|
committer | John Crispin <john@phrozen.org> | 2017-03-22 09:16:23 +0100 |
commit | 480a6aec98f005a6102ba35bead7c6d008212a9a (patch) | |
tree | 1cd674c8f9a3020627e7f06a61da4abaa2687b8b /package/libs/openssl | |
parent | 61eeb215455d8d5837f38dc97b0e299aa7c3fccc (diff) | |
download | upstream-480a6aec98f005a6102ba35bead7c6d008212a9a.tar.gz upstream-480a6aec98f005a6102ba35bead7c6d008212a9a.tar.bz2 upstream-480a6aec98f005a6102ba35bead7c6d008212a9a.zip |
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@pyret.net>
Diffstat (limited to 'package/libs/openssl')
-rw-r--r-- | package/libs/openssl/Makefile | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index b39e3c6d7a..2543a464cd 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 |