commit:     af6cf213e9eba2e073f88c9a3af2bfa6aebeae99
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Aug 25 14:12:51 2024 +0000
Commit:     Yixun Lan <dlan <AT> gentoo <DOT> org>
CommitDate: Sun Aug 25 23:58:58 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af6cf213

dev-libs/libtracecmd: use https:// instead of git:// for cloning, fix HOMEPAGE

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>
Signed-off-by: Yixun Lan <dlan <AT> gentoo.org>

 dev-libs/libtracecmd/libtracecmd-1.5.1.ebuild | 4 ++--
 dev-libs/libtracecmd/libtracecmd-1.5.2.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/dev-libs/libtracecmd/libtracecmd-1.5.1.ebuild 
b/dev-libs/libtracecmd/libtracecmd-1.5.1.ebuild
index 69dba2023131..876509600048 100644
--- a/dev-libs/libtracecmd/libtracecmd-1.5.1.ebuild
+++ b/dev-libs/libtracecmd/libtracecmd-1.5.1.ebuild
@@ -6,10 +6,10 @@ EAPI=8
 inherit meson
 
 DESCRIPTION="Linux kernel tracecmd library"
-HOMEPAGE="https://git.kernel.org/pub/scm/libs/trace-cmd/trace-cmd.git/";
+HOMEPAGE="https://www.trace-cmd.org/";
 
 if [[ ${PV} =~ [9]{4,} ]]; then
-       
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/"
+       
EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/";
        inherit git-r3
 else
        
SRC_URI="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/trace-cmd-${P}.tar.gz
 -> ${P}.tar.gz"

diff --git a/dev-libs/libtracecmd/libtracecmd-1.5.2.ebuild 
b/dev-libs/libtracecmd/libtracecmd-1.5.2.ebuild
index 3e8cf3fbeba3..3402e3716f6e 100644
--- a/dev-libs/libtracecmd/libtracecmd-1.5.2.ebuild
+++ b/dev-libs/libtracecmd/libtracecmd-1.5.2.ebuild
@@ -6,10 +6,10 @@ EAPI=8
 inherit meson
 
 DESCRIPTION="Linux kernel tracecmd library"
-HOMEPAGE="https://git.kernel.org/pub/scm/libs/trace-cmd/trace-cmd.git/";
+HOMEPAGE="https://www.trace-cmd.org/";
 
 if [[ ${PV} =~ [9]{4,} ]]; then
-       
EGIT_REPO_URI="git://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/"
+       
EGIT_REPO_URI="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/";
        inherit git-r3
 else
        
SRC_URI="https://git.kernel.org/pub/scm/utils/trace-cmd/trace-cmd.git/snapshot/trace-cmd-${P}.tar.gz
 -> ${P}.tar.gz"

Reply via email to