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 8F630158200 for ; Tue, 16 Sep 2025 05:04:04 +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 5240D340F15 for ; Tue, 16 Sep 2025 05:04:04 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A8AF0110572; Tue, 16 Sep 2025 05:04:00 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id A0953110572 for ; Tue, 16 Sep 2025 05:04:00 +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) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5DC40340F79 for ; Tue, 16 Sep 2025 05:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D01FD323D for ; Tue, 16 Sep 2025 05:03:58 +0000 (UTC) From: "Viorel Munteanu" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Viorel Munteanu" Message-ID: <1757998714.bc99cbd5496da77271c547164e25ec5f068d4dce.ceamac@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: ceamac X-VCS-Committer-Name: Viorel Munteanu X-VCS-Revision: bc99cbd5496da77271c547164e25ec5f068d4dce X-VCS-Branch: master Date: Tue, 16 Sep 2025 05:03:58 +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: 3c4216f7-7c2d-4762-82ac-4e4279e50c40 X-Archives-Hash: 201d477d93484829d1db86022be8ea0a commit: bc99cbd5496da77271c547164e25ec5f068d4dce Author: Viorel Munteanu gentoo org> AuthorDate: Tue Sep 16 04:30:11 2025 +0000 Commit: Viorel Munteanu gentoo org> CommitDate: Tue Sep 16 04:58:34 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc99cbd5 package.mask: mask sys-fs/encfs for last-rite Signed-off-by: Viorel Munteanu gentoo.org> profiles/package.mask | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/profiles/package.mask b/profiles/package.mask index 293eec7f08d0..e59f1da8fd15 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -36,6 +36,13 @@ #--- END OF EXAMPLES --- +# Viorel Munteanu (2025-09-16) +# Unmaintained upstream, last release more than 7 years old. +# Old data is getting harder to read. +# Alternatives: sys-fs/gocryptfs or rclone crypt. +# Removal on 2025-12-16. Bug #960358. +sys-fs/encfs + # Michał Górny (2025-09-15) # Masking due to regressions. # https://github.com/pyparsing/pyparsing/issues/618