summaryrefslogtreecommitdiff
path: root/mail/p5-Mail-SpamAssassin/files (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Move {mail,japanese}/p5-Mail-SpamAssassin to &/spamassassin, in the name ofAdam Weinberger2014-03-113-88/+0
| | | | | | | | | | | 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
* - Tidy the Makefile a bit moreAdam Weinberger2014-03-091-13/+9
| | | | | | | | | | | | | | - 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
* - Introduce an option (on by default) to run sa-update and sa-compileAdam Weinberger2014-03-092-82/+1
| | | | | | | | | | | | | | 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
* Update SpamAssassin to 3.4.0, and take maintainership.Adam Weinberger2014-03-096-1812/+26
| | | | | | | | | | | | | | | | | | | | 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
* Add a patch from SpamAssassin bug #6937 to improve compatibilityAdam Weinberger2014-03-031-0/+97
| | | | | | | | | | | | 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
* * Convert to stagingMathieu Arnold2014-01-101-71/+0
| | | | | | | * Take maintainership Notes: svn path=/head/; revision=339340
* - Fix issue when spamd crashes because of memory problems in Logger.pmAndrej Zverev2013-09-021-0/+106
| | | | | | | | | | | | | | | 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
* - Undo patch for buggy Net:DNS .69. caused 404 errors <.69Michael Scheidell2013-03-071-12/+0
| | | | | | | PR: ports/174505 Notes: svn path=/head/; revision=313565
* - Use USE_PERL [1]Michael Scheidell2013-02-261-0/+12
| | | | | | | | | | | | - 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
* Move the rc.d scripts of the form *.sh.in to *.inDoug Barton2012-08-051-0/+0
| | | | | | | | | Where necessary add $FreeBSD$ to the file No PORTREVISION bump necessary because this is a no-op Notes: svn path=/head/; revision=302141
* - Update to support additional manpages in slave portsMichael Scheidell2012-04-071-2/+2
| | | | | | | | | PR: ports/165765 Submitted by: scheidell (me) Feature safe: yes Notes: svn path=/head/; revision=294324
* In the rc.d scripts, change assignments to rcvar to use theDoug Barton2012-01-141-1/+1
| | | | | | | | | | | | | | 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
* - Fix pkg-install.in for users with custom INSTALL [1]Michael Scheidell2012-01-021-1/+1
| | | | | | | | Submitted by: remy@unix-asp.com [1] Approved by: gabor (mentor, implicit) Notes: svn path=/head/; revision=288415
* - Built packages were not passing INSTALL var [1]Michael Scheidell2011-12-312-0/+148
| | | | | | | | | | | | | | | | - 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
* - private email, patch to fix issue with dcc and existing X-DCC headers [1]Michael Scheidell2011-12-261-1/+1
| | | | | | | | | | | | - 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
* PR:Michael Scheidell2011-11-281-0/+1471
| | | | | | | | | | | | | | | | | 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
* - Remove AWL support code [1]Chris Rees2011-08-301-0/+50
| | | | | | | | | | | - 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
* - Update to 3.3.2. Now works with perl 5.12+ with no warnings.Wesley Shields2011-06-275-322/+88
| | | | | | | | | | | | | - 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
* - use ports framework to create USER and GROUP [1]Olli Hauer2011-06-071-0/+18
| | | | | | | | | | | | | - 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
* - fix unnecessary dependencies for perl >= 5.10.1Martin Matuska2010-10-062-0/+238
| | | | | | | | | | - 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
* - Update to 3.3.1Wesley Shields2010-04-089-197/+66
| | | | | | | | | | | | - 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
* Begin the process of deprecating sysutils/rc_subr byDoug Barton2010-03-271-1/+1
| | | | | | | s#. %%RC_SUBR%%#. /etc/rc.subr# Notes: svn path=/head/; revision=251553
* - Some dependency adjustmentsGabor Kovesdan2010-02-111-0/+13
| | | | | | | | | | | | - 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
* - Update to 3.3.0Gabor Kovesdan2010-02-109-59/+181
| | | | | | | | | | - 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
* - Fixing 3 issues:Gabor Kovesdan2009-05-301-0/+12
| | | | | | | | | | | | | | | | | | | | #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
* - Fix bayesian filtering with DKIM enabled, bump PORTREVISIONPav Lucistnik2009-03-191-0/+10
| | | | | | | | PR: ports/132760 Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer) Notes: svn path=/head/; revision=230419
* Maintaniance update: SpamAssassin 3.2.4 to 3.2.5 releaseEdwin Groothuis2008-06-151-6/+6
| | | | | | | | PR: ports/124577 Submitted by: Michael Scheidell <scheidell@secnap.net> Notes: svn path=/head/; revision=214867
* Fix spamd integration with vpopmail virtual users.Alex Dupre2008-04-281-0/+11
| | | | | | | Approved by: maintainer Notes: svn path=/head/; revision=212167
* - Fix optionsBeech Rintoul2008-02-131-0/+1
| | | | | | | | | | - Bump portrevision PR: ports/120570 Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer) Notes: svn path=/head/; revision=207131
* Update to 3.2.4.Wesley Shields2008-01-151-56/+0
| | | | | | | | | PR: 119448 Submitted by: Michael Scheidell <scheidell@secnap.net> (maintainer) Approved by: garga (mentor) Notes: svn path=/head/; revision=205713
* Restore the -q[uiet] flag to 'sa-learn' that was lost in the 3.1.8 update.David E. O'Brien2007-08-211-0/+27
| | | | Notes: svn path=/head/; revision=197998
* - Update to 3.2.3Beech Rintoul2007-08-133-133/+24
| | | | | | | | | | | | | | | | | - 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
* - Update to 3.2.1Beech Rintoul2007-06-162-6/+27
| | | | | | | | | | | | - 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
* - SpamAssassin has been updated to 3.2.0Cheng-Lung Sung2007-06-023-14/+173
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* - If there is no gnupg installed, install 2.x. If there is, use it. [1]Rong-En Fan2007-02-241-0/+14
| | | | | | | | | | | | | | | - 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
* - Update to 3.1.8Cheng-Lung Sung2007-02-163-99/+0
| | | | | | | | | | | | - 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
* - fix the [Bug 4594]Cheng-Lung Sung2006-11-071-0/+53
| | | | | | | | | | | 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
* - Remove two patches that are merged to upstreamRong-En Fan2006-10-092-22/+0
| | | | | | | Reported by: erwin Notes: svn path=/head/; revision=175057
* - fix the issueCheng-Lung Sung2006-10-022-0/+22
| | | | | | | | | | | "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
* Restore the -q[uiet] flag to 'sa-learn' that was lost in the 3.1.3 update.David E. O'Brien2006-08-232-0/+46
| | | | Notes: svn path=/head/; revision=171285
* - Update to 3.1.3Pav Lucistnik2006-06-072-30/+0
| | | | | | | | | | 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
* Use USE_RC_SUBR=sa-spamd.sh and remove some SED's using PLIST_SUB insteadRenato Botelho2006-03-201-0/+0
| | | | | | | Approved by: maintainer on ICQ Notes: svn path=/head/; revision=157734
* - Startup script: remove FreeBSD from KEYWORDSSergey Matveychuk2006-02-091-1/+1
| | | | Notes: svn path=/head/; revision=155559
* [patch] mail/p5-Mail-SpamAssassin - properly set pidfile in rc.d scriptEdwin Groothuis2006-01-041-7/+8
| | | | | | | | | | | | | | - 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
* Restore the -q[uiet] flag to 'sa-learn' that was lost in the 3.0.0 update.David E. O'Brien2005-12-051-0/+19
| | | | Notes: svn path=/head/; revision=150430
* - update to 3.1.0Yen-Ming Lee2005-09-172-41/+0
| | | | | | | | | | | | 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
* - Back to run as root by default and add options to change itSergey Matveychuk2005-05-101-1/+1
| | | | | | | - Fix plist when install no tools Notes: svn path=/head/; revision=134988
* - Update to 3.0.3 (1)Sergey Matveychuk2005-05-062-2/+24
| | | | | | | | | | | | | | | - 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 WITH_MYSQL and WITH_PGSQL knobs (1).Sergey Matveychuk2004-11-191-1/+1
| | | | | | | | | | - 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
* Update to 3.0.0Mathieu Arnold2004-10-124-18/+31
| | | | | | | Require at least 5.6.0 and point users to 5.8.5 Notes: svn path=/head/; revision=118925