All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v2 1/1] configs/zynqmp_zcu10x: change git to https
@ 2022-03-24 12:31 Neal Frager via buildroot
  2022-03-24 15:59 ` Luca Ceresoli
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Neal Frager via buildroot @ 2022-03-24 12:31 UTC (permalink / raw)
  To: buildroot; +Cc: luca, giulio.benetti, michal.simek, Neal Frager

This patch migrates Xilinx Linux kernel and U-Boot from git:// to https://
The git:// location is no longer supported.

For more details:
https://github.blog/2021-09-01-improving-git-protocol-security-github/

Signed-off-by: Neal Frager <neal.frager@amd.com>

---
V1->V2:
 -separated DEVELOPERS file update to make stand alone patch
---
 configs/zynqmp_zcu102_defconfig | 4 ++--
 configs/zynqmp_zcu106_defconfig | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/configs/zynqmp_zcu102_defconfig b/configs/zynqmp_zcu102_defconfig
index 4e96489179..2dd0817bd8 100644
--- a/configs/zynqmp_zcu102_defconfig
+++ b/configs/zynqmp_zcu102_defconfig
@@ -4,7 +4,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynqmp/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynqmp/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/Xilinx/linux-xlnx.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Xilinx/linux-xlnx.git"
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v5.15-930-g966124532656bc95d781abf57531e4cd4f962237"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynqmp"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -22,7 +22,7 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31_UBOOT=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
-BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://github.com/Xilinx/u-boot-xlnx.git"
+BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/Xilinx/u-boot-xlnx.git"
 BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v2022.01-165-g667001319cbe511ce6353195fb4910ae5cb041ce"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="xilinx_zynqmp_virt"
 BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/zynqmp/zcu102/uboot.fragment"
diff --git a/configs/zynqmp_zcu106_defconfig b/configs/zynqmp_zcu106_defconfig
index 0a97975aa0..d836edfaf0 100644
--- a/configs/zynqmp_zcu106_defconfig
+++ b/configs/zynqmp_zcu106_defconfig
@@ -4,7 +4,7 @@ BR2_ROOTFS_POST_BUILD_SCRIPT="board/zynqmp/post-build.sh"
 BR2_ROOTFS_POST_IMAGE_SCRIPT="board/zynqmp/post-image.sh"
 BR2_LINUX_KERNEL=y
 BR2_LINUX_KERNEL_CUSTOM_GIT=y
-BR2_LINUX_KERNEL_CUSTOM_REPO_URL="git://github.com/Xilinx/linux-xlnx.git"
+BR2_LINUX_KERNEL_CUSTOM_REPO_URL="https://github.com/Xilinx/linux-xlnx.git"
 BR2_LINUX_KERNEL_CUSTOM_REPO_VERSION="v5.15-930-g966124532656bc95d781abf57531e4cd4f962237"
 BR2_LINUX_KERNEL_DEFCONFIG="xilinx_zynqmp"
 BR2_LINUX_KERNEL_DTS_SUPPORT=y
@@ -22,7 +22,7 @@ BR2_TARGET_ARM_TRUSTED_FIRMWARE_BL31_UBOOT=y
 BR2_TARGET_UBOOT=y
 BR2_TARGET_UBOOT_BUILD_SYSTEM_KCONFIG=y
 BR2_TARGET_UBOOT_CUSTOM_GIT=y
-BR2_TARGET_UBOOT_CUSTOM_REPO_URL="git://github.com/Xilinx/u-boot-xlnx.git"
+BR2_TARGET_UBOOT_CUSTOM_REPO_URL="https://github.com/Xilinx/u-boot-xlnx.git"
 BR2_TARGET_UBOOT_CUSTOM_REPO_VERSION="v2022.01-165-g667001319cbe511ce6353195fb4910ae5cb041ce"
 BR2_TARGET_UBOOT_BOARD_DEFCONFIG="xilinx_zynqmp_virt"
 BR2_TARGET_UBOOT_CONFIG_FRAGMENT_FILES="board/zynqmp/zcu106/uboot.fragment"
-- 
2.17.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2 1/1] configs/zynqmp_zcu10x: change git to https
  2022-03-24 12:31 [Buildroot] [PATCH v2 1/1] configs/zynqmp_zcu10x: change git to https Neal Frager via buildroot
@ 2022-03-24 15:59 ` Luca Ceresoli
  2022-03-24 17:10 ` Peter Korsgaard
  2022-03-28 13:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Luca Ceresoli @ 2022-03-24 15:59 UTC (permalink / raw)
  To: Neal Frager, buildroot; +Cc: giulio.benetti, michal.simek

Hi Neal,

On 24/03/22 13:31, Neal Frager wrote:
> This patch migrates Xilinx Linux kernel and U-Boot from git:// to https://
> The git:// location is no longer supported.
> 
> For more details:
> https://github.blog/2021-09-01-improving-git-protocol-security-github/
> 
> Signed-off-by: Neal Frager <neal.frager@amd.com>

Reviewed-by: Luca Ceresoli <luca@lucaceresoli.net>

-- 
Luca
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2 1/1] configs/zynqmp_zcu10x: change git to https
  2022-03-24 12:31 [Buildroot] [PATCH v2 1/1] configs/zynqmp_zcu10x: change git to https Neal Frager via buildroot
  2022-03-24 15:59 ` Luca Ceresoli
@ 2022-03-24 17:10 ` Peter Korsgaard
  2022-03-28 13:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-03-24 17:10 UTC (permalink / raw)
  To: Neal Frager; +Cc: luca, giulio.benetti, michal.simek, buildroot

>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:

 > This patch migrates Xilinx Linux kernel and U-Boot from git:// to https://
 > The git:// location is no longer supported.

 > For more details:
 > https://github.blog/2021-09-01-improving-git-protocol-security-github/

 > Signed-off-by: Neal Frager <neal.frager@amd.com>

 > ---
 V1-> V2:
 >  -separated DEVELOPERS file update to make stand alone patch

Committed, thanks.

We have a few more packages using git://github.com, I'll take care of
those.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH v2 1/1] configs/zynqmp_zcu10x: change git to https
  2022-03-24 12:31 [Buildroot] [PATCH v2 1/1] configs/zynqmp_zcu10x: change git to https Neal Frager via buildroot
  2022-03-24 15:59 ` Luca Ceresoli
  2022-03-24 17:10 ` Peter Korsgaard
@ 2022-03-28 13:18 ` Peter Korsgaard
  2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2022-03-28 13:18 UTC (permalink / raw)
  To: Neal Frager; +Cc: luca, giulio.benetti, michal.simek, buildroot

>>>>> "Neal" == Neal Frager <neal.frager@amd.com> writes:

 > This patch migrates Xilinx Linux kernel and U-Boot from git:// to https://
 > The git:// location is no longer supported.

 > For more details:
 > https://github.blog/2021-09-01-improving-git-protocol-security-github/

 > Signed-off-by: Neal Frager <neal.frager@amd.com>

Committed to 2022.02.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-03-28 13:19 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-24 12:31 [Buildroot] [PATCH v2 1/1] configs/zynqmp_zcu10x: change git to https Neal Frager via buildroot
2022-03-24 15:59 ` Luca Ceresoli
2022-03-24 17:10 ` Peter Korsgaard
2022-03-28 13:18 ` 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.