From: Bruno Thomsen <bruno.thomsen@gmail.com>
To: ptxdist@pengutronix.de
Cc: Bruno Thomsen <bruno.thomsen@gmail.com>
Subject: [ptxdist] [PATCH] openssl: change URL from http to https
Date: Wed, 24 Aug 2022 17:05:17 +0200 [thread overview]
Message-ID: <20220824150517.3499-1-bruno.thomsen@gmail.com> (raw)
Downloading package result in http code 301 Moved Permanently from
server. Update used URL to match redirect URL.
--2022-08-24 07:00:29-- http://www.openssl.org/source/openssl-1.1.1q.tar.gz
Resolving www.openssl.org (www.openssl.org)... 23.32.109.10, 2a02:26f0:a00:3ba::c1e, 2a02:26f0:a00:3a4::c1e
Connecting to www.openssl.org (www.openssl.org)|23.32.109.10|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://www.openssl.org/source/openssl-1.1.1q.tar.gz [following]
--2022-08-24 07:00:29-- https://www.openssl.org/source/openssl-1.1.1q.tar.gz
Connecting to www.openssl.org (www.openssl.org)|23.32.109.10|:443... connected.
HTTP request sent, awaiting response... 200 OK
Length: 9864061 (9.4M) [application/x-gzip]
Signed-off-by: Bruno Thomsen <bruno.thomsen@gmail.com>
---
rules/openssl.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/openssl.make b/rules/openssl.make
index 7be6f1b6c..d6ba6b7e5 100644
--- a/rules/openssl.make
+++ b/rules/openssl.make
@@ -23,8 +23,8 @@ OPENSSL_MD5 := c685d239b6a6e1bd78be45624c092f51
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_BASE)/$(OPENSSL).$(OPENSSL_SUFFIX)
+ https://www.openssl.org/source/$(OPENSSL).$(OPENSSL_SUFFIX) \
+ https://www.openssl.org/source/old/$(OPENSSL_BASE)/$(OPENSSL).$(OPENSSL_SUFFIX)
OPENSSL_SOURCE := $(SRCDIR)/$(OPENSSL).$(OPENSSL_SUFFIX)
OPENSSL_DIR := $(BUILDDIR)/$(OPENSSL)
OPENSSL_LICENSE := OpenSSL
base-commit: bdb6f5f98505a13dbeffda3dfdea4a4f3bf586c6
--
2.37.2
next reply other threads:[~2022-08-24 15:05 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-08-24 15:05 Bruno Thomsen [this message]
2022-08-30 9:09 ` [ptxdist] [APPLIED] " Michael Olbrich
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20220824150517.3499-1-bruno.thomsen@gmail.com \
--to=bruno.thomsen@gmail.com \
--cc=ptxdist@pengutronix.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox