Date: Mon, 18 Jan 2016 17:38:02 +0000 (UTC) From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r406600 - in head: . mail/rmilter mail/rspamd Message-ID: <201601181738.u0IHc2B1041145@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: vsevolod Date: Mon Jan 18 17:38:01 2016 New Revision: 406600 URL: https://svnweb.freebsd.org/changeset/ports/406600 Log: - Update rspamd to 1.1.0 - Update rmilter to 1.7.0 - Fix dependencies - Add UPDATING entry Modified: head/UPDATING head/mail/rmilter/Makefile head/mail/rmilter/distinfo head/mail/rspamd/Makefile head/mail/rspamd/distinfo head/mail/rspamd/pkg-plist Modified: head/UPDATING ============================================================================== --- head/UPDATING Mon Jan 18 17:37:53 2016 (r406599) +++ head/UPDATING Mon Jan 18 17:38:01 2016 (r406600) @@ -5,6 +5,18 @@ they are unavoidable. You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20160118: + AFFECTS: users of mail/rspamd and mail/rmilter + AUTHOR: vsevolod@FreeBSD.org + + Rspamd has been updated to the version 1.1.0. If you have used per user + statistics, then please consult changelog for details: your configuration + should be changed. + + Rmilter has been updated to the version 1.7.0. Support of SPF and Spamassassin + has been dropped from this project completely. You might also consider + migration from memcahched to redis in this version. + 20160113: AFFECTS: users of sysutils/ansible AUTHOR: lifanov@mail.lifanov.com Modified: head/mail/rmilter/Makefile ============================================================================== --- head/mail/rmilter/Makefile Mon Jan 18 17:37:53 2016 (r406599) +++ head/mail/rmilter/Makefile Mon Jan 18 17:38:01 2016 (r406600) @@ -1,16 +1,15 @@ # $FreeBSD$ PORTNAME= rmilter -PORTVERSION= 1.6.7 +PORTVERSION= 1.7.0 CATEGORIES= mail MAINTAINER= vsevolod@FreeBSD.org -COMMENT= Milter that performs spamd, clamav, and spf checks +COMMENT= Milter that performs rspamd, clamav, and other checks LICENSE= BSD2CLAUSE LIB_DEPENDS= libpcre.so:${PORTSDIR}/devel/pcre \ - libspf2.so:${PORTSDIR}/mail/libspf2 \ libopendkim.so:${PORTSDIR}/mail/opendkim USE_GITHUB= yes @@ -23,8 +22,7 @@ USE_OPENSSL= yes USERS= _rmilter GROUPS= _rmilter -CMAKE_ARGS+= -DENABLE_SPF=ON \ - -DENABLE_DKIM=ON +CMAKE_ARGS+= -DENABLE_DKIM=ON WITH_SENDMAIL_BASE= yes Modified: head/mail/rmilter/distinfo ============================================================================== --- head/mail/rmilter/distinfo Mon Jan 18 17:37:53 2016 (r406599) +++ head/mail/rmilter/distinfo Mon Jan 18 17:38:01 2016 (r406600) @@ -1,2 +1,2 @@ -SHA256 (vstakhov-rmilter-1.6.7_GH0.tar.gz) = d8312be6ab79cf42fd28a85c4eda3868e20a4d182f06c1491ce8cdc8c2bed8df -SIZE (vstakhov-rmilter-1.6.7_GH0.tar.gz) = 117993 +SHA256 (vstakhov-rmilter-1.7.0_GH0.tar.gz) = 0337c1e643f1c9115ae9a53cb79d883ef857ca8457a94b37ef135ee89166ea3d +SIZE (vstakhov-rmilter-1.7.0_GH0.tar.gz) = 159459 Modified: head/mail/rspamd/Makefile ============================================================================== --- head/mail/rspamd/Makefile Mon Jan 18 17:37:53 2016 (r406599) +++ head/mail/rspamd/Makefile Mon Jan 18 17:38:01 2016 (r406600) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= rspamd -PORTVERSION= 1.0.11 +PORTVERSION= 1.1.0 CATEGORIES= mail MASTER_SITES= http://rspamd.com/downloads/ @@ -17,11 +17,9 @@ LIB_DEPENDS= libpcre.so:${PORTSDIR}/deve CONFLICTS_INSTALL= rspamd -OPTIONS_DEFINE= GPERF REDIRECTOR HIREDIS +OPTIONS_DEFINE= GPERF REDIRECTOR GPERF_DESC= Google perf-tools profiling REDIRECTOR_DESC= Install HTTP redirector -HIREDIS_DESC= Redis support through hiredis -OPTIONS_DEFAULT= HIREDIS USE_RC_SUBR= rspamd @@ -75,12 +73,6 @@ USE_OPENSSL= yes PLIST_SUB+= REDIRECTOR="@comment " .endif -.if ${PORT_OPTIONS:MHIREDIS} - LIB_DEPENDS+= libhiredis.so:${PORTSDIR}/databases/hiredis -.else - CMAKE_ARGS+= -DENABLE_HIREDIS=OFF -.endif - post-stage: ${INSTALL} -d \ ${STAGEDIR}/var/log/rspamd \ Modified: head/mail/rspamd/distinfo ============================================================================== --- head/mail/rspamd/distinfo Mon Jan 18 17:37:53 2016 (r406599) +++ head/mail/rspamd/distinfo Mon Jan 18 17:38:01 2016 (r406600) @@ -1,2 +1,2 @@ -SHA256 (rspamd-1.0.11.tar.xz) = b914c77c30dcab863f6c685b4a83a1662ee1b4503654fbf3ee3ae2fbca1ed928 -SIZE (rspamd-1.0.11.tar.xz) = 1176160 +SHA256 (rspamd-1.1.0.tar.xz) = 69db05150b4ba8304d24dd0f96c79b5d3792478373f0d6be6c92b51b1cf60ead +SIZE (rspamd-1.1.0.tar.xz) = 1291004 Modified: head/mail/rspamd/pkg-plist ============================================================================== --- head/mail/rspamd/pkg-plist Mon Jan 18 17:37:53 2016 (r406599) +++ head/mail/rspamd/pkg-plist Mon Jan 18 17:38:01 2016 (r406600) @@ -25,6 +25,7 @@ bin/rspamc %%ETCDIR%%/modules.d/once_received.conf %%ETCDIR%%/modules.d/phishing.conf %%ETCDIR%%/modules.d/ratelimit.conf +%%ETCDIR%%/modules.d/rbl.conf %%ETCDIR%%/modules.d/regexp.conf %%ETCDIR%%/modules.d/spf.conf %%ETCDIR%%/modules.d/surbl.conf @@ -42,6 +43,7 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/effective_tld_names.dat %%DATADIR%%/lua/dmarc.lua %%DATADIR%%/lua/emails.lua +%%DATADIR%%/lua/fann_scores.lua %%DATADIR%%/lua/forged_recipients.lua %%DATADIR%%/lua/fun.lua %%DATADIR%%/lua/hfilter.lua @@ -81,14 +83,6 @@ lib/rspamd/librspamd-actrie.so %%DATADIR%%/www/js/rspamd.js %%DATADIR%%/www/plugins.txt %%DATADIR%%/www/react-index.html -%%DATADIR%%/www/src/Gruntfile.js -%%DATADIR%%/www/src/common.js -%%DATADIR%%/www/src/components/app.jsx -%%DATADIR%%/www/src/components/dashboard.jsx -%%DATADIR%%/www/src/components/login.jsx -%%DATADIR%%/www/src/components/piechart.jsx -%%DATADIR%%/www/src/components/rrdgraph.jsx -%%DATADIR%%/www/src/package.json man/man1/rspamadm.1.gz man/man1/rspamc.1.gz man/man8/rspamd.8.gz
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201601181738.u0IHc2B1041145>