From: "Yixun Lan" <dlan@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtracefs/
Date: Mon, 26 Aug 2024 00:03:50 +0000 (UTC) [thread overview]
Message-ID: <1724630589.70f91a6c14f14f0767806f286853ec4a4a8923f8.dlan@gentoo> (raw)
commit: 70f91a6c14f14f0767806f286853ec4a4a8923f8
Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sun Aug 25 14:26:19 2024 +0000
Commit: Yixun Lan <dlan <AT> gentoo <DOT> 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 <mmk <AT> levelnine.at>
Signed-off-by: Yixun Lan <dlan <AT> 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"
next reply other threads:[~2024-08-26 0:03 UTC|newest]
Thread overview: 34+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-08-26 0:03 Yixun Lan [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-31 21:29 [gentoo-commits] repo/gentoo:master commit in: dev-libs/libtracefs/ Sam James
2024-10-30 15:46 Arthur Zamarin
2024-10-26 3:49 Sam James
2024-10-26 1:16 Sam James
2024-10-25 22:31 Sam James
2024-10-25 22:31 Sam James
2024-08-23 12:35 Yixun Lan
2024-05-30 7:53 Yixun Lan
2024-03-13 4:48 Sam James
2024-03-10 23:21 Jakov Smolić
2024-03-10 20:00 Arthur Zamarin
2024-03-10 20:00 Arthur Zamarin
2024-03-10 19:52 Arthur Zamarin
2024-03-10 19:52 Arthur Zamarin
2024-02-11 8:45 Yixun Lan
2024-02-04 21:42 Ionen Wolkens
2023-07-11 11:03 WANG Xuerui
2023-07-05 21:41 Sam James
2023-07-05 21:41 Sam James
2023-07-05 20:53 Sam James
2023-06-10 9:12 Sam James
2023-01-19 22:51 Yixun Lan
2023-01-19 22:51 Yixun Lan
2023-01-13 6:39 Sam James
2023-01-11 8:03 Arthur Zamarin
2022-12-22 6:12 Yixun Lan
2022-12-20 1:56 Yixun Lan
2022-11-19 1:05 Yixun Lan
2022-10-08 1:54 Yixun Lan
2022-09-02 13:59 Yixun Lan
2022-08-18 18:43 Sam James
2022-07-29 12:12 Arthur Zamarin
2022-06-16 16:58 Patrick McLean
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1724630589.70f91a6c14f14f0767806f286853ec4a4a8923f8.dlan@gentoo \
--to=dlan@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox