Release 2.68 is mostly a bug-fix release; the most important changes are:
* Detect Sys::Syslog vs. Unix::Syslog at run-time rather than when running ./configure. * Bug fix: Don't change Content-Disposition to "inline" by default. This was causing weird bugs with Outlook iCalendar attachments. * Various crash fixes. * Make relay_is_blacklisted and relay_is_blacklisted_multi handle IPv6 addresses. * Make the C code call smfi_setmlreply if the milter library supports it and the Perl code returns a multi-line reply. (And take over maintainer)
This commit is contained in:
parent
aea3568c56
commit
ec6fd29b65
2 changed files with 8 additions and 7 deletions
|
@ -1,10 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.41 2010/02/05 19:53:08 markd Exp $
|
||||
# $NetBSD: Makefile,v 1.42 2010/03/08 23:46:44 pettai Exp $
|
||||
|
||||
DISTNAME= mimedefang-2.67
|
||||
DISTNAME= mimedefang-2.68
|
||||
CATEGORIES= mail
|
||||
MASTER_SITES= http://www.mimedefang.org/static/
|
||||
|
||||
MAINTAINER= markd@NetBSD.org
|
||||
MAINTAINER= pettai@NetBSD.org
|
||||
HOMEPAGE= http://www.mimedefang.org/
|
||||
COMMENT= To inspect/modify e-mail as it passes through your mail relay
|
||||
LICENSE= gnu-gpl-v2
|
||||
|
@ -91,6 +91,7 @@ do-install:
|
|||
${INSTALL_DATA} ${WRKSRC}/examples/suggested-minimum-filter-for-windows-clients ${DESTDIR}${EGDIR}/mimedefang-filter
|
||||
${INSTALL_DATA} ${WRKSRC}/SpamAssassin/spamassassin.cf ${DESTDIR}${EGDIR}/sa-mimedefang.cf
|
||||
|
||||
.include "../../lang/perl5/buildlink3.mk"
|
||||
.include "../../mail/libmilter/buildlink3.mk"
|
||||
.include "../../mk/pthread.buildlink3.mk"
|
||||
.include "../../mk/bsd.pkg.mk"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.18 2010/02/05 19:53:08 markd Exp $
|
||||
$NetBSD: distinfo,v 1.19 2010/03/08 23:46:44 pettai Exp $
|
||||
|
||||
SHA1 (mimedefang-2.67.tar.gz) = 88105c8ffa68340fcaec0e0000c063618e670d0b
|
||||
RMD160 (mimedefang-2.67.tar.gz) = 6a11119fae9d9d4762fbe2536d91fca19d96123c
|
||||
Size (mimedefang-2.67.tar.gz) = 338779 bytes
|
||||
SHA1 (mimedefang-2.68.tar.gz) = 2ed829eaf30454876bf4d83a14d722e2316d3156
|
||||
RMD160 (mimedefang-2.68.tar.gz) = 6042a652528e54c6a50aaf59dc610fa3c1bf94f7
|
||||
Size (mimedefang-2.68.tar.gz) = 342973 bytes
|
||||
SHA1 (patch-ac) = 8733dca9408f29f63d71f6a0f3af817ef6b9a148
|
||||
|
|
Loading…
Reference in a new issue