All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libopenssl: Use HTTPS for URL
@ 2018-12-10 10:06 Joel Stanley
  2018-12-10 10:47 ` Thomas Petazzoni
  2018-12-16 21:05 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Joel Stanley @ 2018-12-10 10:06 UTC (permalink / raw)
  To: buildroot

The host forces HTTPS regardless. This can be seen in the build logs:

 >>> host-libopenssl 1.0.2q Downloading
 URL transformed to HTTPS due to an HSTS policy
 --2018-12-10 09:53:27--  https://www.openssl.org/source/openssl-1.0.2q.tar.gz

Signed-off-by: Joel Stanley <joel@jms.id.au>
---
 package/libopenssl/libopenssl.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/libopenssl/libopenssl.mk b/package/libopenssl/libopenssl.mk
index ca0521b2291e..dc15abf66a08 100644
--- a/package/libopenssl/libopenssl.mk
+++ b/package/libopenssl/libopenssl.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 LIBOPENSSL_VERSION = 1.0.2q
-LIBOPENSSL_SITE = http://www.openssl.org/source
+LIBOPENSSL_SITE = https://www.openssl.org/source
 LIBOPENSSL_SOURCE = openssl-$(LIBOPENSSL_VERSION).tar.gz
 LIBOPENSSL_LICENSE = OpenSSL or SSLeay
 LIBOPENSSL_LICENSE_FILES = LICENSE
-- 
2.19.1

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] libopenssl: Use HTTPS for URL
  2018-12-10 10:06 [Buildroot] [PATCH] libopenssl: Use HTTPS for URL Joel Stanley
@ 2018-12-10 10:47 ` Thomas Petazzoni
  2018-12-16 21:05 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-12-10 10:47 UTC (permalink / raw)
  To: buildroot

Hello,

On Mon, 10 Dec 2018 20:36:35 +1030, Joel Stanley wrote:
> The host forces HTTPS regardless. This can be seen in the build logs:
> 
>  >>> host-libopenssl 1.0.2q Downloading  
>  URL transformed to HTTPS due to an HSTS policy
>  --2018-12-10 09:53:27--  https://www.openssl.org/source/openssl-1.0.2q.tar.gz
> 
> Signed-off-by: Joel Stanley <joel@jms.id.au>
> ---
>  package/libopenssl/libopenssl.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [Buildroot] [PATCH] libopenssl: Use HTTPS for URL
  2018-12-10 10:06 [Buildroot] [PATCH] libopenssl: Use HTTPS for URL Joel Stanley
  2018-12-10 10:47 ` Thomas Petazzoni
@ 2018-12-16 21:05 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-12-16 21:05 UTC (permalink / raw)
  To: buildroot

>>>>> "Joel" == Joel Stanley <joel@jms.id.au> writes:

 > The host forces HTTPS regardless. This can be seen in the build logs:
 >>>> host-libopenssl 1.0.2q Downloading
 >  URL transformed to HTTPS due to an HSTS policy
 >  --2018-12-10 09:53:27--  https://www.openssl.org/source/openssl-1.0.2q.tar.gz

 > Signed-off-by: Joel Stanley <joel@jms.id.au>


Committed to 2018.02.x, 2018.08.x and 2018.11.x, thanks.

-- 
Bye, Peter Korsgaard

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2018-12-16 21:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-12-10 10:06 [Buildroot] [PATCH] libopenssl: Use HTTPS for URL Joel Stanley
2018-12-10 10:47 ` Thomas Petazzoni
2018-12-16 21:05 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.