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 A3797158003 for ; Fri, 26 May 2023 10:59:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9740DE07A9; Fri, 26 May 2023 10:59:12 +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 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 793D4E07A9 for ; Fri, 26 May 2023 10:59:12 +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 480C8341019 for ; Fri, 26 May 2023 10:59:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 95CB0A6C for ; Fri, 26 May 2023 10:59:09 +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: <1685098725.23ab69bb2f0a819c26f9559d28a40aa97f8c7510.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/ X-VCS-Repository: repo/gentoo X-VCS-Files: mail-filter/rspamd/rspamd-3.5-r1.ebuild X-VCS-Directories: mail-filter/rspamd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 23ab69bb2f0a819c26f9559d28a40aa97f8c7510 X-VCS-Branch: master Date: Fri, 26 May 2023 10:59:09 +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: 212eec9c-9665-4398-885c-f92c0ff1ebe6 X-Archives-Hash: 8e9c33ac88a44ee0fe318d35bf55fa4f commit: 23ab69bb2f0a819c26f9559d28a40aa97f8c7510 Author: Petr Vaněk atlas cz> AuthorDate: Thu May 25 08:40:14 2023 +0000 Commit: Sam James gentoo org> CommitDate: Fri May 26 10:58:45 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23ab69bb mail-filter/rspamd: disable lua5-3, lua5-4 The support for lua5-{3,4} is being temporarily disabled in this version, as the bug fix patch is too large for backporting. Closes: https://bugs.gentoo.org/903577 Upstream-issue: https://github.com/rspamd/rspamd/issues/4455 Signed-off-by: Petr Vaněk atlas.cz> Closes: https://github.com/gentoo/gentoo/pull/31156 Signed-off-by: Sam James gentoo.org> mail-filter/rspamd/rspamd-3.5-r1.ebuild | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/mail-filter/rspamd/rspamd-3.5-r1.ebuild b/mail-filter/rspamd/rspamd-3.5-r1.ebuild index 979310e1d722..836c73d46150 100644 --- a/mail-filter/rspamd/rspamd-3.5-r1.ebuild +++ b/mail-filter/rspamd/rspamd-3.5-r1.ebuild @@ -3,7 +3,10 @@ EAPI=8 -LUA_COMPAT=( lua5-{1..4} luajit ) +# lua5-{3,4} were dropped due to bug #903577. This issue has been resolved +# upstream, see https://github.com/rspamd/rspamd/issues/4455. They will be +# restored with the next version bump. +LUA_COMPAT=( lua5-1 luajit ) inherit cmake lua-single pax-utils systemd tmpfiles