NOTICE: This package has been removed from pkgsrc

./wip/dkim-milter, Open source DKIM filter software from Sendmail, Inc.

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 2.7.2nb1, Package name: dkim-milter-2.7.2nb1, Maintainer: j+pkgsrc

dkim-milter consists of two parts: A milter-based application
(dkim-filter) which plugs in to Sendmail to provide DomainKeys
Identified Mail service, and a library (libdkim) which can be
used to build DKIM-compliant applications or MTAs.


Required to build:
[mail/libmilter] [devel/m4]

Package options: inet6

Master sites: (Expand)

SHA1: f2cf69b03447c027385a75c7db5a69e545bad398
RMD160: c2a1b6180b0546c6b9c60a984f70c33954b73ab4
Filesize: 673.927 KB

Version history: (Expand)


CVS history: (Expand)


   2009-08-10 11:33:13 by Jukka Salmi | Files touched by this commit (13) | Package removed
Log message:
Remove wip/dkim-milter;  mail/dkim-milter is more recent.
   2009-05-19 11:00:04 by Thomas Klausner | Files touched by this commit (67)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
   2009-03-20 20:43:38 by Jörg Sonnenberger | Files touched by this commit (284)
Log message:
Convert buildlink3.mk files to new world order.
   2008-06-11 15:04:53 by Jukka Salmi | Files touched by this commit (3)
Log message:
Update to 2.6.0. From the announcement message:

This is a new release of the filter which adds a number of new features
and fixes a number of minor bugs.  Of particular interest is support for
the proposed DKIM reporting mechanisms introduced in the revised
"feedback-report" and new "dkim-reporting" IETF drafts.

The formal release notes entry:

2.6.0           2008/06/11
        Remove "signaturemissing" as an old-style configuration action
                as it has been superseded by "ASPDiscard" and related
                functions.
        Add "SendASPReports" configuration option which generates ASP \ 
failure
                reports if requested by the sending domain.
        Update report generation for verification failures to use the
                new Abuse Reporting Format (ARF) and DKIM Reporting
                draft proposals.
        Add "MustBeSigned" configuration option, requiring signatures to
                cover specific headers if present.
        Rename "UseASPDiscard" to "ASPDiscard".
        Add "ASPNoSuchDomain" configuration option which rejects mail that
                appears to come from nonexistent domains as reported by the
                Author Signing Practises check.
        Add "ReportAddress" configuration option, used for defining the
                From: header of reports mailed out.
        Yet another compatibility fix with respect to Sleepycat DB.
        Fix processing of "LogWhy" configuration parameter.  Problem noted
                by Erik Lotspeich.
        Add "-n" command line flag which parses the command line arguments
                and configuration file(s), then exits with an appropriate
                status code.
        Report DKIM and ASP results separately via the same
                Authentication-Results header field.  Previous versions would
                alter the DKIM result based on ASP.
        Fix bug #SF1976931: Restore function of "nosignature" old-style
                action configuration, connected to "AlwaysAddARHeader".
                Problem noted by Lucas Brasilino.
        Feature request #SF1940233: Add "DontSignMailTo" configuration \ 
option,
                allowing a list of recipient patterns whose mail should not
                be signed.  Requested by Don Hughes.
        LIBDKIM: Rename dkim_reportinfo() to dkim_sig_getreportinfo(),
                and add dkim_policy_getreportinfo().
        LIBDKIM: Add several more signature error codes covering various
                key-related errors.
        LIBDKIM: Add dkim_sig_hdrsigned() utility, DKIM_OPTS_MUSTBESIGNED
                option, and DKIM_SIGERROR_MBSFAILED error code.
        LIBDKIM: Fix a bug in the computation of the result for
                dkim_canon_minbody().
        LIBDKIM: Report corrupted base64 chunks instead of quietly
                tolerating them.
        LIBDKIM: Tidy up the cleanup code in dkim-canon.c.
        LIBDKIM: Properly handle "tag=" at the end of a data set (i.e.
                the tag exists and has an empty value).
        LIBDKIM: Use larger unsigned data types in dkim_sig_future() as
                was done elsewhere.
        LIBDKIM: Always populate a DKIM_SIGINFO with domain and selector
                before there's an opportunity for other parsing
                short-circuits.
        LIBDKIM: Fix bug #SF1984685: Remove the "margin" parameter from
                dkim_getsighdr(); make it controlled by a new function,
                dkim_set_margin(), so that the signed copy and the
                user-requested copy are identical.
        Activate _FFR_AUTHSERV_JOBID.
   2008-05-21 20:37:14 by Jukka Salmi | Files touched by this commit (2)
Log message:
Update to 2.5.5. From the announcement message:

This is a bugfix release containing a single important fix which could
cause mail to be rejected improperly for domains which advertise a
"discardable" mail policy.  If you are using the \ 
"UseASPDiscard" feature,
this upgrade should be considered mandatory.

The formal release notes entry:

2.5.5           2008/04/25
        Fix bug #SF1947301: Close up a logic problem in "UseASPDiscard"
                handling which could cause false rejections of mail from
                domains advertising "discardable" policies.  Problem noted
                by Doug Kingston.
        LIBDKIM: Another compatibility fix with respect to Sleepycat DB.
   2008-04-17 20:16:00 by Jukka Salmi | Files touched by this commit (2)
Log message:
Update to 2.5.4. From the announcement message:

This release fixes one signature correctness bug in the library and a few
bugs which could result in crashes in the filter itself.  An upgrade is
recommended if you're using the filter.

The formal release notes entry:

2.5.4           2008/04/17
        Skip signatures with errors in dkimf_authorsigok().
        Avoid a NULL dereference in dkimf_config_reload() when starting
                without a configuration file.
        Fix an alignment problem in dkimf_checkip().  Problem reported
                by Jeff A. Earickson.
        LIBDKIM: Fix bug #SF1942387: Per RFC4871, disallow "l=" values
                that exceed the size of the canonicalized message body.
   2008-04-15 19:17:00 by Jukka Salmi | Files touched by this commit (3)
Log message:
Update from 2.5.2 to 2.5.3. From the announcement message:

A new version of dkim-milter is now available for download from SourceForge.

This release contains mainly bug fixes and additional diagnostic
information.  Two are correctness bugs with parsing of the signature tags,
so an upgrade is recommended.

The formal release notes entry:

2.5.3           2008/04/14
        Add "AllowSHA1Only" configuration option which permits operation
                of verifiers that only know about SHA1.  Without this, a
                filter compiled with only SHA1 support will refuse to start
                in verifier mode.
        Add "LogWhy" configuration parameter and "-W" \ 
command line flag
                to request detailed logging about why a message was not
                signed by the filter.  Intended for debugging; not intended
                for normal operation.
        Another tweak to parameters passed to db->open().  Based on patches
                from Jukka Salmi and S. Moonesamy.
        Fixes in ares_parse() to match the current syntax.  In particular,
                deal with the fact that some of our tokens can legally appear
                in e-mail addresses.  Problem noted by S. Moonesamy of
                Eland Systems.
        LIBDKIM: Evaluate key granularity against the "i=" value \ 
rather than
                the value of the From: header per RFC4871.  Problem noted by
                Jason Long.
        LIBDKIM: Remove the chartable stuff from dkim-tables.c as it is
                not used anywhere.
        LIBDKIM: Fix bug #SF1940302: Perform stronger validation of the value
                of the "h=" tag.
   2008-03-30 13:03:10 by Jukka Salmi | Files touched by this commit (3)
Log message:
Fix statistics with pre-DB 2.0.0.
Bump $PKGREVISION.