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

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 2.8.3, Package name: dkim-milter-2.8.3, Maintainer: imil

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: ee8f7aa1429f763f6a4012e902296733df0fa0e6
RMD160: 339886a8ec02615a785b5a5605b2b752e8e946bb
Filesize: 730.874 KB

Version history: (Expand)


CVS history: (Expand)


   2010-03-14 17:59:27 by Fredrik Pettai | Files touched by this commit (3)
Log message:
2.8.3           2009/05/31
        Close the configuration file after reading it, plugging a
                descriptor leak.
        Release memory associated with old configuration nodes (i.e. strings)
                as well as the nodes themselves.
        Connect the configuration handle to its allocated data so cleanup can
                actually be thorough.
        Fix an error message reported inside _FFR_REPLACE_RULES.
        Plug a memory leak in mlfi_header() tripped when errors occur.
        Since ADSP has not yet been registered by IANA, adjust its method
                label in Authentication-Results accordingly.
        Include selector, domain and other text if possible when logging
                key retrieval failures.
        Add _FFR_SENDER_HEADERS, allowing user control over which header
                fields are used to make the sign/verify decision and
                perform key selection.
        LIBDKIM: Initialize canon_lastchar in dkim_add_canon().
        LIBDKIM: Clean up any compiled regular expressions in dkim_close().
        LIBDKIM: Fix some type-related compiler warnings.
   2010-01-17 13:02:58 by Thomas Klausner | Files touched by this commit (724) | Package updated
Log message:
Recursive PKGREVISION bump for jpeg update to 8.
   2009-06-14 20:04:45 by Joerg Sonnenberger | Files touched by this commit (183)
Log message:
Remove @dirrm entries from PLISTs
   2009-05-19 10:59:39 by Thomas Klausner | Files touched by this commit (383)
Log message:
Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
   2009-04-15 05:52:23 by Emmanuel Dreyfus | Files touched by this commit (1)
Log message:
typo
   2009-04-15 05:51:04 by Emmanuel Dreyfus | Files touched by this commit (1)
Log message:
Add buildlink3 support, from Fredrik Pettai <pettai@nordu.net>, missing
from previous commit
   2009-03-28 02:03:56 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Fix installation.
   2009-02-25 00:41:44 by Joerg Sonnenberger | Files touched by this commit (1)
Log message:
Fix DESTDIR installation