Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 902137 - mail-filter/rspamd-3.5 version bump
Summary: mail-filter/rspamd-3.5 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Petr Vaněk
URL:
Whiteboard:
Keywords: PullRequest
Depends on:
Blocks:
 
Reported: 2023-03-19 12:56 UTC by Kim B. Sindalsen
Modified: 2023-03-19 21:21 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
rspamd-3.5.ebuild (rspamd-3.5.ebuild,4.44 KB, text/plain)
2023-03-19 12:56 UTC, Kim B. Sindalsen
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kim B. Sindalsen 2023-03-19 12:56:21 UTC
Created attachment 858323 [details]
rspamd-3.5.ebuild

Renamed 3.4-r2 ebuild and dropped these three patches:
"${FILESDIR}/${PN}-3.4-hyperscan-page-alignment.patch"
"${FILESDIR}/${PN}-3.3-remove-test-case.patch"
"${FILESDIR}/${P}-gcc-13.patch"

Which fails now (and seems to be among the fixes in 3.4->3.5)
Comment 1 Petr Vaněk gentoo-dev 2023-03-19 15:51:15 UTC
I will bump it soon.
Comment 2 Larry the Git Cow gentoo-dev 2023-03-19 21:21:03 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fc55387362b98251f1b04a8253439fe6653bb86d

commit fc55387362b98251f1b04a8253439fe6653bb86d
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2023-03-19 17:16:26 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-19 21:20:51 +0000

    mail-filter/rspamd: add 3.5
    
    Closes: https://bugs.gentoo.org/902137
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Signed-off-by: Sam James <sam@gentoo.org>

 mail-filter/rspamd/Manifest          |   1 +
 mail-filter/rspamd/rspamd-3.5.ebuild | 149 +++++++++++++++++++++++++++++++++++
 2 files changed, 150 insertions(+)

Additionally, it has been referenced in the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a86a00b5dd713b5c29dc28c42b5aad5adf5ff3b

commit 3a86a00b5dd713b5c29dc28c42b5aad5adf5ff3b
Author:     Petr Vaněk <arkamar@atlas.cz>
AuthorDate: 2023-03-19 17:24:33 +0000
Commit:     Sam James <sam@gentoo.org>
CommitDate: 2023-03-19 21:20:53 +0000

    dev-libs/hyperscan: update warning messages for rspamd users
    
    Different version of hyperscan causes runtime failures in
    <mail-filter/rspamd-3.5, where the issue was addressed. This commit
    limits the warning for affected rspamd versions.
    
    See-also: https://github.com/gentoo/gentoo/pull/29750
    Bug: https://bugs.gentoo.org/902137
    Signed-off-by: Petr Vaněk <arkamar@atlas.cz>
    Closes: https://github.com/gentoo/gentoo/pull/30236
    Signed-off-by: Sam James <sam@gentoo.org>

 dev-libs/hyperscan/hyperscan-5.4.0.ebuild | 4 ++--
 dev-libs/hyperscan/hyperscan-5.4.1.ebuild | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)