All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1] package/weston: change download url to https
@ 2020-09-16 19:55 Peter Seiderer
  2020-09-17 19:44 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Seiderer @ 2020-09-16 19:55 UTC (permalink / raw)
  To: buildroot

  - change download url to https (as given by the original announcement [1]
    and redirected by the http url)

Fixes:

  - http://autobuild.buildroot.net/results/00b9e1ccb97d9ff5c2ee0e856288f689bdab52ee

  >>> weston 9.0.0 Downloading[23m
  --2020-09-15 14:10:22--  http://wayland.freedesktop.org/releases/weston-9.0.0.tar.xz
  Resolving wayland.freedesktop.org (wayland.freedesktop.org)... 35.227.58.183
  Connecting to wayland.freedesktop.org (wayland.freedesktop.org)|35.227.58.183|:80... connected.
  HTTP request sent, awaiting response... 308 Permanent Redirect
  2020-09-15 14:10:23 ERROR 308: Permanent Redirect.

[1] https://lists.freedesktop.org/archives/wayland-devel/2020-September/041595.html

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/weston/weston.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/weston/weston.mk b/package/weston/weston.mk
index a20f16ab46..f59963bf2e 100644
--- a/package/weston/weston.mk
+++ b/package/weston/weston.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 WESTON_VERSION = 9.0.0
-WESTON_SITE = http://wayland.freedesktop.org/releases
+WESTON_SITE = https://wayland.freedesktop.org/releases
 WESTON_SOURCE = weston-$(WESTON_VERSION).tar.xz
 WESTON_LICENSE = MIT
 WESTON_LICENSE_FILES = COPYING
-- 
2.28.0

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

* [Buildroot] [PATCH v1] package/weston: change download url to https
  2020-09-16 19:55 [Buildroot] [PATCH v1] package/weston: change download url to https Peter Seiderer
@ 2020-09-17 19:44 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2020-09-17 19:44 UTC (permalink / raw)
  To: buildroot

On Wed, 16 Sep 2020 21:55:40 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

>   - change download url to https (as given by the original announcement [1]
>     and redirected by the http url)
> 
> Fixes:
> 
>   - http://autobuild.buildroot.net/results/00b9e1ccb97d9ff5c2ee0e856288f689bdab52ee
> 
>   >>> weston 9.0.0 Downloading[23m  
>   --2020-09-15 14:10:22--  http://wayland.freedesktop.org/releases/weston-9.0.0.tar.xz
>   Resolving wayland.freedesktop.org (wayland.freedesktop.org)... 35.227.58.183
>   Connecting to wayland.freedesktop.org (wayland.freedesktop.org)|35.227.58.183|:80... connected.
>   HTTP request sent, awaiting response... 308 Permanent Redirect
>   2020-09-15 14:10:23 ERROR 308: Permanent Redirect.
> 
> [1] https://lists.freedesktop.org/archives/wayland-devel/2020-September/041595.html
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/weston/weston.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] 2+ messages in thread

end of thread, other threads:[~2020-09-17 19:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-16 19:55 [Buildroot] [PATCH v1] package/weston: change download url to https Peter Seiderer
2020-09-17 19:44 ` Thomas Petazzoni

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.