Hello,

This bumps filter-rspamd to version 0.1.2 which fixes a few bugs so
it's all nice and shiny for the next OpenSMTPD release.

I fixed the README while at it, somehow a \n got lost somewhere and
we don't need absolute paths to filters anymore.

OK ?


Index: Makefile
===================================================================
RCS file: /cvs/ports/mail/opensmtpd-filters/rspamd/Makefile,v
retrieving revision 1.1
diff -u -p -r1.1 Makefile
--- Makefile    4 Sep 2019 12:27:42 -0000       1.1
+++ Makefile    20 Sep 2019 15:14:24 -0000
@@ -2,7 +2,7 @@
 
 COMMENT =      rspamd integration to the OpenSMTPD daemon
 
-V =            0.1.1
+V =            0.1.2
 FILTER_NAME =  rspamd
 DISTNAME =     filter-rspamd-${V}
 
Index: distinfo
===================================================================
RCS file: /cvs/ports/mail/opensmtpd-filters/rspamd/distinfo,v
retrieving revision 1.1
diff -u -p -r1.1 distinfo
--- distinfo    4 Sep 2019 12:27:42 -0000       1.1
+++ distinfo    20 Sep 2019 15:14:24 -0000
@@ -1,2 +1,2 @@
-SHA256 (filter-rspamd-0.1.1.tar.gz) = 
+rBcyCQ85bDWfrSZV7EmpmIQO4yR/0H5hehafmcSMlA=
-SIZE (filter-rspamd-0.1.1.tar.gz) = 3475
+SHA256 (filter-rspamd-0.1.2.tar.gz) = 
CD/0T2Bt0NrLdnEvOgGWCdkZHA6jMzLHs++mQPA+ves=
+SIZE (filter-rspamd-0.1.2.tar.gz) = 3593
Index: pkg/README
===================================================================
RCS file: /cvs/ports/mail/opensmtpd-filters/rspamd/pkg/README,v
retrieving revision 1.1
diff -u -p -r1.1 README
--- pkg/README  4 Sep 2019 12:27:42 -0000       1.1
+++ pkg/README  20 Sep 2019 15:14:24 -0000
@@ -8,11 +8,12 @@ To use filter-rspamd, you must declare i
 
 Edit the /etc/mail/smtpd.conf file to declare the filter:
 
-  filter "rspamd" proc-exec "${PREFIX}/libexec/smtpd/filter-rspamd"
+  filter "rspamd" proc-exec "filter-rspamd"
 
 Then add the filter to each listener that should be filtered:
 
-  listen on socket filter "rspamd" listen on all filter "rspamd"
+  listen on socket filter "rspamd"
+  listen on all filter "rspamd"
 
 The filter itself doesn't have configuration and is controlled by
 the Rspamd configuration itself.

Reply via email to