mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH 1/6] grub: replace download URL with HTTPS
@ 2024-05-27 20:13 Lucas Stach
  2024-05-27 20:13 ` [ptxdist] [PATCH 2/6] efax: " Lucas Stach
                   ` (5 more replies)
  0 siblings, 6 replies; 13+ messages in thread
From: Lucas Stach @ 2024-05-27 20:13 UTC (permalink / raw)
  To: ptxdist

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
---
 rules/grub.make | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rules/grub.make b/rules/grub.make
index 63b93c2d7ba9..ce0280e2fae6 100644
--- a/rules/grub.make
+++ b/rules/grub.make
@@ -16,7 +16,7 @@ PACKAGES-$(PTXCONF_ARCH_X86)-$(PTXCONF_GRUB) += grub
 GRUB_VERSION		:= 0.97
 GRUB_MD5		:= cd3f3eb54446be6003156158d51f4884
 GRUB			:= grub-$(GRUB_VERSION)
-GRUB_URL		:= ftp://alpha.gnu.org/gnu/grub/$(GRUB).tar.gz
+GRUB_URL		:= https://alpha.gnu.org/gnu/grub/$(GRUB).tar.gz
 GRUB_SOURCE		:= $(SRCDIR)/$(GRUB).tar.gz
 GRUB_DIR		:= $(BUILDDIR)/$(GRUB)
 
-- 
2.39.2




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

end of thread, other threads:[~2024-06-10 19:42 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-05-27 20:13 [ptxdist] [PATCH 1/6] grub: replace download URL with HTTPS Lucas Stach
2024-05-27 20:13 ` [ptxdist] [PATCH 2/6] efax: " Lucas Stach
2024-06-10 19:41   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-27 20:13 ` [ptxdist] [PATCH 3/6] gdb: " Lucas Stach
2024-06-10 19:41   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-27 20:13 ` [ptxdist] [PATCH 4/6] gdbserver: " Lucas Stach
2024-06-10 19:41   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-27 20:13 ` [ptxdist] [PATCH 5/6] ptxd_make_get: drop passive FTP options Lucas Stach
2024-06-10 19:41   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-05-27 20:13 ` [ptxdist] [PATCH 6/6] ptxd_make_world_lint: check for usage of deprecated FTP protocol Lucas Stach
2024-05-28  6:10   ` Michael Olbrich
2024-06-10 19:41   ` [ptxdist] [APPLIED] " Michael Olbrich
2024-06-10 19:41 ` [ptxdist] [APPLIED] grub: replace download URL with HTTPS Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox