commit: 652f17bcfc5b13438990110166cc20f569375999 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sat Aug 24 08:29:53 2024 +0000 Commit: Zac Medico <zmedico <AT> gentoo <DOT> org> CommitDate: Sat Aug 24 15:27:18 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=652f17bc
net-misc/passt: use https:// instead of git:// for cloning git:// is unencrypted and could be used by an attacker (mitm) to insert malicious code, see also [1]. git:// runs on port 9418 which is also less likely open behind a firewall. [1] git-scm.com/book/en/v2/Git-on-the-Server-The-Protocols Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> From: https://github.com/gentoo/gentoo/pull/38276 Signed-off-by: Zac Medico <zmedico <AT> gentoo.org> net-misc/passt/passt-2024.03.26.ebuild | 2 +- net-misc/passt/passt-2024.04.05.ebuild | 2 +- net-misc/passt/passt-2024.04.26.ebuild | 2 +- net-misc/passt/passt-2024.05.10.ebuild | 2 +- net-misc/passt/passt-2024.06.07.ebuild | 2 +- net-misc/passt/passt-9999.ebuild | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/net-misc/passt/passt-2024.03.26.ebuild b/net-misc/passt/passt-2024.03.26.ebuild index 90df839f93d9..91d818f5b4a1 100644 --- a/net-misc/passt/passt-2024.03.26.ebuild +++ b/net-misc/passt/passt-2024.03.26.ebuild @@ -12,7 +12,7 @@ RELEASE_COMMIT="4988e2b" if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://passt.top/passt" + EGIT_REPO_URI="https://passt.top/passt" else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" diff --git a/net-misc/passt/passt-2024.04.05.ebuild b/net-misc/passt/passt-2024.04.05.ebuild index e4201215e520..be03e08a6fab 100644 --- a/net-misc/passt/passt-2024.04.05.ebuild +++ b/net-misc/passt/passt-2024.04.05.ebuild @@ -12,7 +12,7 @@ RELEASE_COMMIT="954589b" if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://passt.top/passt" + EGIT_REPO_URI="https://passt.top/passt" else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" diff --git a/net-misc/passt/passt-2024.04.26.ebuild b/net-misc/passt/passt-2024.04.26.ebuild index c73a0f7c146b..cf83c50f72ed 100644 --- a/net-misc/passt/passt-2024.04.26.ebuild +++ b/net-misc/passt/passt-2024.04.26.ebuild @@ -12,7 +12,7 @@ RELEASE_COMMIT="d03c4e2" if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://passt.top/passt" + EGIT_REPO_URI="https://passt.top/passt" else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" diff --git a/net-misc/passt/passt-2024.05.10.ebuild b/net-misc/passt/passt-2024.05.10.ebuild index ce44d6abe4eb..022bbfc62aa7 100644 --- a/net-misc/passt/passt-2024.05.10.ebuild +++ b/net-misc/passt/passt-2024.05.10.ebuild @@ -12,7 +12,7 @@ RELEASE_COMMIT="7288448" if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://passt.top/passt" + EGIT_REPO_URI="https://passt.top/passt" else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" diff --git a/net-misc/passt/passt-2024.06.07.ebuild b/net-misc/passt/passt-2024.06.07.ebuild index 9ffe1a0980df..37ba4d13c25f 100644 --- a/net-misc/passt/passt-2024.06.07.ebuild +++ b/net-misc/passt/passt-2024.06.07.ebuild @@ -12,7 +12,7 @@ RELEASE_COMMIT="8a83b53" if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://passt.top/passt" + EGIT_REPO_URI="https://passt.top/passt" else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}" diff --git a/net-misc/passt/passt-9999.ebuild b/net-misc/passt/passt-9999.ebuild index 9ffe1a0980df..37ba4d13c25f 100644 --- a/net-misc/passt/passt-9999.ebuild +++ b/net-misc/passt/passt-9999.ebuild @@ -12,7 +12,7 @@ RELEASE_COMMIT="8a83b53" if [[ ${PV} == 9999* ]]; then inherit git-r3 - EGIT_REPO_URI="git://passt.top/passt" + EGIT_REPO_URI="https://passt.top/passt" else SRC_URI="https://passt.top/passt/snapshot/passt-${RELEASE_COMMIT}.tar.xz -> ${P}.tar.xz" S="${WORKDIR}/${PN}-${RELEASE_COMMIT}"
