All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] patchelf: update _SITE to new location
@ 2019-01-10 12:31 Arnout Vandecappelle
  2019-01-10 14:26 ` Peter Korsgaard
  2019-01-24 15:27 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2019-01-10 12:31 UTC (permalink / raw)
  To: buildroot

releases.nixos.org gives some weird XML pages. The upstream location is
nixos.org/releases.

This side uses HSTS, so switch to https to avoid a needless redirect.

Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
---
 package/patchelf/patchelf.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/patchelf/patchelf.mk b/package/patchelf/patchelf.mk
index 74e6cccdbe..52912e295b 100644
--- a/package/patchelf/patchelf.mk
+++ b/package/patchelf/patchelf.mk
@@ -5,7 +5,7 @@
 ################################################################################
 
 PATCHELF_VERSION = 0.9
-PATCHELF_SITE = http://releases.nixos.org/patchelf/patchelf-$(PATCHELF_VERSION)
+PATCHELF_SITE = https://nixos.org/releases/patchelf/patchelf-$(PATCHELF_VERSION)
 PATCHELF_SOURCE = patchelf-$(PATCHELF_VERSION).tar.bz2
 PATCHELF_LICENSE = GPL-3.0+
 PATCHELF_LICENSE_FILES = COPYING
-- 
2.20.1

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

* [Buildroot] [PATCH] patchelf: update _SITE to new location
  2019-01-10 12:31 [Buildroot] [PATCH] patchelf: update _SITE to new location Arnout Vandecappelle
@ 2019-01-10 14:26 ` Peter Korsgaard
  2019-01-24 15:27 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-01-10 14:26 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > releases.nixos.org gives some weird XML pages. The upstream location is
 > nixos.org/releases.

 > This side uses HSTS, so switch to https to avoid a needless redirect.

 > Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

Committed, thanks.

-- 
Bye, Peter Korsgaard

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

* [Buildroot] [PATCH] patchelf: update _SITE to new location
  2019-01-10 12:31 [Buildroot] [PATCH] patchelf: update _SITE to new location Arnout Vandecappelle
  2019-01-10 14:26 ` Peter Korsgaard
@ 2019-01-24 15:27 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2019-01-24 15:27 UTC (permalink / raw)
  To: buildroot

>>>>> "Arnout" == Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> writes:

 > releases.nixos.org gives some weird XML pages. The upstream location is
 > nixos.org/releases.

 > This side uses HSTS, so switch to https to avoid a needless redirect.

 > Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>

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

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2019-01-24 15:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-10 12:31 [Buildroot] [PATCH] patchelf: update _SITE to new location Arnout Vandecappelle
2019-01-10 14:26 ` Peter Korsgaard
2019-01-24 15:27 ` 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.