summaryrefslogtreecommitdiffstats
path: root/rules/openssl.make
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-08-04 14:51:24 +0200
committerJuergen Borleis <jbe@pengutronix.de>2015-08-04 14:51:24 +0200
commitbda15824bfd220ba7b3f518d618795c8d652bf75 (patch)
tree4b2ac3f344fb7cac1dd4c14667b10060a4521517 /rules/openssl.make
parentbf68a79e73f86b40f228adc87ca51d2f3ff54058 (diff)
downloadptxdist-bda15824bfd220ba7b3f518d618795c8d652bf75.tar.gz
ptxdist-bda15824bfd220ba7b3f518d618795c8d652bf75.tar.xz
openssl: keep older releases downloadable
If new bugfix releases are made, upstream moves the previous release to a different location. Follow to this different location. Note: this change might be a bad idea because it keeps older and vulnerable releases in use. But it also helps to keep BSPs build able and not to fail if the upstream archive disappears. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
Diffstat (limited to 'rules/openssl.make')
-rw-r--r--rules/openssl.make4
1 files changed, 3 insertions, 1 deletions
diff --git a/rules/openssl.make b/rules/openssl.make
index b89750992..d49ae0a1c 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -23,7 +23,9 @@ OPENSSL_BUGFIX := d
OPENSSL_MD5 := 38dd619b2e77cbac69b99f52a053d25a
OPENSSL := openssl-$(OPENSSL_VERSION)$(OPENSSL_BUGFIX)
OPENSSL_SUFFIX := tar.gz
-OPENSSL_URL := http://www.openssl.org/source/$(OPENSSL).$(OPENSSL_SUFFIX)
+OPENSSL_URL := \
+ http://www.openssl.org/source/$(OPENSSL).$(OPENSSL_SUFFIX) \
+ http://www.openssl.org/source/old/$(OPENSSL_VERSION)/$(OPENSSL).$(OPENSSL_SUFFIX)
OPENSSL_SOURCE := $(SRCDIR)/$(OPENSSL).$(OPENSSL_SUFFIX)
OPENSSL_DIR := $(BUILDDIR)/$(OPENSSL)
OPENSSL_LICENSE := openssl