diff options
author | wiedi <wiedi@pkgsrc.org> | 2015-09-02 15:14:16 +0000 |
---|---|---|
committer | wiedi <wiedi@pkgsrc.org> | 2015-09-02 15:14:16 +0000 |
commit | f4542033959924ef9348b4e16ac39766968aad34 (patch) | |
tree | 989ced9641e6780430eae23794cd262478ed0e7e | |
parent | 8e70e3206627507e5b5dcd9bbbd6973d652d1bf0 (diff) | |
download | pkgsrc-f4542033959924ef9348b4e16ac39766968aad34.tar.gz |
Update rspamd to 0.9.10
0.9.10:
* Do not dereference null pointer on learning.
* Fix some extreme cases in BAYES.
* Add a workaround to avoid bad HTML messages breaking.
* Build with -O2 flags by default.
* Add constraints to limit DNS requests count per task.
* Add workaround for SURBL DNS flood.
* Set error if rspamd cannot learn anything.
0.9.9:
* Don't use RWL_SPAMHAUS_WL (unknown result) for whitelisting (by @fatalbanana)
* Import updated public suffix list (by @fatalbanana)
* Remove debug message
* Fix settings (by @fatalbanana)
* Remove duplicated symbol registration
* Use WAL for fuzzy storage
* RBL fixes (by @fatalbanana):
- silence errors;
- yield unknown results from RBLs;
- fix scoring for DNSWL;
- fix use of RBL name as symbol;
- ignore RBL names that would not be yielded;
* Support captures in regular expressions
* Add captures support to lua_regexp
* Support dist on FreeBSD and Darwin
* Add RCVD_IN_DNSWL_NONE as whitelisting exclusion (by @fatalbanana)
* Multiple fixes to URL detection:
- support port definition;
- fix query and path recognition;
- fix parsing of multiple slashes in URL;
- fix parsing query just after port;
- fix path field in `url:to_table` method;
- improve support of IP based URLs.
* Set ignore_whitelists = true for RECEIVED_SPAMHAUS_XBL (by @fatalbanana)
* Add GTUBE support
* Ignore User header in SA mode
0.9.8:
* Fix critical bug in bayes classifier (#305)
* Fix critical bug in RBL module (by @fatalbanana)
* Fix and rework settings plugin.
* Fix get_all_opts for a case of non-iterable options.
* Use tld for redirector's matching.
0.9.7:
* Add whitelist_exception setting to RBL module (by @fatalbanana)
* Don't use RWL_MAILSPIKE_POSSIBLE or DNSWL_BLOCKED for whitelisting (by
@fatalbanana)
* Fix extreme cases in bayes classifier.
* Fix parsing of urls with '?' at the end of hostname.
* Update interface.
* Fix number of issues with webui interaction.
* Fix saving maps.
* Allow user@ and @domain matches in multimap.
* Fix issues with bounces From processing.
* Fix abs/fabs misuse.
* Fix builds on suse and arch linux distributions.
0.9.6:
* Fix memory leak if mime cannot be parsed.
* Fix dkim cache expiration.
* Fix issues with redirector HTTP response.
* Fix abnormal connection closing with certains messages with a high score
(issue #296)
* Fix redirector installation.
* Use specific POE loop for some systems.
* Fix number of issues in URL redirector.
* Fix selecting URLs for sending to redirector.
-rw-r--r-- | mail/rspamd/Makefile | 5 | ||||
-rw-r--r-- | mail/rspamd/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 22ff1c95d69..0e35ee71645 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.13 2015/06/12 10:50:26 wiz Exp $ +# $NetBSD: Makefile,v 1.14 2015/09/02 15:14:16 wiedi Exp $ -DISTNAME= rspamd-0.9.5 -PKGREVISION= 1 +DISTNAME= rspamd-0.9.10 CATEGORIES= mail MASTER_SITES= http://www.rspamd.com/downloads/ EXTRACT_SUFX= .tar.xz diff --git a/mail/rspamd/distinfo b/mail/rspamd/distinfo index 2f310276bbb..bbd20692cff 100644 --- a/mail/rspamd/distinfo +++ b/mail/rspamd/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.5 2015/06/05 00:49:35 wiedi Exp $ +$NetBSD: distinfo,v 1.6 2015/09/02 15:14:16 wiedi Exp $ -SHA1 (rspamd-0.9.5.tar.xz) = c298e7e02f77fc1577008ef5aa1da3ec5c8e2723 -RMD160 (rspamd-0.9.5.tar.xz) = 786b767f11328d4914db29dbbc13896742ee96a2 -Size (rspamd-0.9.5.tar.xz) = 802752 bytes +SHA1 (rspamd-0.9.10.tar.xz) = bc2a247fddc3dad13f07714b4d110f355bb4423f +RMD160 (rspamd-0.9.10.tar.xz) = 21bdddd0258b6aa55b63175e751139fd766d61af +Size (rspamd-0.9.10.tar.xz) = 808764 bytes |