From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id E58AA1581B9 for ; Mon, 06 Oct 2025 00:26:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id B00673410B0 for ; Mon, 06 Oct 2025 00:26:18 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4123F110374; Mon, 06 Oct 2025 00:26:15 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 3AD12110374 for ; Mon, 06 Oct 2025 00:26:15 +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 E17CD340D7F for ; Mon, 06 Oct 2025 00:26:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 526A939A8 for ; Mon, 06 Oct 2025 00:26:13 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1759710283.7c8cce2861a544bea9775080a01ed31882aab01a.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-db/influxdb/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-db/influxdb/influxdb-2.7.10-r1.ebuild dev-db/influxdb/influxdb-2.7.11.ebuild X-VCS-Directories: dev-db/influxdb/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 7c8cce2861a544bea9775080a01ed31882aab01a X-VCS-Branch: master Date: Mon, 06 Oct 2025 00:26:13 +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: 5f799dd5-9447-4e25-aec7-5e802e01c98b X-Archives-Hash: a348680f41250e25cde2e2ba77cc9ad2 commit: 7c8cce2861a544bea9775080a01ed31882aab01a Author: Sam James gentoo org> AuthorDate: Mon Oct 6 00:24:43 2025 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 6 00:24:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7c8cce28 dev-db/influxdb: add workaround for new Rust Set RUST_MAX_VER to 1.88.0 to avoid an issue w/ 1.89 vs nightly. The package isn't very easy to maintain so not going to do a drive-by bump or anything here, the maintainer can do that. Bug: https://bugs.gentoo.org/961269 Signed-off-by: Sam James gentoo.org> dev-db/influxdb/influxdb-2.7.10-r1.ebuild | 4 +++- dev-db/influxdb/influxdb-2.7.11.ebuild | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/dev-db/influxdb/influxdb-2.7.10-r1.ebuild b/dev-db/influxdb/influxdb-2.7.10-r1.ebuild index 60339b24dc5b..d3b52ab1c291 100644 --- a/dev-db/influxdb/influxdb-2.7.10-r1.ebuild +++ b/dev-db/influxdb/influxdb-2.7.10-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -189,6 +189,8 @@ CRATES=" yansi@0.5.1 " +# bug #961269 +RUST_MAX_VER=1.88.0 inherit cargo go-module systemd DESCRIPTION="Scalable datastore for metrics, events, and real-time analytics" diff --git a/dev-db/influxdb/influxdb-2.7.11.ebuild b/dev-db/influxdb/influxdb-2.7.11.ebuild index d942f6197c86..fe8330a773fb 100644 --- a/dev-db/influxdb/influxdb-2.7.11.ebuild +++ b/dev-db/influxdb/influxdb-2.7.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -189,6 +189,8 @@ CRATES=" yansi@0.5.1 " +# bug #961269 +RUST_MAX_VER=1.88.0 inherit cargo go-module systemd DESCRIPTION="Scalable datastore for metrics, events, and real-time analytics"