All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/2] package/wayland-protocols: change download url to https
@ 2020-09-15 18:13 Peter Seiderer
  2020-09-15 18:13 ` [Buildroot] [PATCH v1 2/2] package/wayland-utils: " Peter Seiderer
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Peter Seiderer @ 2020-09-15 18:13 UTC (permalink / raw)
  To: buildroot

- change download url to https (as redirected by the original http url)

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

diff --git a/package/wayland-protocols/wayland-protocols.mk b/package/wayland-protocols/wayland-protocols.mk
index ed60d1c995..84028b97d5 100644
--- a/package/wayland-protocols/wayland-protocols.mk
+++ b/package/wayland-protocols/wayland-protocols.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 WAYLAND_PROTOCOLS_VERSION = 1.20
-WAYLAND_PROTOCOLS_SITE = http://wayland.freedesktop.org/releases
+WAYLAND_PROTOCOLS_SITE = https://wayland.freedesktop.org/releases
 WAYLAND_PROTOCOLS_SOURCE = wayland-protocols-$(WAYLAND_PROTOCOLS_VERSION).tar.xz
 WAYLAND_PROTOCOLS_LICENSE = MIT
 WAYLAND_PROTOCOLS_LICENSE_FILES = COPYING
-- 
2.28.0

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

* [Buildroot] [PATCH v1 2/2] package/wayland-utils: change download url to https
  2020-09-15 18:13 [Buildroot] [PATCH v1 1/2] package/wayland-protocols: change download url to https Peter Seiderer
@ 2020-09-15 18:13 ` Peter Seiderer
  2020-09-19 20:00 ` [Buildroot] [PATCH v1 1/2] package/wayland-protocols: " Thomas Petazzoni
  2020-09-29 13:58 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Seiderer @ 2020-09-15 18:13 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/84ad38933e4f42b74c3185c8c5e777fd714c9601
  >>> wayland-utils 1.0.0 Downloading[27m
  --2020-09-14 13:53:35--  http://wayland.freedesktop.org/releases/wayland-utils-1.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-14 13:53:35 ERROR 308: Permanent Redirect.

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

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

diff --git a/package/wayland-utils/wayland-utils.mk b/package/wayland-utils/wayland-utils.mk
index 5269454b7e..30a33b61d6 100644
--- a/package/wayland-utils/wayland-utils.mk
+++ b/package/wayland-utils/wayland-utils.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 WAYLAND_UTILS_VERSION = 1.0.0
-WAYLAND_UTILS_SITE = http://wayland.freedesktop.org/releases
+WAYLAND_UTILS_SITE = https://wayland.freedesktop.org/releases
 WAYLAND_UTILS_SOURCE = wayland-utils-$(WAYLAND_UTILS_VERSION).tar.xz
 WAYLAND_UTILS_LICENSE = MIT
 WAYLAND_UTILS_LICENSE_FILES = COPYING
-- 
2.28.0

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

* [Buildroot] [PATCH v1 1/2] package/wayland-protocols: change download url to https
  2020-09-15 18:13 [Buildroot] [PATCH v1 1/2] package/wayland-protocols: change download url to https Peter Seiderer
  2020-09-15 18:13 ` [Buildroot] [PATCH v1 2/2] package/wayland-utils: " Peter Seiderer
@ 2020-09-19 20:00 ` Thomas Petazzoni
  2020-09-29 13:58 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Thomas Petazzoni @ 2020-09-19 20:00 UTC (permalink / raw)
  To: buildroot

On Tue, 15 Sep 2020 20:13:21 +0200
Peter Seiderer <ps.report@gmx.net> wrote:

> - change download url to https (as redirected by the original http url)
> 
> Signed-off-by: Peter Seiderer <ps.report@gmx.net>
> ---
>  package/wayland-protocols/wayland-protocols.mk | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)

Both applied, thanks!

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

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

* [Buildroot] [PATCH v1 1/2] package/wayland-protocols: change download url to https
  2020-09-15 18:13 [Buildroot] [PATCH v1 1/2] package/wayland-protocols: change download url to https Peter Seiderer
  2020-09-15 18:13 ` [Buildroot] [PATCH v1 2/2] package/wayland-utils: " Peter Seiderer
  2020-09-19 20:00 ` [Buildroot] [PATCH v1 1/2] package/wayland-protocols: " Thomas Petazzoni
@ 2020-09-29 13:58 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2020-09-29 13:58 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Seiderer <ps.report@gmx.net> writes:

 > - change download url to https (as redirected by the original http url)
 > Signed-off-by: Peter Seiderer <ps.report@gmx.net>

Committed to 2020.02.x, 2020.05.x and 2020.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2020-09-29 13:58 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-09-15 18:13 [Buildroot] [PATCH v1 1/2] package/wayland-protocols: change download url to https Peter Seiderer
2020-09-15 18:13 ` [Buildroot] [PATCH v1 2/2] package/wayland-utils: " Peter Seiderer
2020-09-19 20:00 ` [Buildroot] [PATCH v1 1/2] package/wayland-protocols: " Thomas Petazzoni
2020-09-29 13:58 ` 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.