diff options
author | wiz <wiz@pkgsrc.org> | 2016-11-05 10:34:25 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-11-05 10:34:25 +0000 |
commit | 76e5eb36679c999743b3f7fea5d366ff9a162c52 (patch) | |
tree | ae1f9c75e19467ad6a1bc2fc9ae850fc2f6ee94e /mail | |
parent | cd7a770b59bb9e0e5efa75a26c614380b2604922 (diff) | |
download | pkgsrc-76e5eb36679c999743b3f7fea5d366ff9a162c52.tar.gz |
Updated rspamd to 1.3.5.
1.3.5:
* [CritFix] Fix issue with finding of end of lines pointers
* [Feature] Add DMARC_NA symbol
* [Feature] Add R_DKIM_NA / R_SPF_NA / AUTH_NA symbols
* [Feature] Add spamhaus DROP dnsbl
* [Feature] Add termination callbacks for workers
* [Feature] Add user-agent for rspamc
* [Feature] Allow parsing of mailbox messages from the commandline
* [Feature] Support excluding selected users from ratelimits
* [Feature] Yield DMARC_DNSFAIL on lookup failure
* [Fix] Banish table.maxn from Lua parts
* [Fix] Do not use headers to calculate messages digests
* [Fix] Fix absurdic scores for HFILTER_URL_ONLY
* [Fix] Fix actrie patterns
* [Fix] Fix format string
* [Fix] Fix handling of '\0' in lua_tcp
* [Fix] Fix issue with empty messages and dkim
* [Fix] Fix min_learns option
* [Fix] Fix options for SPF dnsfail symbol
* [Fix] Fix processing of symbols when reject limit is reached
* [Fix] Settings: fix `authenticated` parameter (#886)
* [Fix] Try to avoid race condition when using rrd
* [Fix] Use the correct macro to get the size of controller
* [Fix] Fix build and tests on OpenBSD
Diffstat (limited to 'mail')
-rw-r--r-- | mail/rspamd/Makefile | 4 | ||||
-rw-r--r-- | mail/rspamd/distinfo | 10 |
2 files changed, 7 insertions, 7 deletions
diff --git a/mail/rspamd/Makefile b/mail/rspamd/Makefile index 492c13d05e0..07c74e9a508 100644 --- a/mail/rspamd/Makefile +++ b/mail/rspamd/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.20 2016/09/14 21:31:34 wiedi Exp $ +# $NetBSD: Makefile,v 1.21 2016/11/05 10:34:25 wiz Exp $ -DISTNAME= rspamd-1.3.4 +DISTNAME= rspamd-1.3.5 CATEGORIES= mail MASTER_SITES= http://www.rspamd.com/downloads/ EXTRACT_SUFX= .tar.xz diff --git a/mail/rspamd/distinfo b/mail/rspamd/distinfo index 67a519910e7..e1ee862aafe 100644 --- a/mail/rspamd/distinfo +++ b/mail/rspamd/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.8 2016/08/27 15:07:42 wiz Exp $ +$NetBSD: distinfo,v 1.9 2016/11/05 10:34:25 wiz Exp $ -SHA1 (rspamd-1.3.4.tar.xz) = d935810734b34d3754952bbd29dc963da9a01e87 -RMD160 (rspamd-1.3.4.tar.xz) = 2cc49d3c4a4c8cc2ce4a8baa4cfc2093d82e0730 -SHA512 (rspamd-1.3.4.tar.xz) = 41a3aa9b699ca1e40d229ebc9c3fd41ef07ad99b0badda44481fe4ff3003000069352f58379fa47013f96d98b08430a3c7bea0d97cab4a7e6db17a9084b082d6 -Size (rspamd-1.3.4.tar.xz) = 1484632 bytes +SHA1 (rspamd-1.3.5.tar.xz) = 3471af33cd8a40aa85e53167f376acf59716e07e +RMD160 (rspamd-1.3.5.tar.xz) = 9c6933cff9fd136602b40b70c3b2576f36697e59 +SHA512 (rspamd-1.3.5.tar.xz) = 6d7223c6be6e49296a5228d3d05a5f8dfd4a4002df9d247740bce75f2f652a01d86c30456b8475d08d529d2787aa30191713961ffc82c380c00612cae371b61c +Size (rspamd-1.3.5.tar.xz) = 1483044 bytes SHA1 (patch-src_CMakeLists.txt) = 7bf7ea8851cccc374c962277ff122a9c8ecddbbc |