diff options
author | markd <markd@pkgsrc.org> | 2002-10-30 09:50:24 +0000 |
---|---|---|
committer | markd <markd@pkgsrc.org> | 2002-10-30 09:50:24 +0000 |
commit | acf1329bd41e8a7fc6ee783022f53b87bb9dce99 (patch) | |
tree | 58d530751cafdecb2d8400fc3e3b723efffa1a47 /mail/mimedefang/Makefile | |
parent | 415178b49854cf15315382918deaff4ffc0d3e09 (diff) | |
download | pkgsrc-acf1329bd41e8a7fc6ee783022f53b87bb9dce99.tar.gz |
Update mimedefang to version 2.24
Changes in 2.24:
This release includes "watch-mimedefang", a graphical monitoring tool [not enabled].
It does stricter checks on functions which only make sense in the context of a
message. Global variables are cleared between messages so that extraneous values
don't stick around. There are important fixes for Solaris and possibly other
non-Linux machines.
Changes in 2.23:
A bug which could crash mimedefang-multiplexor under conditions of extreme load
has been fixed. An attacker with sufficient bandwidth may be able to exploit the
bug to mount a denial-of-service attack.
Changes in 2.22:
Support has been added for clamd, the daemonized version of Clam AntiVirus. A new
variable $MaxMIMEParts lets you reject overly complex MIME messages which could
otherwise result in a DoS. A new action_delete_all_headers routine has been added
which deletes all instance of a given header. Many little bugs were fixed and
portability was improved.
Diffstat (limited to 'mail/mimedefang/Makefile')
-rw-r--r-- | mail/mimedefang/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/mail/mimedefang/Makefile b/mail/mimedefang/Makefile index c7052a1a40d..6ca3288762e 100644 --- a/mail/mimedefang/Makefile +++ b/mail/mimedefang/Makefile @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.2 2002/09/26 02:03:40 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2002/10/30 09:50:24 markd Exp $ -DISTNAME= mimedefang-2.21 +DISTNAME= mimedefang-2.24 CATEGORIES= mail MASTER_SITES= http://www.roaringpenguin.com/mimedefang/ @@ -48,6 +48,7 @@ CONFIGURE_ARGS+= --with-milterinc=${BUILDLINK_PREFIX.libmilter}/include CONFIGURE_ARGS+= --with-milterlib=${BUILDLINK_PREFIX.libmilter}/lib CONFIGURE_ARGS+= --with-spooldir=${DEFANG_SPOOLDIR} CONFIGURE_ARGS+= --with-quarantinedir=${DEFANG_SPOOLDIR} +CONFIGURE_ARGS+= --disable-anti-virus do-install: ${INSTALL_DATA_DIR} ${PKG_SYSCONFDIR} @@ -55,9 +56,11 @@ do-install: ${INSTALL_DATA_DIR} ${EGDIR} ${INSTALL_DATA_DIR} ${SHAREDIR} ${INSTALL_DATA} ${WRKSRC}/gen-ip-validator.pl ${SHAREDIR} + ${INSTALL_PROGRAM} ${WRKSRC}/md-mx-ctrl ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mimedefang-multiplexor ${PREFIX}/bin ${INSTALL_PROGRAM} ${WRKSRC}/mimedefang ${PREFIX}/bin ${INSTALL_SCRIPT} ${WRKSRC}/mimedefang.pl ${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/md-mx-ctrl.8 ${PREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/mimedefang.8 ${PREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/mimedefang.pl.8 ${PREFIX}/man/man8 ${INSTALL_DATA} ${WRKSRC}/mimedefang-multiplexor.8 ${PREFIX}/man/man8 |