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 479261580E0 for ; Fri, 31 Jan 2025 15:08:31 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 26DEF343196 for ; Fri, 31 Jan 2025 15:08:31 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9EC85110471; Fri, 31 Jan 2025 15:08:26 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 99FA6110471 for ; Fri, 31 Jan 2025 15:08:26 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 51DF534313D for ; Fri, 31 Jan 2025 15:08:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DDC3D2381 for ; Fri, 31 Jan 2025 15:08:24 +0000 (UTC) From: "Matt Jolly" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Jolly" Message-ID: <1738336083.0b7f22ccfafeaa7d3f2953c5915382d0bebbeca8.kangie@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/chromium/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/chromium/chromium-133.0.6943.35.ebuild X-VCS-Directories: www-client/chromium/ X-VCS-Committer: kangie X-VCS-Committer-Name: Matt Jolly X-VCS-Revision: 0b7f22ccfafeaa7d3f2953c5915382d0bebbeca8 X-VCS-Branch: master Date: Fri, 31 Jan 2025 15:08:24 +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: e3520b2e-b3fa-4cd9-ac5a-1c13b8cbb808 X-Archives-Hash: a6abeb7b239e1e2d7715abd846931666 commit: 0b7f22ccfafeaa7d3f2953c5915382d0bebbeca8 Author: Matt Jolly gentoo org> AuthorDate: Thu Jan 30 05:52:51 2025 +0000 Commit: Matt Jolly gentoo org> CommitDate: Fri Jan 31 15:08:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b7f22cc www-client/chromium: promote 133 to stable It's been promoted to early stable for Mac and Windows, there's no reason to hold it back here either. We won't stablereq this release (the security fixes are already in M132 which is in the queue), but users opted into the 'stable' subslot who are running ~arch get an unexected "treat" this week. Signed-off-by: Matt Jolly gentoo.org> www-client/chromium/chromium-133.0.6943.35.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/chromium/chromium-133.0.6943.35.ebuild b/www-client/chromium/chromium-133.0.6943.35.ebuild index b86265c53fcb..8695c76bf77c 100644 --- a/www-client/chromium/chromium-133.0.6943.35.ebuild +++ b/www-client/chromium/chromium-133.0.6943.35.ebuild @@ -43,7 +43,7 @@ SRC_URI="https://chromium-tarballs.distfiles.gentoo.org/${P}-linux.tar.xz pgo? ( https://github.com/elkablo/chromium-profiler/releases/download/v0.2/chromium-profiler-0.2.tar )" LICENSE="BSD" -SLOT="0/beta" +SLOT="0/stable" # Dev exists mostly to give devs some breathing room for beta/stable releases; # it shouldn't be keyworded but adventurous users can select it. if [[ ${SLOT} != "0/dev" ]]; then