Update mimedefang to version 2.44
Changes in 2.44: This release features support for two new Sendmail 8.13 features: the SOCKETMAP map type, and Sendmail's built-in quarantine mechanism. There are also some minor bugfixes and documentation cleanups, as well as a fix for a memory leak with the embedded Perl interpreter on some platforms. Changes in 2.43: Various Perl functions can request the C code to delay before returning; this permits tarpitting without tying up a Perl slave. The multiplexor has an additional option to run a "tick" function on a periodic basis. There are minor bugfixes and documentation improvements. Changes in 2.42: The multiplexor causes closelog() to avoid problems with embedded Perl slaves. Support for SpamAssassin's upcoming 3.0.0 Perl API was added. A few other small bugs were fixed. Changes in 2.41: This is a bugfix release only. The most important change is to stop the action_quarantine_entire_message from sending out notifications each time it is invoked. A few other minor bugs were fixed.
This commit is contained in:
parent
bdec6d24be
commit
39c84e3027
3 changed files with 18 additions and 9 deletions
11
mail/mimedefang/MESSAGE
Normal file
11
mail/mimedefang/MESSAGE
Normal file
|
@ -0,0 +1,11 @@
|
|||
===========================================================================
|
||||
$NetBSD: MESSAGE,v 1.1 2004/07/18 06:11:14 markd Exp $
|
||||
|
||||
In version 2.44 the location of the sa-mimedefang.cf file moved from
|
||||
${PKG_SYSCONFDIR}/spamassassin/sa-mimedefang.cf to
|
||||
${PKG_SYSCONFDIR}/sa-mimedefang.cf
|
||||
|
||||
From version 2.43 filter_relay no longer has access to the HELO argument,
|
||||
nor does the MIMEDefang spool directory exist when filter_relay is called.
|
||||
|
||||
===========================================================================
|
|
@ -1,7 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.17 2004/04/25 04:03:16 snj Exp $
|
||||
# $NetBSD: Makefile,v 1.18 2004/07/18 06:11:14 markd Exp $
|
||||
|
||||
DISTNAME= mimedefang-2.40
|
||||
PKGREVISION= 1
|
||||
DISTNAME= mimedefang-2.44
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.mimedefang.org/static/
|
||||
|
||||
|
@ -26,7 +25,7 @@ PKG_SYSCONFSUBDIR?= mimedefang
|
|||
USE_PKGINSTALL= YES
|
||||
INSTALL_EXTRA_TMPL+= ${.CURDIR}/INSTALL
|
||||
|
||||
DEFANG_SPOOLDIR?= /var/spool/MIMEDefang
|
||||
DEFANG_SPOOLDIR?= ${VARBASE}/spool/MIMEDefang
|
||||
DEFANG_USER?= defang
|
||||
DEFANG_GROUP?= defang
|
||||
|
||||
|
@ -45,7 +44,7 @@ RCD_SCRIPTS= mimedefang-multiplexor mimedefang
|
|||
OWN_DIRS_PERMS+= ${DEFANG_SPOOLDIR} ${DEFANG_USER} ${DEFANG_GROUP} 0700
|
||||
|
||||
CONF_FILES+= ${EGDIR}/mimedefang-filter ${PKG_SYSCONFDIR}/mimedefang-filter
|
||||
CONF_FILES+= ${EGDIR}/sa-mimedefang.cf ${PKG_SYSCONFDIR}/spamassassin/sa-mimedefang.cf
|
||||
CONF_FILES+= ${EGDIR}/sa-mimedefang.cf ${PKG_SYSCONFDIR}/sa-mimedefang.cf
|
||||
|
||||
CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR}
|
||||
CONFIGURE_ARGS+= --with-confsubdir=
|
||||
|
@ -67,7 +66,6 @@ PTHREAD_OPTS+= require native
|
|||
|
||||
do-install:
|
||||
${INSTALL_DATA_DIR} ${PKG_SYSCONFDIR}
|
||||
${INSTALL_DATA_DIR} ${PKG_SYSCONFDIR}/spamassassin
|
||||
${INSTALL_DATA_DIR} ${EGDIR}
|
||||
${INSTALL_DATA_DIR} ${SHAREDIR}
|
||||
${INSTALL_DATA} ${WRKSRC}/gen-ip-validator.pl ${SHAREDIR}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.7 2004/03/07 11:18:33 markd Exp $
|
||||
$NetBSD: distinfo,v 1.8 2004/07/18 06:11:14 markd Exp $
|
||||
|
||||
SHA1 (mimedefang-2.40.tar.gz) = f90b6c4a44b8039c1d5134be7640f869905ed36a
|
||||
Size (mimedefang-2.40.tar.gz) = 271543 bytes
|
||||
SHA1 (mimedefang-2.44.tar.gz) = d98a11b810156fef7af27579ec037dcbc51e2c44
|
||||
Size (mimedefang-2.44.tar.gz) = 277642 bytes
|
||||
SHA1 (patch-ab) = d3aad74681427dc30a851ce9bd1708b61d0f7529
|
||||
SHA1 (patch-ac) = e76247df9baf66737d4343db4ce8bb072d26d95b
|
||||
|
|
Loading…
Reference in a new issue