diff options
author | reed <reed@pkgsrc.org> | 2008-02-19 16:20:15 +0000 |
---|---|---|
committer | reed <reed@pkgsrc.org> | 2008-02-19 16:20:15 +0000 |
commit | 1083d836b02643dbfe5f0bc6aa87e8990e090c2a (patch) | |
tree | 67516fb017b2ce9fa785071bfe954b8bd75ab877 /security | |
parent | 9e360d3eb36c616255017e2a3518772033dc96f0 (diff) | |
download | pkgsrc-1083d836b02643dbfe5f0bc6aa87e8990e090c2a.tar.gz |
Update to 2.5.3. This update is from maintainer in PR #38062.
From the amavisd-new-2.5.3 release notes:
BUG FIXES
- fix parsing a SMTP status response from MTA when releasing from a
quarantine, when a MTA response did not include an enhanced status
code (RFC 3463) (such as with old versions of Postfix); a parsing
failure resulted in attribute "setreply=450 4.5.0 Unexpected:..."
in an AM.PDP protocol response, even though a release was successful;
reported by Ron Miller, John M. Kupski, investigated by Tony Caduto
and Jeremy Fowler;
- change parsing of addresses in From, To, and Cc header fields, avoiding
complex Perl regular expressions which could crash a process on certain
degenerate cases of these header fields; thanks for detailed problem
reports to Carsten Lührs and Attila Nagy;
- completely rewritten parsing of Received header field to work around a
Perl regular expression problem which could crash a process on certain
degenerate cases of mail header fields; problem reported by Thomas Gelf;
- harden to some extent regular expressions in parse_message_id to cope
better with degenerate cases of header fields carrying message-id;
- sanitize 8-bit characters in In-Reply-To and References header fields
before using them in Pen Pals SQL lookups to avoid UTF-8 errors like:
penpals_check FAILED: sql exec: err=7, 22021, DBD::Pg::st execute failed:
ERROR: invalid byte sequence for encoding "UTF8": 0xd864
- when turning an infection report into a spam report, avoid adding newly
discovered virus names (i.e. fraud names) to a cached list if these names
are already listed; previously the list would just grow on each passage
through a cache, leading to unsightly long lists of spam tests in a
report; based on a patch by Henrik Krohns;
- fix diagnostics when an invalid command line argument is given;
OTHER
- reduce log clutter when certain Perl modules are loaded late, i.e. after
chrooting and daemonizing, but still before a fork; now only issue one
log entry by a parent process: "extra modules loaded after daemonizing: ";
- slightly relax mail address syntax in subroutine split_address;
- fetch additional information (tags) from SpamAssassin: TESTS, ASN,
ASNCIDR, DKIMDOMAIN and DKIMIDENTITY, making them available through a macro
'supplementary_info' (if a version of SpamAssassin in use provides them);
- updated DKIM section in amavisd-new-docs.html, removing the historical
DomainKeys milter from examples;
- declared a dummy subroutine dkim_key() and new dummy configuration
variables @dkim_signature_options_bysender_maps, %signed_header_fields,
$reputation_factor, @signer_reputation_maps and $sql_partition_tag, members
of policy banks, in preparation for 2.6.0 - declared now for improved
downgrade compatibility of 2.6.0 configuration files, if need arises.
Diffstat (limited to 'security')
-rw-r--r-- | security/amavisd-new/Makefile | 5 | ||||
-rw-r--r-- | security/amavisd-new/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/security/amavisd-new/Makefile b/security/amavisd-new/Makefile index 5f5dac99226..78b8961ac14 100644 --- a/security/amavisd-new/Makefile +++ b/security/amavisd-new/Makefile @@ -1,14 +1,13 @@ -# $NetBSD: Makefile,v 1.35 2007/07/09 17:32:35 cube Exp $ +# $NetBSD: Makefile,v 1.36 2008/02/19 16:20:15 reed Exp $ DISTNAME= amavisd-new-${VERSION}${PATCHLEVEL} PKGNAME= amavisd-new-${VERSION}${PATCHLEVEL:S/-//} -PKGREVISION= 2 CATEGORIES= security mail MASTER_SITES= http://www.ijs.si/software/amavisd/ \ http://mirrors.catpipe.net/amavisd-new/ \ http://mirror.mainloop.se/amavisd/ -VERSION= 2.5.2 +VERSION= 2.5.3 PATCHLEVEL= # empty MAINTAINER= jdunn@aquezada.com diff --git a/security/amavisd-new/distinfo b/security/amavisd-new/distinfo index 157b3f4e3a3..6324e277715 100644 --- a/security/amavisd-new/distinfo +++ b/security/amavisd-new/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.12 2007/07/03 14:21:07 xtraeme Exp $ +$NetBSD: distinfo,v 1.13 2008/02/19 16:20:15 reed Exp $ -SHA1 (amavisd-new-2.5.2.tar.gz) = 2465131448ce10dac8511450695ff63bc565e6db -RMD160 (amavisd-new-2.5.2.tar.gz) = b7bc998ac34428b62cf74e1c114b295a9f322652 -Size (amavisd-new-2.5.2.tar.gz) = 788546 bytes +SHA1 (amavisd-new-2.5.3.tar.gz) = 2e1460ad505ad4251a876ec506d021a392c7c0c0 +RMD160 (amavisd-new-2.5.3.tar.gz) = 49b97ff3782b42f8aaba7beb73440398d83638d9 +Size (amavisd-new-2.5.3.tar.gz) = 789275 bytes SHA1 (patch-aa) = ce833a7fe370391b44fc413e84789fbca557cc4a |