summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuergen Borleis <jbe@pengutronix.de>2015-08-05 10:19:16 +0200
committerJuergen Borleis <jbe@pengutronix.de>2015-08-05 10:19:16 +0200
commitc64b6acacced5b643b8bb4d2be90262a73a39725 (patch)
tree92c4275b5428894d6e520b76ab38a2a9ffef7da4
parentac115507555a7cb287c4d321bd79e078792c4ddd (diff)
downloadptxdist-2015.08.0.tar.gz
ptxdist-2015.08.0.tar.xz
openssl: fix major release and bugfix release changeptxdist-2015.08.0
In commit bf68a79e73f8 the major and bugfix release was separated to be able to access non up-to-date archives at a different URL. The change was wrong/incomplete, due to the *_VERSION string is also used by PTXdist and missed the bugfix release character since this change. Signed-off-by: Juergen Borleis <jbe@pengutronix.de>
-rw-r--r--rules/openssl.make7
1 files changed, 4 insertions, 3 deletions
diff --git a/rules/openssl.make b/rules/openssl.make
index d49ae0a1c..6d9842f7c 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -18,14 +18,15 @@ PACKAGES-$(PTXCONF_OPENSSL) += openssl
#
# Paths and names
#
-OPENSSL_VERSION := 1.0.2
+OPENSSL_BASE := 1.0.2
OPENSSL_BUGFIX := d
+OPENSSL_VERSION := $(OPENSSL_BASE)$(OPENSSL_BUGFIX)
OPENSSL_MD5 := 38dd619b2e77cbac69b99f52a053d25a
-OPENSSL := openssl-$(OPENSSL_VERSION)$(OPENSSL_BUGFIX)
+OPENSSL := openssl-$(OPENSSL_VERSION)
OPENSSL_SUFFIX := tar.gz
OPENSSL_URL := \
http://www.openssl.org/source/$(OPENSSL).$(OPENSSL_SUFFIX) \
- http://www.openssl.org/source/old/$(OPENSSL_VERSION)/$(OPENSSL).$(OPENSSL_SUFFIX)
+ http://www.openssl.org/source/old/$(OPENSSL_BASE)/$(OPENSSL).$(OPENSSL_SUFFIX)
OPENSSL_SOURCE := $(SRCDIR)/$(OPENSSL).$(OPENSSL_SUFFIX)
OPENSSL_DIR := $(BUILDDIR)/$(OPENSSL)
OPENSSL_LICENSE := openssl