From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 85CFB1581FB for ; Mon, 26 Aug 2024 00:03:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6ABB1E2A9C; Mon, 26 Aug 2024 00:03:53 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4EAFDE2A9C for ; Mon, 26 Aug 2024 00:03:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DEA0343016 for ; Mon, 26 Aug 2024 00:03:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C188A1F1C for ; Mon, 26 Aug 2024 00:03:50 +0000 (UTC) From: "Yixun Lan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Yixun Lan" Message-ID: <1724630589.70f91a6c14f14f0767806f286853ec4a4a8923f8.dlan@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtracefs/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libtracefs/libtracefs-1.7.0.ebuild dev-libs/libtracefs/libtracefs-1.8.0.ebuild dev-libs/libtracefs/libtracefs-1.8.1.ebuild X-VCS-Directories: dev-libs/libtracefs/ X-VCS-Committer: dlan X-VCS-Committer-Name: Yixun Lan X-VCS-Revision: 70f91a6c14f14f0767806f286853ec4a4a8923f8 X-VCS-Branch: master Date: Mon, 26 Aug 2024 00:03:50 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81ec7fc9-a9e2-471d-9e9e-fc2633e705b1 X-Archives-Hash: 1202efb1d97baa4eb31876a6956ccbb4 commit: 70f91a6c14f14f0767806f286853ec4a4a8923f8 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sun Aug 25 14:26:19 2024 +0000 Commit: Yixun Lan gentoo org> CommitDate: Mon Aug 26 00:03:09 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=70f91a6c dev-libs/libtracefs: 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 Closes: https://github.com/gentoo/gentoo/pull/38285 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: Yixun Lan gentoo.org> dev-libs/libtracefs/libtracefs-1.7.0.ebuild | 4 ++-- dev-libs/libtracefs/libtracefs-1.8.0.ebuild | 4 ++-- dev-libs/libtracefs/libtracefs-1.8.1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/dev-libs/libtracefs/libtracefs-1.7.0.ebuild b/dev-libs/libtracefs/libtracefs-1.7.0.ebuild index 4102ebe264f6..6fa7cdc9b508 100644 --- a/dev-libs/libtracefs/libtracefs-1.7.0.ebuild +++ b/dev-libs/libtracefs/libtracefs-1.7.0.ebuild @@ -6,10 +6,10 @@ EAPI=8 inherit meson DESCRIPTION="Linux kernel trace file system library" -HOMEPAGE="https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/" +HOMEPAGE="https://www.trace-cmd.org/" if [[ ${PV} =~ [9]{4,} ]]; then - EGIT_REPO_URI="git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/" + EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/" inherit git-r3 else SRC_URI="https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/snapshot/${P}.tar.gz" diff --git a/dev-libs/libtracefs/libtracefs-1.8.0.ebuild b/dev-libs/libtracefs/libtracefs-1.8.0.ebuild index b1d311a9f1cc..b80b464bf14d 100644 --- a/dev-libs/libtracefs/libtracefs-1.8.0.ebuild +++ b/dev-libs/libtracefs/libtracefs-1.8.0.ebuild @@ -6,10 +6,10 @@ EAPI=8 inherit meson DESCRIPTION="Linux kernel trace file system library" -HOMEPAGE="https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/" +HOMEPAGE="https://www.trace-cmd.org/" if [[ ${PV} =~ [9]{4,} ]]; then - EGIT_REPO_URI="git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/" + EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/" inherit git-r3 else SRC_URI="https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/snapshot/${P}.tar.gz" diff --git a/dev-libs/libtracefs/libtracefs-1.8.1.ebuild b/dev-libs/libtracefs/libtracefs-1.8.1.ebuild index 151fb60d926f..6753872cebc4 100644 --- a/dev-libs/libtracefs/libtracefs-1.8.1.ebuild +++ b/dev-libs/libtracefs/libtracefs-1.8.1.ebuild @@ -6,10 +6,10 @@ EAPI=8 inherit meson DESCRIPTION="Linux kernel trace file system library" -HOMEPAGE="https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/" +HOMEPAGE="https://www.trace-cmd.org/" if [[ ${PV} =~ [9]{4,} ]]; then - EGIT_REPO_URI="git://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/" + EGIT_REPO_URI="https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/" inherit git-r3 else SRC_URI="https://git.kernel.org/pub/scm/libs/libtrace/libtracefs.git/snapshot/${P}.tar.gz"