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 B21D015808B for ; Tue, 12 Apr 2022 08:20:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 04689E07A5; Tue, 12 Apr 2022 08:20:33 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 D8241E07A9 for ; Tue, 12 Apr 2022 08:20:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 E22903419EF for ; Tue, 12 Apr 2022 08:20:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 59BDC397 for ; Tue, 12 Apr 2022 08:20:30 +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: <1649751613.593968a8ab8ebd056c994d8e580845a4e2ab96f2.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: profiles/base/ X-VCS-Repository: repo/gentoo X-VCS-Files: profiles/base/package.use.mask X-VCS-Directories: profiles/base/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 593968a8ab8ebd056c994d8e580845a4e2ab96f2 X-VCS-Branch: master Date: Tue, 12 Apr 2022 08:20:30 +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: 6445cc00-6991-425d-8ef6-2e094a327492 X-Archives-Hash: 1fea0bdb42a349407c83d94ffc51b365 commit: 593968a8ab8ebd056c994d8e580845a4e2ab96f2 Author: Petr Vaněk atlas cz> AuthorDate: Thu Apr 7 15:39:59 2022 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 12 08:20:13 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=593968a8 profiles/base: change USE=jemalloc to >=mail-filter/rspamd-3.0 The jemalloc issue affects rspamd-3.2 as well. This mask seems to be better than adding extra line for every new version. Bug: https://bugs.gentoo.org/810337 Upstream-issue: https://github.com/rspamd/rspamd/issues/3871 Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> profiles/base/package.use.mask | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/profiles/base/package.use.mask b/profiles/base/package.use.mask index adf9bc52b851..3202f42f1995 100644 --- a/profiles/base/package.use.mask +++ b/profiles/base/package.use.mask @@ -127,8 +127,7 @@ dev-lang/rust parallel-compiler # rspamd-3.0 segfaults a lot with jemalloc enabled (Bug #810337) # It is caused by -Wl,--as-needed linker flag, # see also: https://github.com/rspamd/rspamd/issues/3871 -~mail-filter/rspamd-3.0 jemalloc -~mail-filter/rspamd-3.1 jemalloc +>=mail-filter/rspamd-3.0 jemalloc # Matt Turner (2021-08-28) # Mask experimental options.