| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
| |
improving accessibility.
I think people who want to just find the port/package and install it are
more likely to look for "spamassassin the program" than "spamassassin the
perl module collection."
Notes:
svn path=/head/; revision=347936
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Break database backends out into their own OPTIONS group, for clarity
- Generalize the plugin enabling process to make it easier to add support
for new ones
- Remove an unnecessary rc.subr function, and use ${name} in the rc script
- Put some marginally helpful comments in the rc script
No PORTREVISION bump as all these changes don't affect the finished
product, sortof.
Notes:
svn path=/head/; revision=347704
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
automatically on installation. With this, spamassassin installation
is no longer interactive.
- Break out plugin options into a PLUGIN group, for clarity.
- Add a pyzor plugin.
- Fold pkg-install contents into the pkg-plist.
- Add targets to ALL_TARGET, rather than invoking sub-makes multiple
times.
- PORTREVISION bumps all around.
Notes:
svn path=/head/; revision=347675
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
As part of this upgrade, the SPAMC option has been removed. First
and foremost, it was a NO-OP as spamc/spamd was being built anyway.
A number of other OPTIONS and dependencies have been cleaned up as
well.
I am also taking maintainership of p5-Mail-SpamAssassin-Alt, and I
intend to deprecate it unless I hear otherwise.
The patch/plist for japanese/p5-M-SA is no longer versioned. It'll
make future updates cleaner.
PR: ports/186756
The patch is a collaborative effort between myself and
Takefu <takefu@airport.fm>
Notes:
svn path=/head/; revision=347653
|
|
|
|
|
|
|
|
|
|
|
|
| |
with perl 5.18's changes to "each" ordering. This fixes the message:
Use of each() on hash after insertion without resetting hash iterator results in undefined behavior, Perl interpreter: 0x2880d800 at /usr/local/lib/perl5/site_perl/5.18/Mail/SpamAssassin/AsyncLoop.pm line 363, <GEN84> line 98.
PR: ports/186819
Approved by: perl (maintainers)
Notes:
svn path=/head/; revision=346947
|
|
|
|
|
|
|
| |
* Take maintainership
Notes:
svn path=/head/; revision=339340
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
For more details see Bug 6745
- Do not bump portrevision since issue not global
While I'm here:
- convert to the new perl5 framework
PR: ports/181242
Submitted by: Igor Roshchin <spamd-pr@str.komkon.org>
Tested by: Igor Roshchin <spamd-pr@str.komkon.org> (two weeks)
Approved by: maintainer (timeout)
Notes:
svn path=/head/; revision=326056
|
|
|
|
|
|
|
| |
PR: ports/174505
Notes:
svn path=/head/; revision=313565
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Fix TYPo in FreeBSD [2]
- Fix sa-update with Net::DNS >= 0.69 [2]
PR: ports/174505
Submitted by: Andrej Zverev <andrej.zverev@gmail.com> [1]
Submitted by: brd [2]
Notes:
svn path=/head/; revision=312998
|
|
|
|
|
|
|
|
|
| |
Where necessary add $FreeBSD$ to the file
No PORTREVISION bump necessary because this is a no-op
Notes:
svn path=/head/; revision=302141
|
|
|
|
|
|
|
|
|
| |
PR: ports/165765
Submitted by: scheidell (me)
Feature safe: yes
Notes:
svn path=/head/; revision=294324
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
literal name_enable wherever possible, and ${name}_enable
when it's not, to prepare for the demise of set_rcvar().
In cases where I had to hand-edit unusual instances also
modify formatting slightly to be more uniform (and in
some cases, correct). This includes adding some $FreeBSD$
tags, and most importantly moving rcvar= to right after
name= so it's clear that one is derived from the other.
Notes:
svn path=/head/; revision=289156
|
|
|
|
|
|
|
|
| |
Submitted by: remy@unix-asp.com [1]
Approved by: gabor (mentor, implicit)
Notes:
svn path=/head/; revision=288415
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- moved pkg-install to files/pkg-install.in to fix [1]
- General cleanup:
- Move MAN* to files/manpages
- pre-install is/was not su. DATADIR was not made if you were not root
- removed pkginstall from pre-su-install (not needed, was a no-op anyway
- use my freebsd name as maintainer for auto GNATS assignments.
PR: ports/163715 [1]
Submitted by: Alexey Markov <redrat@mail.ru> [1]
Approved by: gabor (mentor)
Notes:
svn path=/head/; revision=288336
|
|
|
|
|
|
|
|
|
|
|
|
| |
- pet pkg-plist
Submitted by: Herbert J. Skuhra [1]
Reviewed by: Vernon Schryver vjs@rhyolite.com
Approved by: gabor (mentor)
Obtained from: https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6698
Notes:
svn path=/head/; revision=288062
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Submitted by:
Reviewed by:
Approved by: gabor (mentor)
Obtained from:
MFC after:
Security:
Feature safe: yes
clean up a little for portlint sake.
The check for sa rules was not running right (rc keeps changing)
Backport DCC.pm from SA 3.4.0, SA bug: 6698
Notes:
svn path=/head/; revision=286585
|
|
|
|
|
|
|
|
|
|
|
| |
- change PKGNAMEPREFIX = p5 to ? to allow slave ports
- Fix sa-update behaviour when disk full
PR: ports/160282
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer), [1] Jason Helfman
Notes:
svn path=/head/; revision=280758
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Separate out RUN_DEPENDS and BUILD_DEPENDS.
- Do not hardcode spamd as the user in the RC script.
- Use @stopdaemon.
- Add a patch from upstream that fixes a bug when using MYSQL.
PR: ports/158267
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer)
Notes:
svn path=/head/; revision=276475
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add bugfix for https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6488
noted by Yury <yuri _at_ rawbw.com>
- bump PORTREVISION
PR: ports/157664 [1]
Submitted by: Chris Rees <utisoft _at_ gmail.com>
Approved by: maintainer ( Michael Scheidell <scheidell _at_ secnap.net> )
Notes:
svn path=/head/; revision=275204
|
|
|
|
|
|
|
|
|
|
| |
- add upstream patch for perl 5.12 (bugs #6392, #6396)
PR: ports/150764, ports/149561
Approved by: maintainer (timeout in ports/150764)
Notes:
svn path=/head/; revision=262523
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=252442
|
|
|
|
|
|
|
| |
s#. %%RC_SUBR%%#. /etc/rc.subr#
Notes:
svn path=/head/; revision=251553
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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]
Notes:
svn path=/head/; revision=249584
|
|
|
|
|
|
|
|
|
|
| |
- Reenable DCC (see DCC license for commercial use)
PR: ports/143654
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer)
Notes:
svn path=/head/; revision=249519
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
#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]
Notes:
svn path=/head/; revision=234887
|
|
|
|
|
|
|
|
| |
PR: ports/132760
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer)
Notes:
svn path=/head/; revision=230419
|
|
|
|
|
|
|
|
| |
PR: ports/124577
Submitted by: Michael Scheidell <scheidell@secnap.net>
Notes:
svn path=/head/; revision=214867
|
|
|
|
|
|
|
| |
Approved by: maintainer
Notes:
svn path=/head/; revision=212167
|
|
|
|
|
|
|
|
|
|
| |
- Bump portrevision
PR: ports/120570
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer)
Notes:
svn path=/head/; revision=207131
|
|
|
|
|
|
|
|
|
| |
PR: 119448
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer)
Approved by: garga (mentor)
Notes:
svn path=/head/; revision=205713
|
|
|
|
| |
Notes:
svn path=/head/; revision=197998
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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)
Notes:
svn path=/head/; revision=197609
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Security fix.
PR: ports/113719
Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer)
Approved by: sat (mentor)
Security: CVE-2007-2873
Notes:
svn path=/head/; revision=193698
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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)
Notes:
svn path=/head/; revision=192573
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- DKIM plugin and Mail::DKIM do not need Mail::DomainKeys [2]
- Fix sa-learn with stdin [3]
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=5336
- Bump PORTREVISON
PR: ports/109434 [1]
Submitted by: Michele Possamai <possamai at xs4all.nl> [1],
Mark Martinec (amavisd-new writer) [2], takefu [3]
Approved by: Michael Scheidell <scheidell at secnap.net> (maintainer)
Notes:
svn path=/head/; revision=185787
|
|
|
|
|
|
|
|
|
|
|
|
| |
- submitter now become maintainer
- Changes
http://svn.apache.org/repos/asf/spamassassin/branches/3.1/Changes
PR: ports/109186
Submitted by: maintainer (Michael Scheidell)
Notes:
svn path=/head/; revision=185292
|
|
|
|
|
|
|
|
|
|
|
| |
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=4594
- bump PORTREVISION
PR: ports/105213
Submitted by: Larry Rosenman <ler_AT_lerctr dot org>
Notes:
svn path=/head/; revision=176674
|
|
|
|
|
|
|
| |
Reported by: erwin
Notes:
svn path=/head/; revision=175057
|
|
|
|
|
|
|
|
|
|
|
| |
"SpamAssassin's sa-learn --mbx is broken"
http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5101
PR: ports/103308
Submitted by: Larry Rosenman <ler_AT_lerctr dot org>
Notes:
svn path=/head/; revision=174276
|
|
|
|
| |
Notes:
svn path=/head/; revision=171285
|
|
|
|
|
|
|
|
|
|
| |
PR: ports/98574
Submitted by: Yoshito Uchiyama <gato@intaa.net>
Security: remote code execution vulnerability
http://www.nabble.com/ANNOUNCE%3A-Apache-SpamAssassin-3.1.3-available%21-p4717543.html
Notes:
svn path=/head/; revision=164685
|
|
|
|
|
|
|
| |
Approved by: maintainer on ICQ
Notes:
svn path=/head/; revision=157734
|
|
|
|
| |
Notes:
svn path=/head/; revision=155559
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- 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
Notes:
svn path=/head/; revision=152712
|
|
|
|
| |
Notes:
svn path=/head/; revision=150430
|
|
|
|
|
|
|
|
|
|
|
|
| |
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.
Notes:
svn path=/head/; revision=143007
|
|
|
|
|
|
|
| |
- Fix plist when install no tools
Notes:
svn path=/head/; revision=134988
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- Don't run spamd from root anymore. Use spamd user instead.
Put PID file in /var/run/spamd/ as result.
- A patch for fixing spamd that did not drop privileges for children (2)
- Rename SQL variable to more clean SQL_FLAG.
PR: ports/80556 (1)
Submitted by: Linh Pham <question+fbsdports@closedsrc.org> (1)
Brandon Kuczenski <brandon@301south.net> (perl@) (2)
Obtained from: http://bugzilla.spamassassin.org/show_bug.cgi?id=3897 (2)
Notes:
svn path=/head/; revision=134729
|
|
|
|
|
|
|
|
|
|
| |
- Add SPF support (2).
Obtained from: freebsd-ports@ (1), ports/74089 (2)
Submitted by: Linh Pham <question+fbsdports(at)closedsrc.org> (2)
Notes:
svn path=/head/; revision=121978
|
|
|
|
|
|
|
| |
Require at least 5.6.0 and point users to 5.8.5
Notes:
svn path=/head/; revision=118925
|