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 72A45158089 for ; Sun, 5 Nov 2023 22:51:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 705642BC015; Sun, 5 Nov 2023 22:51:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5C0032BC015 for ; Sun, 5 Nov 2023 22:51:28 +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 8D3F8335CCD for ; Sun, 5 Nov 2023 22:51:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5A4912B7 for ; Sun, 5 Nov 2023 22:51:25 +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: <1699223830.0eb63510877a22743f87ddcafab4232b94952b8f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/package.mask X-VCS-Directories: profiles/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0eb63510877a22743f87ddcafab4232b94952b8f X-VCS-Branch: master Date: Sun, 5 Nov 2023 22:51:25 +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: 3f6ff79f-bf18-4586-b69f-5c570273aa87 X-Archives-Hash: 97b47ee1b79f784548e1b40a9854eae6 commit: 0eb63510877a22743f87ddcafab4232b94952b8f Author: Sam James gentoo org> AuthorDate: Sun Nov 5 22:37:10 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Nov 5 22:37:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0eb63510 profiles: mask broken btrfs-progs-6.6 versions Signed-off-by: Sam James gentoo.org> profiles/package.mask | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 92d40cee48e5..538ed3fd903d 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -33,6 +33,17 @@ #--- END OF EXAMPLES --- +# Sam James (2023-11-05) +# Mask broken versions: +# - sys-fs/btrfs-progs-6.6(-r0) was respun upstream. +# - sys-fs/btrfs-progs-6.6-r1 had the fixed tarball, but contained an upstream +# bug in the ioctl numbers. +# Please use sys-fs/btrfs-progs-6.6-r2 or, better, sys-fs/btrfs-progs-6.6.1 +# (identical in functional contents). +=sys-fs/btrfs-progs-6.6 +=sys-fs/btrfs-progs-6.6-r1 +=sys-fs/btrfs-progs-6.6-r2 + # Michał Górny (2023-11-05) # Discontinued upstream. Fails tests with modern pytest. # No revdeps left.