<p>Jonathan Neuschäfer has uploaded this change for <strong>review</strong>.</p><p><a href="https://review.coreboot.org/21344">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">payloads/external: Clone GRUB2 over HTTPS<br><br>Since the git:// protocol is unencrypted and unauthenticated, there's a<br>security risk associated with using it: A man-in-the-middle attacker<br>could replace e.g. the master branch with malicious code.<br><br>Mitigate this risk somewhat by cloning GRUB2 via HTTPS.<br><br>Change-Id: Ice8f8d108e7dfa1a1ecd58d9735944fa9570ace8<br>Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net><br>---<br>M payloads/external/GRUB2/Makefile<br>1 file changed, 1 insertion(+), 1 deletion(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://review.coreboot.org:29418/coreboot refs/changes/44/21344/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">diff --git a/payloads/external/GRUB2/Makefile b/payloads/external/GRUB2/Makefile<br>index 4a0a491..71c7352 100644<br>--- a/payloads/external/GRUB2/Makefile<br>+++ b/payloads/external/GRUB2/Makefile<br>@@ -3,7 +3,7 @@<br> NAME-$(CONFIG_GRUB2_MASTER)=HEAD<br> NAME-$(CONFIG_GRUB2_REVISION)=$(CONFIG_GRUB2_REVISION_ID)<br> <br>-project_git_repo=git://git.sv.gnu.org/grub.git<br>+project_git_repo=https://git.savannah.gnu.org/git/grub.git/<br> project_dir=grub2<br> <br> unexport HOSTCC CC LD OBJCOPY STRIP<br></pre><p>To view, visit <a href="https://review.coreboot.org/21344">change 21344</a>. To unsubscribe, visit <a href="https://review.coreboot.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://review.coreboot.org/21344"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: coreboot </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>
<div style="display:none"> Gerrit-Change-Id: Ice8f8d108e7dfa1a1ecd58d9735944fa9570ace8 </div>
<div style="display:none"> Gerrit-Change-Number: 21344 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Jonathan Neuschäfer <j.neuschaefer@gmx.net> </div>