Bug 115369 - [MAINTAINER UPDATE] mail/p5-Mail-SpamAssassin from 3.2.1 to 3.2.3
Summary: [MAINTAINER UPDATE] mail/p5-Mail-SpamAssassin from 3.2.1 to 3.2.3
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: Beech Rintoul
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-10 01:00 UTC by Michael Scheidell
Modified: 2007-08-13 23:41 UTC (History)
0 users

See Also:


Attachments
file.diff (10.48 KB, patch)
2007-08-10 01:00 UTC, Michael Scheidell
no flags Details | Diff
sa323_1.txt (51.74 KB, text/plain; format=flowed)
2007-08-10 18:52 UTC, Michael Scheidell
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Scheidell 2007-08-10 01:00:09 UTC
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)

removed unnecessary test for perl version (all supported fbsd versions include 5.8.8 or greater)

NOTE: PORTS MAINTAINERS: REMOVE patch it is not needed anymore.(I left a 0 byte file in just in case)

Fix: apply patch to ports.

Patch attached with submission follows:
How-To-Repeat: na
Comment 1 Michael Scheidell 2007-08-10 18:52:19 UTC
Last minuite bug found, bug in 3.2.2 and 3.2.3.

attached patch replaces previous patch.
added Time::HiRes  as dependency mentioned in SA bug 5589.

added this file: files/patch-dnsbug-multiple
removed this file: Only in /var/tmp/p5-Mail-SpamAssassin/files: 
patch-spamc-Makefile.in (already fixed in 3.2.2)
If you have applied 115369, please add PORTREVISION= 1 to Makefile, if not, 
no need.

bug described here, and slows down ASN plugin by 3 seconds each email.

http://issues.apache.org/SpamAssassin/show_bug.cgi?id=5589 
Comment 2 Beech Rintoul freebsd_committer freebsd_triage 2007-08-11 03:07:00 UTC
Responsible Changed
From-To: freebsd-ports-bugs->beech

I'll take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2007-08-13 23:33:40 UTC
beech       2007-08-13 22:33:32 UTC

  FreeBSD ports repository

  Modified files:
    mail/p5-Mail-SpamAssassin Makefile distinfo pkg-install 
    mail/p5-Mail-SpamAssassin/files patch-ImageInfo.pm 
                                    patch-sa-compile.raw 
  Removed files:
    mail/p5-Mail-SpamAssassin/files patch-spamc-Makefile.in 
  Log:
  - Update to 3.2.3
  - 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)
  
  Revision  Changes    Path
  1.109     +3 -4      ports/mail/p5-Mail-SpamAssassin/Makefile
  1.40      +3 -3      ports/mail/p5-Mail-SpamAssassin/distinfo
  1.2       +15 -106   ports/mail/p5-Mail-SpamAssassin/files/patch-ImageInfo.pm
  1.3       +9 -7      ports/mail/p5-Mail-SpamAssassin/files/patch-sa-compile.raw
  1.2       +0 -20     ports/mail/p5-Mail-SpamAssassin/files/patch-spamc-Makefile.in (dead)
  1.4       +1 -1      ports/mail/p5-Mail-SpamAssassin/pkg-install
_______________________________________________
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 4 Beech Rintoul freebsd_committer freebsd_triage 2007-08-13 23:41:00 UTC
State Changed
From-To: open->closed

Committed, Thanks!