summaryrefslogtreecommitdiff
path: root/mail/mimedefang/Makefile
diff options
context:
space:
mode:
authormarkd <markd>2002-10-30 09:50:24 +0000
committermarkd <markd>2002-10-30 09:50:24 +0000
commitde12e89cdf52c485b0360dafb37085e251d9cc50 (patch)
tree58d530751cafdecb2d8400fc3e3b723efffa1a47 /mail/mimedefang/Makefile
parent70d07c8dbe9064542c2b8689533f0b281cec58a6 (diff)
downloadpkgsrc-de12e89cdf52c485b0360dafb37085e251d9cc50.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/Makefile7
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