diff options
author | Petr Štetiar <ynezz@true.cz> | 2021-03-27 07:42:14 +0100 |
---|---|---|
committer | Petr Štetiar <ynezz@true.cz> | 2021-03-27 07:42:14 +0100 |
commit | 6165bb0d6009283ffd8f330622b2155ee29c9c0b (patch) | |
tree | 091850173009e80ad1a7ff84a128e0e85bfef227 /package/libs/openssl | |
parent | c336db7a78261d354ab2f2e5a3f79389ba13cb9f (diff) | |
download | upstream-6165bb0d6009283ffd8f330622b2155ee29c9c0b.tar.gz upstream-6165bb0d6009283ffd8f330622b2155ee29c9c0b.tar.bz2 upstream-6165bb0d6009283ffd8f330622b2155ee29c9c0b.zip |
openssl: sync package download URLs with master
Apparently it fixes some broken URLs and as a bonus it makes
cherry-picking of fixes easier.
Signed-off-by: Petr Štetiar <ynezz@true.cz>
Diffstat (limited to 'package/libs/openssl')
-rw-r--r-- | package/libs/openssl/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/package/libs/openssl/Makefile b/package/libs/openssl/Makefile index c5048faedb..ac96e0a0de 100644 --- a/package/libs/openssl/Makefile +++ b/package/libs/openssl/Makefile @@ -19,11 +19,13 @@ PKG_BUILD_PARALLEL:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ + http://www.openssl.org/source/ \ + http://www.openssl.org/source/old/$(PKG_BASE)/ \ http://ftp.fi.muni.cz/pub/openssl/source/ \ - http://ftp.linux.hr/pub/openssl/source/ \ + http://ftp.fi.muni.cz/pub/openssl/source/old/$(PKG_BASE)/ \ ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/ \ - http://www.openssl.org/source/ \ - http://www.openssl.org/source/old/$(PKG_BASE)/ + ftp://ftp.pca.dfn.de/pub/tools/net/openssl/source/old/$(PKG_BASE)/ + PKG_HASH:=aaf2fcb575cdf6491b98ab4829abf78a3dec8402b8b81efc8f23c00d443981bf PKG_LICENSE:=OpenSSL |