pkgsrc-WIP-changes archive

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

rspamd: update to 1.4.3



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Fri Feb 17 15:57:36 2017 +0100
Changeset:	c20c2ea3aa83d20abbf788583c44e9f2984b635a

Modified Files:
	rspamd14/Makefile
	rspamd14/distinfo

Log Message:
rspamd: update to 1.4.3

1.4.3:
	* [CritFix] Backport PTR_ARRAY_FOREACH fix
	* [CritFix] Fix descriptors leak on reload
	* [Feature] Add `caseless_hash` method to `lua_util`
	* [Feature] Use t1ha for hashes, allow inlining
	* [Feature] Use t1ha instead of metrohash and xxhash32
	* [Fix] Another try to fix descriptors leak
	* [Fix] Another try to fix reload and logger
	* [Fix] Avoid extensive reallocs
	* [Fix] Avoid race condition on saving cache and reload
	* [Fix] Backport redis pool fixes from master
	* [Fix] Break pool connection on fatal redis errors
	* [Fix] Fix argument returned on redis backend errors
	* [Fix] Fix errors handling in fuzzy backend initialization
	* [Fix] Fix race condition in SIGUSR2 handler
	* [Fix] Fix reload and hyperscan ready event
	* [Fix] More fixes to logger initialization
	* [Fix] Plug memory leak in learning fuzzy storage

1.4.2:
	* [CritFix] Deal with absent headers in DKIM
	* [CritFix] Do not trust remote shingles count
	* [CritFix] Fix headers selection in DKIM verification
	* [Feature] Add EXT_CSS rule
	* [Feature] Add toggle for disabling SURBLs
	* [Feature] Extend redis lock when learning spawned
	* [Feature] Parse <link> HTML tags
	* [Fix] Avoid reusing g_error (Fixes #1262)
	* [Fix] Do not reset loaded ANN when learning is requested
	* [Fix] Fix another issue with external deps in SA
	* [Fix] Fix body trie matching
	* [Fix] Fix checking of DKIM bodies that needs just `\n` to be added
	* [Fix] Fix fuzzy hashes count
	* [Fix] Fix keys names
	* [Fix] Fix length calculations for url encoded urls
	* [Fix] Fix matching of the same patterns from different tries
	* [Fix] Fix name of var
	* [Fix] Fix parsing of URLs with spaces and other bad chars
	* [Fix] Fix probability calculations for fuzzy redis backend
	* [Fix] Fix signing headers creation in DKIM
	* [Fix] Plug memory leak
	* [Fix] Really fix chained SA dependencies
	* [Fix] Really increase lock lifetime
	* [Fix] Use checksum to avoid intersection between different ANNs
	* [Fix] Use rspamd hashes in embedded ucl
	* [Fix] Yet another change for testing external deps

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c20c2ea3aa83d20abbf788583c44e9f2984b635a

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

diffstat:
 rspamd14/Makefile | 2 +-
 rspamd14/distinfo | 8 ++++----
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs:
diff --git a/rspamd14/Makefile b/rspamd14/Makefile
index aaff7cbf72..d6efcde504 100644
--- a/rspamd14/Makefile
+++ b/rspamd14/Makefile
@@ -1,6 +1,6 @@
 # $NetBSD$
 
-DISTNAME=	rspamd-1.4.1
+DISTNAME=	rspamd-1.4.3
 CATEGORIES=	mail
 MASTER_SITES=	http://www.rspamd.com/downloads/
 EXTRACT_SUFX=	.tar.xz
diff --git a/rspamd14/distinfo b/rspamd14/distinfo
index 231b5f5b76..5e91ffa573 100644
--- a/rspamd14/distinfo
+++ b/rspamd14/distinfo
@@ -1,8 +1,8 @@
 $NetBSD: distinfo,v 1.7 2015/11/03 23:27:19 agc Exp $
 
-SHA1 (rspamd-1.4.1.tar.xz) = 5d2e709c493dd24e528ba2d66e24235ca570afaf
-RMD160 (rspamd-1.4.1.tar.xz) = bd9284281cd8a91f7e2bc0a234b4317d22c8146f
-SHA512 (rspamd-1.4.1.tar.xz) = bc3be3f20a9692a5d188d9a254ad459dba4ca01ae3c917689943be7eed85e17ab638e0d0b9f4dd574864b4f39eb7a728b7b0ecf3088727a92dfb99a2df4a5a6d
-Size (rspamd-1.4.1.tar.xz) = 1779492 bytes
+SHA1 (rspamd-1.4.3.tar.xz) = b8f4de5a908ea5106e2e260732c10c22e18dd87f
+RMD160 (rspamd-1.4.3.tar.xz) = daf7f374518dd6ee3f912db1452112522bb09df5
+SHA512 (rspamd-1.4.3.tar.xz) = bae86953d881be446f049384cc8bf8451b04619b461a7e2d571407d5af5f2547af8bc9db578e84190e8c55d01f9e32ea1d29e998daa2bbb2fac431ed50df27ca
+Size (rspamd-1.4.3.tar.xz) = 1780104 bytes
 SHA1 (patch-CMakeLists.txt) = 81b847220b8c8736b13209fb5bedf0020a8d7acf
 SHA1 (patch-src__CMakeLists.txt) = c80015bb275ba8b9ad31491311275bf353f8f30a


Home | Main Index | Thread Index | Old Index