diff options
author | Petr Vaněk <arkamar@atlas.cz> | 2023-03-19 17:37:00 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-03-19 21:20:51 +0000 |
commit | 33b433a59dc9b5a04680b65e9e88dfc5b4ea22ae (patch) | |
tree | 28dc690824e8f96a6afc65a7ba5747c34b35636a /mail-filter | |
parent | sys-devel/dwz: update maintainers (diff) | |
download | gentoo-33b433a59dc9b5a04680b65e9e88dfc5b4ea22ae.tar.gz gentoo-33b433a59dc9b5a04680b65e9e88dfc5b4ea22ae.tar.bz2 gentoo-33b433a59dc9b5a04680b65e9e88dfc5b4ea22ae.zip |
mail-filter/rspamd: update warning message
This improves wording for new revision.
Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/rspamd/rspamd-3.4-r2.ebuild | 4 |
1 files 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." |