Skip to content

Commit

Permalink
Update to rspamd-0.6.9
Browse files Browse the repository at this point in the history
Changes:
	* Fix serious bug in DNS random code.
	* Rename symbol HFILTER_HOSTNAME_NOPTR (@AlexeySa)
	* Fix Hfilter for null text part (@AlexeySa)
	* Fix rule MISSING_MIMEOLE for IPB forum (@AlexeySa)
	* Tweak default RBL module config for brevity (@fatalbanana)
	* Fix nameservers setup.
	* Fix overrides for a metric. (#33)
	* Fix memory leak in fuzzy_add command.
	* Debianization (by @dottedmag).
	* Rework resolver library.
	* Rework LRU hash logic.
	* Fix users in debian package (by @dottedmag).
	* Rework bloom hash library to use XXHash.
	* Remove judy and use glib hash tables from fuzzy_storage.
  • Loading branch information
wiedi committed May 14, 2014
1 parent 0533e7b commit d203f56
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 7 deletions.
5 changes: 2 additions & 3 deletions mail/rspamd/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# $NetBSD: Makefile,v 1.5 2014/05/03 13:14:38 alnsn Exp $
# $NetBSD: Makefile,v 1.6 2014/05/14 16:07:06 wiedi Exp $

DISTNAME= rspamd-0.6.8
PKGREVISION= 2
DISTNAME= rspamd-0.6.9
CATEGORIES= mail
MASTER_SITES= https://rspamd.com/downloads/

Expand Down
9 changes: 5 additions & 4 deletions mail/rspamd/distinfo
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
$NetBSD: distinfo,v 1.1 2014/02/07 14:39:19 wiedi Exp $
$NetBSD: distinfo,v 1.2 2014/05/14 16:07:06 wiedi Exp $

SHA1 (rspamd-0.6.8.tar.gz) = 23c0fcfb7adad9449d1c9aea06b180c166cd80e1
RMD160 (rspamd-0.6.8.tar.gz) = 42a76efe9a6b788463a81c18b41a251c42ba5723
Size (rspamd-0.6.8.tar.gz) = 1088445 bytes
SHA1 (rspamd-0.6.9.tar.gz) = aed555b278509c99020624f38d2a77c38a3fa0f6
RMD160 (rspamd-0.6.9.tar.gz) = 233d75efd3af370e3b504d9f13f7f282482a0cbe
Size (rspamd-0.6.9.tar.gz) = 1088703 bytes
SHA1 (patch-CMakeLists.txt) = e6d86ceea7351276937c8e6bc25d1497f3ad06da
13 changes: 13 additions & 0 deletions mail/rspamd/patches/patch-CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
$NetBSD: patch-CMakeLists.txt,v 1.1 2014/05/14 16:07:06 wiedi Exp $
Help CMake find Lua

--- CMakeLists.txt.orig 2014-05-14 14:26:36.954076768 +0000
+++ CMakeLists.txt
@@ -170,6 +170,7 @@ MACRO(FindLua _major _minor)
$ENV{LUA_DIR}
PATH_SUFFIXES "include/lua${_major}${_minor}"
"include/lua${_major}.${_minor}"
+ "include/lua-${_major}.${_minor}"
include/lua include
PATHS
/usr/local

0 comments on commit d203f56

Please sign in to comment.