Bug 112048 - Major upgrade: amavisd-new 2.45 to 2.50
Summary: Major upgrade: amavisd-new 2.45 to 2.50
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: 2007-04-23 20:20 UTC by Michael Scheidell
Modified: 2007-05-01 19:40 UTC (History)
1 user (show)

See Also:


Attachments
file.diff (8.64 KB, patch)
2007-04-23 20:20 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 2007-04-23 20:20:07 UTC
Prior to SpamAssassin 3.20, users will need to update to amavisd-new 2.50
  2.50 includes many performance and feature enhancements, including
  direct use of INET6 (even on systems compiled for -4 only),
  disclaimers, custom configurations.

changes to makefile:
require minimum UUlib 1.08, minimum 1.04 of Zlib, .03 of Server.pm
removed dependency on Tar.pm, SMTP.pm.

Added altermine option for disclaimers.
Added p7zip option.

Fix: long patch: sorry, if you want attachment, let me know
How-To-Repeat: na
Comment 1 Gabor Kovesdan freebsd_committer freebsd_triage 2007-04-23 20:56:42 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gabor

My port.
Comment 2 dfilter service freebsd_committer freebsd_triage 2007-05-01 19:32:02 UTC
gabor       2007-05-01 18:31:56 UTC

  FreeBSD ports repository

  Modified files:
    security/amavisd-new Makefile distinfo pkg-plist 
    security/amavisd-new/files pkg-message.in 
  Log:
  - Update to 2.5.0
  - Add Altermime support
  - Add P7Zip support
  
  Release Notes:  http://www.ijs.si/software/amavisd/release-notes.txt
  
  PR:             ports/112048
  Submitted by:   Michael Scheidell <scheidell@secnap.net>
  
  Revision  Changes    Path
  1.53      +27 -12    ports/security/amavisd-new/Makefile
  1.31      +3 -3      ports/security/amavisd-new/distinfo
  1.5       +2 -1      ports/security/amavisd-new/files/pkg-message.in
  1.21      +38 -1     ports/security/amavisd-new/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 2007-05-01 19:32:22 UTC
State Changed
From-To: open->closed

Committed with a slight change: 
the custom config file has to be removed if it is unchanged. This is done in 
the pkg-plist file with the @unexec keyword. 
Thanks for your contribution!