pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/mail/rspamd



Module Name:    pkgsrc
Committed By:   fhajny
Date:           Mon Feb 19 11:49:01 UTC 2018

Modified Files:
        pkgsrc/mail/rspamd: Makefile distinfo
Removed Files:
        pkgsrc/mail/rspamd/patches: patch-config.h.in patch-src_lua_lua__util.c

Log Message:
mail/rspamd: Update to 1.6.6.

- [CritFix] Add sanity guards for badly broken HTML
- [CritFix] Another errors path handling fix
- [CritFix] Fix ARC chain verification
- [CritFix] Fix crash in milter errors handler
- [Feature] Allow to insert headers into specific position
- [Feature] Allow to receive signing keys from mempool vars
- [Feature] Authentication-Results: support hiding usernames
- [Fix] Another try to deal with #1998
- [Fix] Another try to fix #1998
- [Fix] Better handling of the legacy protocol
- [Fix] Check decoded headers sanity (e.g. by excluding \0)
- [Fix] Deal with nan and inf encoding in json/ucl
- [Fix] Deal with URLs wrapped in [] in text parts
- [Fix] DKIM signing: allow for auth_only to be false
- [Fix] Do not crash on empty subtype
- [Fix] Do not fail rbl plugin when there are no received or emails
- [Fix] Do not skip the last character
- [Fix] Do not try to dereference last character
- [Fix] Do not try to sign unknown domains
- [Fix] Exim Received header protocol parsing
- [Fix] First load selector_map and path_map. And only return false
  when domain not found if try_fallback is false
- [Fix] Fix bad archive characters stripping
- [Fix] Fix comparision
- [Fix] Fix connecting to a unix socket in rspamadm statconvert
- [Fix] Fix empty headers simple canonicalization
- [Fix] Fix extra hits in PCRE mode for regular expressions
- [Fix] Fix parsing of the per-user script
- [Fix] Fix processing of skip-hashes in fuzzy storage
- [Fix] Fix Redis timeout setup
- [Fix] Fix sanity checks on macro value
- [Fix] Fix text splitting: stack overflow (too many captures)
- [Fix] Fix urls/emails distinguishing found in queries
- [Fix] F-PROT Antivirus: only check return code to determine
  infection
- [Fix] Metadata exporter: check IP sanity
- [Fix] Multimap: received: filtering of artificial header
- [Fix] Plan new event on HTTP errors
- [Fix] Plug another possible memory leak
- [Fix] Remove hop-by-hop headers in proxy
- [Fix] Sanitize IP in history redis
- [Fix] Setting check_local / check_authed in plugins (#1954)
- [Fix] Settings: avoid checking invalid IP (#1981)
- [Fix] Try harder in passing IPv6 addresses
- [Fix] WebUI: use relative path for savemap (#1943)
- [WebUI] Fix message count in throughput summary (#1724)
- [WebUI] Fix NaNs display on Throughput graph
- [WebUI] Restore passwordless login support (#2003)


To generate a diff of this commit:
cvs rdiff -u -r1.34 -r1.35 pkgsrc/mail/rspamd/Makefile
cvs rdiff -u -r1.18 -r1.19 pkgsrc/mail/rspamd/distinfo
cvs rdiff -u -r1.2 -r0 pkgsrc/mail/rspamd/patches/patch-config.h.in \
    pkgsrc/mail/rspamd/patches/patch-src_lua_lua__util.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/mail/rspamd/Makefile
diff -u pkgsrc/mail/rspamd/Makefile:1.34 pkgsrc/mail/rspamd/Makefile:1.35
--- pkgsrc/mail/rspamd/Makefile:1.34    Thu Feb  1 09:58:11 2018
+++ pkgsrc/mail/rspamd/Makefile Mon Feb 19 11:49:01 2018
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.34 2018/02/01 09:58:11 fhajny Exp $
+# $NetBSD: Makefile,v 1.35 2018/02/19 11:49:01 fhajny Exp $
 
-DISTNAME=      rspamd-1.6.5
+DISTNAME=      rspamd-1.6.6
 CATEGORIES=    mail
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=vstakhov/}
 

Index: pkgsrc/mail/rspamd/distinfo
diff -u pkgsrc/mail/rspamd/distinfo:1.18 pkgsrc/mail/rspamd/distinfo:1.19
--- pkgsrc/mail/rspamd/distinfo:1.18    Thu Feb  1 13:42:31 2018
+++ pkgsrc/mail/rspamd/distinfo Mon Feb 19 11:49:01 2018
@@ -1,10 +1,8 @@
-$NetBSD: distinfo,v 1.18 2018/02/01 13:42:31 fhajny Exp $
+$NetBSD: distinfo,v 1.19 2018/02/19 11:49:01 fhajny Exp $
 
-SHA1 (rspamd-1.6.5.tar.gz) = 4b94519f1be3948e9c2c37c707b81671e984ac06
-RMD160 (rspamd-1.6.5.tar.gz) = f0f890e5ceb589371a7d7b286d9a4769524b06fc
-SHA512 (rspamd-1.6.5.tar.gz) = 789abc994cf96a0d88662e14f0e77f95f5c7c7bd1f808ffd64af21cf73cef643b5aee4c1f066d81d04e79d6bb7f72f12095ff08d8515a40bcca23153715fc9f1
-Size (rspamd-1.6.5.tar.gz) = 2484271 bytes
+SHA1 (rspamd-1.6.6.tar.gz) = abd0f9ff4eba09888c7f2fe508defe38acab8238
+RMD160 (rspamd-1.6.6.tar.gz) = d4baae5bd369a95025d48d65f10640ef38bf331f
+SHA512 (rspamd-1.6.6.tar.gz) = 14c7144017df69600dbd09541d16dae19d87105b09f95811fc09624b60e89ca68200654e88dea242508afd3c4963ea7cac086abddec8ca1a3d8fc73d7c27e899
+Size (rspamd-1.6.6.tar.gz) = 2487482 bytes
 SHA1 (patch-CMakeLists.txt) = 1d3e66b52ef38638674baf4c10b68c97b2ca38ad
-SHA1 (patch-config.h.in) = 0fdf35e3a4cd27305c50741a2e6df3ceea5c2a34
 SHA1 (patch-src_CMakeLists.txt) = c80015bb275ba8b9ad31491311275bf353f8f30a
-SHA1 (patch-src_lua_lua__util.c) = a30fb4cc65e4d31caab1c4053192e017ccedd825



Home | Main Index | Thread Index | Old Index