5.00503 was severly broken and amavisd-new author officially only supports
5.8.2 and up. As an added bonus, this simplifies the makefile very much.
- Install a usable amavisd.conf if none exists
- On installation, remove amavisd.conf if it is equal to default one
- On installation, create /var/amavis/tmp, because the new amavisd.conf
uses this directory to store temporary files
- Remove address extension options from the example configuration file.
Neither sendmail nor postfix support address extensions on FreeBSD
by default.
PR: ports/70306
Submitted by: maintainer
- add dependency on cabextract and rpm2cpio.pl
- add menu used to add required dependencies
for MySQL, PostgreSQL and LDAP support
- add warning when running under perl version below 5.8.2
- remove taint checks when running perl 5.00503
- (hopefully) fix chroot support by running amavisd with -u
instead of using "su"
- mention other virus scanners available in the ports collection
in the startup message
PR: ports/68732
Submitted by: maintainer
- remove dependency on Carp::Heavy module which is not available with
stock FreeBSD 4.9 perl
- add official post -p8 buglet fixes which will be included in -p9
- add size information to distinfo
- bump portrevision
PR: ports/64589
Submitted by: Blaz Zupan <blaz.zupan@amis.net> (maintainer)
2) Incorporate changes from PR 57382:
- add rc.subr support
- cleanup sed variable replacement scripts
- add pointer to Clam Antivirus to installation message
PR 57382 was closed by mistake, I thought the contents
have already been commited, while they were not.
PR: 59323
Submitted by: milter@free.fr (1)
Submitted by: Martin Matuska <martin@tradex.sk> (2)
Approved by: MAINTAINER
- fix dependency on devel/p5-IO, which should only be used when
perl older than 5.6.1 is installed.
- enable cpio for extraction of tar archives, which uses much less
memory than Archive::Tar (suggested by amavisd-new author)
PR: 56013
Submitted by: Blaz Zupan <blaz.zupan@amis.net>
- adds an entry to amavisd.conf for the Fizzer worm because it fakes
the sender address (suggested by mutt@free.fr)
- set the log level back to 0, because apparently it was set to 2 by
mistake by the author (suggested by mutt@free.fr)
- Bump PORTREVISION
PR: 52399
Submitted by: maintainer
Don't remove amavis user/group and directories, just remind user that they
should do it manually if they don't want to use the port anymore.
PR: 51153
Submitted by: Blaz Zupan <blaz.zupan@amis.net>