Hi, We did this in meta-ti and meta-arago but didn't propagate back into oe-layersetup yet so I'll give it a go. git:// is no longer functional proxies over on latest git versions (example: poky crops container for ubuntu 22.04[1]), also git:// is highly susceptible to man-in-the-middle attacks[2]. Dump git:// in favor of https.
So, things are broken atm, and yes, https:// implies certificates being correct etc, but that is entirely the point. [1] https://hub.docker.com/r/crops/poky/tags 22.04 [2] https://github.blog/2021-09-01-improving-git-protocol-security-github/ Changes since v1: * Update with a new patch to fixup the gitconfig * Update commit message in patch 2 to answer review comments of v1 V1: https://lore.kernel.org/yocto-meta-arago/[email protected]/ Nishanth Menon (1): sample-files: gitconfig.sample: Stop using git:// urls Randolph Sapp (1): configs: Stop using git:// urls configs/arago-dunfell-config.txt | 16 ++++++++-------- configs/arago-dunfell-next-config.txt | 16 ++++++++-------- configs/arago-dunfell-wip-config.txt | 16 ++++++++-------- configs/arago-kirkstone-config.txt | 14 +++++++------- configs/arago-kirkstone-next-config.txt | 14 +++++++------- configs/arago-kirkstone-wip-config.txt | 14 +++++++------- configs/arago-master-config.txt | 14 +++++++------- configs/arago-master-wip-config.txt | 14 +++++++------- configs/distroless-dunfell-config.txt | 8 ++++---- configs/distroless-kirkstone-config.txt | 8 ++++---- configs/distroless-master-config.txt | 8 ++++---- configs/poky-dunfell-config.txt | 8 ++++---- configs/poky-kirkstone-config.txt | 12 ++++++------ configs/poky-master-config.txt | 12 ++++++------ configs/poky-master-wip-config.txt | 12 ++++++------ sample-files/gitconfig.sample | 9 ++++++--- 16 files changed, 99 insertions(+), 96 deletions(-) -- 2.40.0 -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#14276): https://lists.yoctoproject.org/g/meta-arago/message/14276 Mute This Topic: https://lists.yoctoproject.org/mt/97800957/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-arago/leave/10763299/21656/89520264/xyzzy [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
