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 82A7D15A7D9 for ; Sun, 19 Mar 2023 21:21:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E528E07D8; Sun, 19 Mar 2023 21:21:06 +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 83C57E07D8 for ; Sun, 19 Mar 2023 21:21:06 +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 99A943411C8 for ; Sun, 19 Mar 2023 21:21:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F1DE08CF for ; Sun, 19 Mar 2023 21:21:03 +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: <1679260851.33b433a59dc9b5a04680b65e9e88dfc5b4ea22ae.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.4-r2.ebuild X-VCS-Directories: mail-filter/rspamd/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 33b433a59dc9b5a04680b65e9e88dfc5b4ea22ae X-VCS-Branch: master Date: Sun, 19 Mar 2023 21:21:03 +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: 9b9db4cb-69d7-4b71-b7ea-04d9fc4dfa91 X-Archives-Hash: cb7f06c837fb4952e6883a8e775bb4e1 commit: 33b433a59dc9b5a04680b65e9e88dfc5b4ea22ae Author: Petr Vaněk atlas cz> AuthorDate: Sun Mar 19 16:37:00 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sun Mar 19 21:20:51 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b433a5 mail-filter/rspamd: update warning message This improves wording for new revision. Signed-off-by: Petr Vaněk atlas.cz> Signed-off-by: Sam James gentoo.org> mail-filter/rspamd/rspamd-3.4-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mail-filter/rspamd/rspamd-3.4-r2.ebuild b/mail-filter/rspamd/rspamd-3.4-r2.ebuild index 0a63b92b87b8..d81ac12ae142 100644 --- a/mail-filter/rspamd/rspamd-3.4-r2.ebuild +++ b/mail-filter/rspamd/rspamd-3.4-r2.ebuild @@ -141,8 +141,8 @@ pkg_postinst() { for ver in ${REPLACING_VERSIONS}; do if ver_test "${ver}" -eq "3.4"; then elog "rspamd-3.4 is known to segfault when it is updated from older version due" - elog "to a page-alignment of hyperscan .unser files. The issue is patched in this" - elog "ebuild revision rspamd-3.4-r1. All possibly broken .unser files will be" + elog "to a page-alignment of hyperscan .unser files. The issue was patched in" + elog "rspamd-3.4-r1 ebuild revision. All possibly broken .unser files will be" elog "automaticaly removed. See https://github.com/rspamd/rspamd/issues/4329 for" elog "more information."