commit:     2a55aa4c3e713dbdb4db01f5a3b01da1a4f9be74
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 16 15:26:49 2021 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Thu Mar 18 09:21:13 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a55aa4c

dev-vcs/git: use HTTPS in 9999

This has protection against MITM, unlike raw git://.

Signed-off-by: Sam James <sam <AT> gentoo.org>
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>

 dev-vcs/git/git-9999-r1.ebuild | 2 +-
 dev-vcs/git/git-9999-r2.ebuild | 2 +-
 dev-vcs/git/git-9999-r3.ebuild | 2 +-
 dev-vcs/git/git-9999.ebuild    | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-vcs/git/git-9999-r1.ebuild b/dev-vcs/git/git-9999-r1.ebuild
index 20bef195759..62714c732f6 100644
--- a/dev-vcs/git/git-9999-r1.ebuild
+++ b/dev-vcs/git/git-9999-r1.ebuild
@@ -13,7 +13,7 @@ inherit toolchain-funcs elisp-common l10n perl-module 
bash-completion-r1 python-
 PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN"
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git"
+       EGIT_REPO_URI="https://git.kernel.org/pub/scm/git/git.git";
        # Please ensure that all _four_ 9999 ebuilds get updated; they track 
the 4 upstream branches.
        # See https://git-scm.com/docs/gitworkflows#_graduation
        # In order of stability:

diff --git a/dev-vcs/git/git-9999-r2.ebuild b/dev-vcs/git/git-9999-r2.ebuild
index 20bef195759..62714c732f6 100644
--- a/dev-vcs/git/git-9999-r2.ebuild
+++ b/dev-vcs/git/git-9999-r2.ebuild
@@ -13,7 +13,7 @@ inherit toolchain-funcs elisp-common l10n perl-module 
bash-completion-r1 python-
 PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN"
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git"
+       EGIT_REPO_URI="https://git.kernel.org/pub/scm/git/git.git";
        # Please ensure that all _four_ 9999 ebuilds get updated; they track 
the 4 upstream branches.
        # See https://git-scm.com/docs/gitworkflows#_graduation
        # In order of stability:

diff --git a/dev-vcs/git/git-9999-r3.ebuild b/dev-vcs/git/git-9999-r3.ebuild
index 5aeda5d427f..b23ee2eb4c2 100644
--- a/dev-vcs/git/git-9999-r3.ebuild
+++ b/dev-vcs/git/git-9999-r3.ebuild
@@ -13,7 +13,7 @@ inherit toolchain-funcs elisp-common l10n perl-module 
bash-completion-r1 python-
 PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN"
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git"
+       EGIT_REPO_URI="https://git.kernel.org/pub/scm/git/git.git";
        # Please ensure that all _four_ 9999 ebuilds get updated; they track 
the 4 upstream branches.
        # See https://git-scm.com/docs/gitworkflows#_graduation
        # In order of stability:

diff --git a/dev-vcs/git/git-9999.ebuild b/dev-vcs/git/git-9999.ebuild
index ef76ad4668a..44f31ec8aa9 100644
--- a/dev-vcs/git/git-9999.ebuild
+++ b/dev-vcs/git/git-9999.ebuild
@@ -13,7 +13,7 @@ inherit toolchain-funcs elisp-common l10n perl-module 
bash-completion-r1 python-
 PLOCALES="bg ca de es fr is it ko pt_PT ru sv vi zh_CN"
 if [[ ${PV} == *9999 ]]; then
        inherit git-r3
-       EGIT_REPO_URI="git://git.kernel.org/pub/scm/git/git.git"
+       EGIT_REPO_URI="https://git.kernel.org/pub/scm/git/git.git";
        # Please ensure that all _four_ 9999 ebuilds get updated; they track 
the 4 upstream branches.
        # See https://git-scm.com/docs/gitworkflows#_graduation
        # In order of stability:

Reply via email to