Bug 143654 - MAINTAINER UPDATE mail/p5-Mail-SpamAssassin update to 3.3.0
Summary: MAINTAINER UPDATE mail/p5-Mail-SpamAssassin update to 3.3.0
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Gabor Kovesdan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-07 22:40 UTC by Michael Scheidell
Modified: 2010-02-10 09:10 UTC (History)
0 users

See Also:


Attachments
file.diff (25.71 KB, patch)
2010-02-07 22:40 UTC, Michael Scheidell
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scheidell 2010-02-07 22:40:00 UTC
SpamAssassin 3.30 is the first major update to SA in a couple of years.
This update contains several fixes and incorporates several changes.

Clients upgrading to 3.30 should read the README and INSTALL files at
http://spamassassin.org/dist/INSTALL and
http://spamassassin.org/dist/UPGRADE BEFORE enabling this version of SpamAssassin for important information regarding changes in this version.

Note: rule updates are no longer distributed with SA 3.30 source.
if you are running an interactive make reinstall or portupgrade, you will be asked if you wish to run sa-update now. Automated nightly updates need to run sa-update prior to using this version of SpamAssassin.

Other minor rule name changes may affect your own custom meta rules or scores.

For general SA questions, post to the SA users mailing list.

This port has been tested on 7.1 amd64 and i386. Do not report problems with unsupported versions such as 6.4 or before.
RECOMMEND perl 5.10, but requires perl 5.8.8 at minimum.

For FreeBsd specific issues, open a FreeBSD support PR.

This port includes FreeBsd specific pr 143016, and several post 3.30 critical patches that are not FreeBsd Specific.

Also note, DCC has been re-enabled. If you install DCC, see the license for the DCC port. DCC is dual licensed, if you are reselling anti-spam, you should get a DCC commercial license to be able to use the new DCC reputations database and improve the DCC response time by 1000ms per email.
Note: if you are using the DCC commercial version, DO NOT ENABLE the DCC port.

Specific SA post 3.30 patches:
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6310
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6307
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6312
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6313
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6316
https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6321

Fix: Apply this patch, then run sa-update (and optionally sa-compile) then restart SpamAssassin.

Patch attached with submission follows:
How-To-Repeat: na
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-02-07 22:41:18 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

gabor@ wants his PRs (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-02-10 09:06:22 UTC
gabor       2010-02-10 09:06:08 UTC

  FreeBSD ports repository

  Modified files:
    mail/p5-Mail-SpamAssassin Makefile distinfo pkg-install 
                              pkg-message pkg-plist 
    mail/p5-Mail-SpamAssassin/files patch-bayes.pm 
                                    patch-spamd_spamd.raw 
  Added files:
    mail/p5-Mail-SpamAssassin/files patch-BayesStore-DBM.pm 
                                    patch-Conf.pm patch-DCC.pm 
                                    patch-Message.pm 
                                    patch-SpamAssassin.pm 
  Removed files:
    mail/p5-Mail-SpamAssassin/files patch-sa-compile.raw 
                                    patch-spamassassin.raw 
  Log:
  - Update to 3.3.0
  - Reenable DCC (see DCC license for commercial use)
  
  PR:             ports/143654
  Submitted by:   Michael Scheidell <scheidell@secnap.net> (maintainer)
  
  Revision  Changes    Path
  1.127     +38 -14    ports/mail/p5-Mail-SpamAssassin/Makefile
  1.43      +3 -3      ports/mail/p5-Mail-SpamAssassin/distinfo
  1.1       +13 -0     ports/mail/p5-Mail-SpamAssassin/files/patch-BayesStore-DBM.pm (new)
  1.1       +24 -0     ports/mail/p5-Mail-SpamAssassin/files/patch-Conf.pm (new)
  1.1       +21 -0     ports/mail/p5-Mail-SpamAssassin/files/patch-DCC.pm (new)
  1.1       +11 -0     ports/mail/p5-Mail-SpamAssassin/files/patch-Message.pm (new)
  1.1       +51 -0     ports/mail/p5-Mail-SpamAssassin/files/patch-SpamAssassin.pm (new)
  1.2       +11 -9     ports/mail/p5-Mail-SpamAssassin/files/patch-bayes.pm
  1.5       +0 -29     ports/mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw (dead)
  1.6       +0 -12     ports/mail/p5-Mail-SpamAssassin/files/patch-spamassassin.raw (dead)
  1.4       +50 -9     ports/mail/p5-Mail-SpamAssassin/files/patch-spamd_spamd.raw
  1.7       +3 -8      ports/mail/p5-Mail-SpamAssassin/pkg-install
  1.8       +4 -4      ports/mail/p5-Mail-SpamAssassin/pkg-message
  1.45      +8 -49     ports/mail/p5-Mail-SpamAssassin/pkg-plist
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Gabor Kovesdan freebsd_committer freebsd_triage 2010-02-10 09:06:26 UTC
State Changed
From-To: open->closed

Committed, thanks!