Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 620302 - mail-filter/rspamd-1.5.9: version bump
Summary: mail-filter/rspamd-1.5.9: 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: Christian Roessner
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-06-01 00:26 UTC by Kilburn Abrahams
Modified: 2017-06-09 11:54 UTC (History)
2 users (show)

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


Attachments
Ebuild for 1.5.9 (rspamd-1.5.9.ebuild,1.81 KB, text/plain)
2017-06-05 15:44 UTC, Lukas Koldrt
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Kilburn Abrahams 2017-06-01 00:26:18 UTC
* [CritFix] Fix memory leak in fuzzy check
* [CritFix] Fix memory leak in maps scheduling
* [Feature] Multimap: email:domain:tld filter
* [Fix] DKIM Signing: avoid nil index when From header is missing
* [Fix] Do not set bayes probability if we don't use it
* [Fix] Do not stop on illegal unicode points - replace them
* [Fix] Fix brain-damaged spamc protocol for now
* [Fix] Fix Redis timeout set
* [Fix] Fix spamc support in rspamd proxy
* [Fix] Multimap: Received IP filters with Redis
* [Fix] Parse rgb[a](x,x,x[,x]) css colors
* [Fix] Reresolve upstreams even if there is a single server there
* [Fix] Treat empty address as valid
* [Fix] Try harder to detect CTE
* [Fix] Try to deal with v4 mapped to v6 addresses on accept
* [Minor] Add `wsf` and `hta` bad archive extensions
* [Minor] Fix configuration option
* [Minor] Fix result parsing for SAVAPI
* [Minor] Further logging improvements
* [Minor] Improve logging of errors
* [Minor] Prevent MID_CONTAINS_FROM from firing on empty address
* [Minor] Reduce digit->number transmission penalty
* [Minor] Relax CTYPE_MISSING_DISPOSITION rule

Reproducible: Always
Comment 1 Kilburn Abrahams 2017-06-03 11:47:19 UTC
Release 1.5.9
* [Conf] Increase min_bytes to avoid FP
* [Conf] Remove ratelimits from default configuration
* [CritFix] Fix accepting on IPv6 sockets
* [CritFix] Zero fill sockaddr_un
* [Feature] Add `text_multiplier` param
* [Fix] Check min_bytes for images as well
* [Fix] Do not add exact hashes from different parts
* [Fix] Fix memory leak when accepting from unix sockets
* [Fix] Fix some more issues about duplicated fuzzy requests
* [Fix] Phishing: strict_domains
* [Fix] Skip text parts when checking binary parts in fuzzy check
* [Minor] Add the same duplicates protection for all fuzzy hashes types
* [Minor] Fix braces
* [Minor] Fix test
* [Minor] SPOOF_DISPLAY_NAME: Use all SMTP/MIME recipients
* [Minor] Validate assumed spoofed display name domains to contain a dot
Comment 2 Lukas Koldrt 2017-06-05 15:44:25 UTC
Created attachment 475266 [details]
Ebuild for 1.5.9

This ebuild works for me. I removed patch "rspamd-1.5.7-map.patch", because it seems to be fixed in upstream.

I deploy new version "1.5.9" on production server and it is stable.
Comment 3 Dirkjan Ochtman (RETIRED) gentoo-dev 2017-06-09 11:54:21 UTC
Fixed: 

commit 5d5bf5d6ae5be7e41c9166c957c2f9ad0766797a
Author: Dirkjan Ochtman <djc@gentoo.org>
Date:   Fri Jun 9 13:29:52 2017 +0200

    mail-filter/rspamd: version bump to 1.5.9 (fixes bug 620302)
    
    Package-Manager: Portage-2.3.5, Repoman-2.3.1

Thanks for testing!