- Re-work pkg-install to ask about installing rules if they do not exist.
Rules are no longer distributed with the software and must be obtained
by running sa-update before trying to start spamd.
PR: ports/144911
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer)
- Fix pkg-install to give a warning that the rules need to be installed if they
don't already exist.
Submitted by: wxs@
Approved by: Michael Scheidell <scheidell@secnap.net> (maintainer)
Feature safe: yes
- Fix syntax error, which was kept undetected so far because of the
optional case [1]
PR: ports/143729
Submitted by: Michael Scheidell <scheidell@secnap.net>
Reported by: koitsu [1]
#1 There were problems with p5-Mail-DKIM 0.33, requiring >=0.34 [1]
#2, running spamassassin via procmail could close without generating
a error code [1] [2]
#3, compiling spamc/spamd with NON base, ie PORTS openssl would fail.
patch to makefile to include CFLAGS [1] [3]
- Bump PORTREVISION
PR: ports/135001 [1], ports/134552 [2]
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer) [1],
Eric van Gyzen <eric@vangyzen.net> [2],
olivier [3]
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).
PR: ports/124340
Submitted by: edwin@
Approved by: portmgr (pav)
.if ${.CURDIR:M/usr/ports/*} && !${.CURDIR:M*/work/*}
CC= gcc
.endif
in /etc/make.conf (this port uses CC to build WRKSRC/spamc).
PR: ports/122940
Submitted by: Frank Fenor <frank at fenor.de>
Approved by: maintainer
- Add reinplace_cmd to respect CC
- From maintainer:
Several security updates from 3.2.1 to 3.2.2, but 3.2.2 broke spamd.
This fixes the spamd problem in 3.2.2 as well.
Build depends for DNS bumped to .60 due to DOS condition,
crypt to 0.24 due to segv in spamd with malformed DomainKey message.
DomainKey plugin turned BACK OFF in default installs (not needed now that DKIM does work)
PR: ports/115369
Submitted by: Michael Scheidell <scheidell@secnap.net>`
Approved by: sat (mentor)
from pkg_add
- add two interactive questions (with 120 seconds timeout)
- raise minimal version of p5-Net-DNS to .60
- despire documentation, dkim still needs p5-Mail-DomainKeys
PR: ports/114188
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer)
that I no longer maintain. This was finally identified by a helpful user
as the source of the mystery e-mails that I still get from time to time
asking about support for them.
See http://spamassassin.apache.org
This is mostly a maintenance and features update.
There are however a couple of FreeBsd specific issues:
1) sa-update now puts files into /var/db/spamassassin/{version} where it
belongs rather than in the non-standard /var/lib/spamassassin.
Thanks to uhlar@fantomas.sk (see PR: ports/108934
2) security, version minimum updates:
Compress-Zlib needs to be minimum 1.04, HTML-Parser, 3.3.1, Tar.pm,
1.2.3, gnupg >=1.4.7 (gnupg 2.x preferred)
3) additional files needed: Detect.pm for encoding, p5-Mail-SPF replaces
p5-Mail-SPF-Query, newer DKIM replaces DomainKeys
4) sa-compile is broken (need re2c >=.11.3 or it segfaults)
5) tools directory removed (find it in SVN if you need it)
6) patch files added: patch-ImageInfo.pm and patch-sa-compile.raw
7) patch files REMOVED (ports, please note:
don't need patch-sa-learn-raw anymore!
PR: ports/112502
Submitted by: maintainer (Michael Scheidell)
depending on $PREFIX/bin/gpg for security/gnupg1 (1.4.x) is not
correct. To work around this, change dependency line from bin/gpg
to bin/gpgv which exists in security/gnupg1 port only.
Spotted by: ume
- note : 3.1.7 is a "quick-fix" release; it contains only a fix for one bug,
introduced accidentally in 3.1.6:
if admins had set rule scores in the site configuration in
/etc, sa-update would fail. Back out this change
PR: ports/104314
Submitted by: Yoshito Uchiyama<gato_AT_intaa dot net>
Patched Makefile to require minimum 2.81 version
New DomainKeys requires DomainKeys version .80 or greater
Patched Makefile for that
- bump PORTREVISION
- fix IGNORE warning by portlint
PR: 95315
Submitted by: Michael Scheidell <scheidell AT secnap dot net>