* [PATCH 1/2] Documentation: use https:// URLs for git.pengutronix.de
@ 2025-06-12 8:52 Roland Hieber
2025-06-12 8:52 ` [PATCH 2/2] Documentation: use https URLs for GitHub Roland Hieber
2025-06-12 12:48 ` [PATCH 1/2] Documentation: use https:// URLs for git.pengutronix.de Sascha Hauer
0 siblings, 2 replies; 3+ messages in thread
From: Roland Hieber @ 2025-06-12 8:52 UTC (permalink / raw)
To: barebox; +Cc: Roland Hieber
The git:// protocol has been disabled on git.pengutronix.de to shed load
caused by noncompliant AI scrapers. Use the https:// protocol instead.
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
Documentation/user/barebox.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/user/barebox.rst b/Documentation/user/barebox.rst
index 710af0d43ff7..5cb1d46262bc 100644
--- a/Documentation/user/barebox.rst
+++ b/Documentation/user/barebox.rst
@@ -18,7 +18,7 @@ can be checked out as follows:
.. code-block:: console
- $ git clone git://git.pengutronix.de/git/barebox.git
+ $ git clone https://git.pengutronix.de/git/barebox
Cloning into 'barebox'...
remote: Counting objects: 113356, done.
remote: Compressing objects: 100% (25177/25177), done.
--
2.39.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 2/2] Documentation: use https URLs for GitHub
2025-06-12 8:52 [PATCH 1/2] Documentation: use https:// URLs for git.pengutronix.de Roland Hieber
@ 2025-06-12 8:52 ` Roland Hieber
2025-06-12 12:48 ` [PATCH 1/2] Documentation: use https:// URLs for git.pengutronix.de Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Roland Hieber @ 2025-06-12 8:52 UTC (permalink / raw)
To: barebox; +Cc: Roland Hieber
GitHub phased out support for the git:// protocol a few years ago [1].
Fix the respective URLs by using the https:// protocol instead.
[1]: https://github.blog/security/application-security/improving-git-protocol-security-github/
Signed-off-by: Roland Hieber <rhi@pengutronix.de>
---
Documentation/boards/efi.rst | 2 +-
arch/arm/mach-omap/omap4_rom_usb.c | 2 +-
drivers/mci/mci-bcm2835.c | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/boards/efi.rst b/Documentation/boards/efi.rst
index b12433014ef1..869e5e88172f 100644
--- a/Documentation/boards/efi.rst
+++ b/Documentation/boards/efi.rst
@@ -292,7 +292,7 @@ HOWTOs in the net, for example on http://tianocore.sourceforge.net/wiki/Using_ED
.. code-block:: sh
- git clone git://github.com/tianocore/edk2.git
+ git clone https://github.com/tianocore/edk2.git
cd edk2
git submodule update --init
make -C BaseTools
diff --git a/arch/arm/mach-omap/omap4_rom_usb.c b/arch/arm/mach-omap/omap4_rom_usb.c
index 01c5565a68bc..500f8dfd2df0 100644
--- a/arch/arm/mach-omap/omap4_rom_usb.c
+++ b/arch/arm/mach-omap/omap4_rom_usb.c
@@ -1,6 +1,6 @@
/*
* This code is based on:
- * git://github.com/swetland/omap4boot.git
+ * https://github.com/swetland/omap4boot.git
*/
/*
* Copyright (C) 2010 The Android Open Source Project
diff --git a/drivers/mci/mci-bcm2835.c b/drivers/mci/mci-bcm2835.c
index cd4c1b866ca1..0099e4e35753 100644
--- a/drivers/mci/mci-bcm2835.c
+++ b/drivers/mci/mci-bcm2835.c
@@ -4,7 +4,7 @@
*
* Support for SDHCI device on bcm2835
* Based on sdhci-bcm2708.c (c) 2010 Broadcom
- * Inspired by bcm2835_sdhci.c from git://github.com/gonzoua/u-boot-pi.git
+ * Inspired by bcm2835_sdhci.c from https://github.com/gonzoua/u-boot-pi.git
*
* Portions (e.g. read/write macros, concepts for back-to-back register write
* timing workarounds) obviously extracted from the Linux kernel at:
--
2.39.5
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH 1/2] Documentation: use https:// URLs for git.pengutronix.de
2025-06-12 8:52 [PATCH 1/2] Documentation: use https:// URLs for git.pengutronix.de Roland Hieber
2025-06-12 8:52 ` [PATCH 2/2] Documentation: use https URLs for GitHub Roland Hieber
@ 2025-06-12 12:48 ` Sascha Hauer
1 sibling, 0 replies; 3+ messages in thread
From: Sascha Hauer @ 2025-06-12 12:48 UTC (permalink / raw)
To: barebox, Roland Hieber
On Thu, 12 Jun 2025 10:52:33 +0200, Roland Hieber wrote:
> The git:// protocol has been disabled on git.pengutronix.de to shed load
> caused by noncompliant AI scrapers. Use the https:// protocol instead.
>
>
Applied, thanks!
[1/2] Documentation: use https:// URLs for git.pengutronix.de
(no commit info)
[2/2] Documentation: use https URLs for GitHub
https://git.pengutronix.de/cgit/barebox/commit/?id=340e930140e7 (link may not be stable)
Best regards,
--
Sascha Hauer <s.hauer@pengutronix.de>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-12 13:21 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2025-06-12 8:52 [PATCH 1/2] Documentation: use https:// URLs for git.pengutronix.de Roland Hieber
2025-06-12 8:52 ` [PATCH 2/2] Documentation: use https URLs for GitHub Roland Hieber
2025-06-12 12:48 ` [PATCH 1/2] Documentation: use https:// URLs for git.pengutronix.de Sascha Hauer
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox