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)
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>
- PID file name in rc.d scripts must be set to "pidfile" variable,
not to "<name>_pidfile" variable.
- Placing -r (and -d too) options to command_args is more suitable because
they mustn't be overwrited by spamd_flags
PR: ports/90625
Submitted by: Petr Rehor <prehor@gmail.com>
Approved by: maintainer timeout
Note: Razor is disabled by default in this version. Please read the license
and decide if you are able to re-enable it (in OPTIONS).
http://razor.sourceforge.net/docs/doc.php?type=text&name=SERVICE_POLICY
DomainKeys support added, and is disabled by default, too.
You may enable it by using OPTIONS.
changes in SA: since 3.03:
bug 4080: FORGED_YAHOO_RCVD now failing on new Yahoo internal host layout, fixed
bug 4385: .xxx is a new tld, so support it in RegistrarBoundaries (joy)
bug 4171: new way of determining header/body separation w/out needing to look for MIME boundary
bug 4367: SORBS lists are mixed up
Submitted by: Michael Scheidell <scheidell@secnap.net> (perl@)