diff options
author | obache <obache@pkgsrc.org> | 2009-01-01 14:30:02 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2009-01-01 14:30:02 +0000 |
commit | b2ce73ffc820f55318930f7a195343d4fc725afd (patch) | |
tree | ae7e82d719ebe7be0ccdb4f6a59a7601060b82f6 /security | |
parent | f0b07417cac1633a512d16e34cfb0a22354c3330 (diff) | |
download | pkgsrc-b2ce73ffc820f55318930f7a195343d4fc725afd.tar.gz |
Update amavisd-new to 2.6.2, maintainer update request by PR 40303.
amavisd-new-2.6.2 release notes
MAIN NEW FEATURES SUMMARY
- bounce killer: improved detection of nonstandard bounces;
- bounces to be killed no longer waste SpamAssassin time;
- tool to convert dkim-filter keysfile into amavisd configuration;
- compatibility with SpamAssassin 3.3 (CVS head) regained;
- rewritten and expanded documentation section on DKIM signing and
verification in amavisd-new-docs.html;
COMPATIBILITY WITH 2.6.1
- apart from small differences in logging and notifications, the
version 2.6.2 is compatible with 2.6.1, with its configuration file
and its environment;
- virus scanner entries were updated (as described below, most notably by
adding a regexp flag m), so be sure to update existing configuration file;
updated virus scanner entries can be used with 2.6.1 too;
- the %sql_clause default has changed in detail (see below), if its value
is overridden in a configuration file the setting may need updating;
See full release notes:
http://www.ijs.si/software/amavisd/release-notes.txt
Diffstat (limited to 'security')
-rw-r--r-- | security/amavisd-new/Makefile | 4 | ||||
-rw-r--r-- | security/amavisd-new/distinfo | 8 |
2 files changed, 6 insertions, 6 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 1bd4c85a782..1bf896fbc87 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2008/07/24 13:49:22 obache Exp $ +# $NetBSD: Makefile,v 1.40 2009/01/01 14:30:02 obache Exp $ DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL} PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//} @@ -9,7 +9,7 @@ MASTER_SITES= http://www.ijs.si/software/amavisd/ \ http://mirror.cedratnet.com/amavisd-new/ \ http://mirror.omroep.nl/amavisd-new/ -VERSION= 2.6.1 +VERSION= 2.6.2 PATCHLEVEL= # empty MAINTAINER= jdunn@aquezada.com diff --git a/security/amavisd-new/distinfo b/security/amavisd-new/distinfo index c100cfe07ab..4861845822c 100644 --- a/security/amavisd-new/distinfo +++ b/security/amavisd-new/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2008/07/24 13:49:22 obache Exp $ +$NetBSD: distinfo,v 1.15 2009/01/01 14:30:02 obache Exp $ -SHA1 (amavisd-new-2.6.1.tar.gz) = 51e3e3d9c2aaa33f6a41a84092c82adb94e2a806 -RMD160 (amavisd-new-2.6.1.tar.gz) = c9e248540bfaf9cc6ab967776bd98e164b636db8 -Size (amavisd-new-2.6.1.tar.gz) = 911740 bytes +SHA1 (amavisd-new-2.6.2.tar.gz) = 14131c7e0febdda7cd8bc360a6423599c0535d87 +RMD160 (amavisd-new-2.6.2.tar.gz) = 50dcb614d7deaa16f5b02d8d336912fad54f2834 +Size (amavisd-new-2.6.2.tar.gz) = 903818 bytes SHA1 (patch-aa) = d8bc17da9b1d3ef883331d462ee06d534f5ff5b0 |