Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/
Date: Sun, 19 Mar 2023 21:21:07
Message-Id: 1679260851.33b433a59dc9b5a04680b65e9e88dfc5b4ea22ae.sam@gentoo
1 commit: 33b433a59dc9b5a04680b65e9e88dfc5b4ea22ae
2 Author: Petr Vaněk <arkamar <AT> atlas <DOT> cz>
3 AuthorDate: Sun Mar 19 16:37:00 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 19 21:20:51 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33b433a5
7
8 mail-filter/rspamd: update warning message
9
10 This improves wording for new revision.
11
12 Signed-off-by: Petr Vaněk <arkamar <AT> atlas.cz>
13 Signed-off-by: Sam James <sam <AT> gentoo.org>
14
15 mail-filter/rspamd/rspamd-3.4-r2.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/mail-filter/rspamd/rspamd-3.4-r2.ebuild b/mail-filter/rspamd/rspamd-3.4-r2.ebuild
19 index 0a63b92b87b8..d81ac12ae142 100644
20 --- a/mail-filter/rspamd/rspamd-3.4-r2.ebuild
21 +++ b/mail-filter/rspamd/rspamd-3.4-r2.ebuild
22 @@ -141,8 +141,8 @@ pkg_postinst() {
23 for ver in ${REPLACING_VERSIONS}; do
24 if ver_test "${ver}" -eq "3.4"; then
25 elog "rspamd-3.4 is known to segfault when it is updated from older version due"
26 - elog "to a page-alignment of hyperscan .unser files. The issue is patched in this"
27 - elog "ebuild revision rspamd-3.4-r1. All possibly broken .unser files will be"
28 + elog "to a page-alignment of hyperscan .unser files. The issue was patched in"
29 + elog "rspamd-3.4-r1 ebuild revision. All possibly broken .unser files will be"
30 elog "automaticaly removed. See https://github.com/rspamd/rspamd/issues/4329 for"
31 elog "more information."