nevermind, I missed the commit, sorry for the noise ! April 14, 2020 10:03 AM, gil...@poolp.org wrote:
> No feedback :-( > > Without this update, this filter will be broken when eric@ commits a > protocol change in smtpd for 6.7 and might as well be removed before > lock. > > Gilles > > April 11, 2020 12:10 AM, gil...@poolp.org wrote: > >> Hello, >> >> The following diff updates filter-rspamd from 0.1.5 to 0.1.6 >> >> - adds pledge & unveil to filter >> - fixes a bug in the processing of mail addresses >> - better handles greylisting action from Rspamd >> - support both current and upcoming version of the filter protocol >> >> ok ? >> >> Gilles >> >> Index: Makefile >> =================================================================== >> RCS file: /cvs/ports/mail/opensmtpd-filters/rspamd/Makefile,v >> retrieving revision 1.5 >> diff -u -p -r1.5 Makefile >> --- Makefile 9 Dec 2019 20:23:29 -0000 1.5 >> +++ Makefile 10 Apr 2020 22:02:20 -0000 >> @@ -2,7 +2,7 @@ >> >> COMMENT = rspamd integration to the OpenSMTPD daemon >> >> -V = 0.1.5 >> +V = 0.1.6 >> FILTER_NAME = rspamd >> DISTNAME = filter-rspamd-${V} >> >> @@ -21,5 +21,7 @@ MODULES = lang/go >> NO_TEST = Yes >> >> ALL_TARGET = filter-rspamd >> + >> +BUILD_DEPENDS = devel/go-sys >> >> .include <bsd.port.mk> >> Index: distinfo >> =================================================================== >> RCS file: /cvs/ports/mail/opensmtpd-filters/rspamd/distinfo,v >> retrieving revision 1.5 >> diff -u -p -r1.5 distinfo >> --- distinfo 9 Dec 2019 20:23:29 -0000 1.5 >> +++ distinfo 10 Apr 2020 22:02:20 -0000 >> @@ -1,2 +1,2 @@ >> -SHA256 (filter-rspamd-0.1.5.tar.gz) = >> RFhwbhDNPrRxbsAim/45BlTpQmHax/JlC+1GhXCAayY= >> -SIZE (filter-rspamd-0.1.5.tar.gz) = 4829 >> +SHA256 (filter-rspamd-0.1.6.tar.gz) = >> Yhi0ozuIo9omQrn/kfM8z5p7WuAZEHrtUgujMuuvs4E= >> +SIZE (filter-rspamd-0.1.6.tar.gz) = 5096