svn commit: r411568 - head/mail/rspamd

Vsevolod Stakhov vsevolod at FreeBSD.org
Mon Mar 21 14:33:35 UTC 2016


Author: vsevolod
Date: Mon Mar 21 14:33:34 2016
New Revision: 411568
URL: https://svnweb.freebsd.org/changeset/ports/411568

Log:
  - Update rspamd to 1.2.0
  
  Relnotes:	https://rspamd.com/announce/2016/03/21/rspamd-1.2.0.html

Modified:
  head/mail/rspamd/Makefile
  head/mail/rspamd/distinfo
  head/mail/rspamd/pkg-plist

Modified: head/mail/rspamd/Makefile
==============================================================================
--- head/mail/rspamd/Makefile	Mon Mar 21 14:04:34 2016	(r411567)
+++ head/mail/rspamd/Makefile	Mon Mar 21 14:33:34 2016	(r411568)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	rspamd
-PORTVERSION=	1.1.4
+PORTVERSION=	1.2.0
 CATEGORIES=	mail
 MASTER_SITES=	http://rspamd.com/downloads/
 

Modified: head/mail/rspamd/distinfo
==============================================================================
--- head/mail/rspamd/distinfo	Mon Mar 21 14:04:34 2016	(r411567)
+++ head/mail/rspamd/distinfo	Mon Mar 21 14:33:34 2016	(r411568)
@@ -1,2 +1,2 @@
-SHA256 (rspamd-1.1.4.tar.xz) = 7186d0448aaddc1e347af580e7ec14e34ff38859db99bf2173139a6bbc18821d
-SIZE (rspamd-1.1.4.tar.xz) = 1357172
+SHA256 (rspamd-1.2.0.tar.xz) = 1a287608787bfdd59137ae511bafeaca3c4d2faf23aa1c628bdf84d7da6d8505
+SIZE (rspamd-1.2.0.tar.xz) = 1406832

Modified: head/mail/rspamd/pkg-plist
==============================================================================
--- head/mail/rspamd/pkg-plist	Mon Mar 21 14:04:34 2016	(r411567)
+++ head/mail/rspamd/pkg-plist	Mon Mar 21 14:33:34 2016	(r411568)
@@ -29,6 +29,7 @@ bin/rspamc
 %%ETCDIR%%/modules.d/ratelimit.conf
 %%ETCDIR%%/modules.d/rbl.conf
 %%ETCDIR%%/modules.d/regexp.conf
+%%ETCDIR%%/modules.d/rspamd_update.conf
 %%ETCDIR%%/modules.d/spf.conf
 %%ETCDIR%%/modules.d/surbl.conf
 %%ETCDIR%%/modules.d/whitelist.conf
@@ -57,6 +58,7 @@ lib/rspamd/librspamd-actrie.so
 %%DATADIR%%/lua/phishing.lua
 %%DATADIR%%/lua/ratelimit.lua
 %%DATADIR%%/lua/rbl.lua
+%%DATADIR%%/lua/rspamd_update.lua
 %%DATADIR%%/lua/settings.lua
 %%DATADIR%%/lua/spamassassin.lua
 %%DATADIR%%/lua/trie.lua


More information about the svn-ports-head mailing list