pkgsrc-WIP-cvs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: wip/dkim-milter



Module name:    wip
Committed by:   jukka
Date:           Fri Sep 14 10:38:27 UTC 2007

Modified Files:
        wip/dkim-milter: Makefile PLIST distinfo options.mk

Log Message:
Update to 2.2.1. Changes:

2.2.1           2007/09/07
        Insert VBR headers at the top rather than appending them to be
                sensitive to legacy DomainKeys operations.  Patch from
                S. Moonesamy of Eland Systems.
        Discontinue use of MAXHOSTNAMELEN as the maximum size of a hostname
                since some vendors set it to 64 (maximum size of a DNS label)
                and some to 256 (maximum size of an FQDN).  Instead, define
                and use DKIM_MAXHOSTNAMELEN (256).  Problem noted by
                Jeff Barry.
        LIBDKIM: Rename and update the default_signhdrs and default_skiphdrs
                arrays to match what's in RFC4871 section 5.5 SHOULD and
                SHOULD NOT lists.
        LIBDKIM: Apply DKIM_OPTS_SKIPHDRS only when signing.
        LIBDKIM: Add missing entries to prv_results, and add a
                dkim_getresultstr() function for translating DKIM_STAT
                result codes.  Patch from Kaspar Brand.
        Fix bug #SF1785624: Resolve build problem introduced in previous
                version when NETINET6 is in use.  Reported by Andrew Benham.
        Fix bug #SF1786033: Resolve build problem introduced in previous
                version affecting later versions of Solaris.  Reported by
                Andy Fiddaman.
        Fix bug #SF1787473: Initialize the default "-i" list properly (given
                changes made in the previous version) so that mail from
                localhost still gets signed.  Reported by Graham Murray.

2.2.0           2007/08/30
        Change format of the peerfile, internal and external host lists, etc.
                to allow exclusion entries.  See the man page for additional
                details.
        Amend "-u" to include the ability to name a group into which the
                filter process should be placed.
        Feature request #SF1783155: Make keylist pattern matching
                case-insensitive.
        LIBDKIM: Handle CNAMEs properly when using the standard resolver.
                Problem noted by Jim Fenton of Cisco.
        LIBDKIM: Fix bug #SF1782076: Adjust signature header wrapping logic
                so that a "b=" against the margin gets wrapped consistently
                when signing and verifying.  Reported by Kaspar Brand.

In addition, we don't use libar by default anymore since the libdkim
bug which required this default was fixed in 2.2.0.


To generate a diff of this commit:
cvs -z3 rdiff -u -r1.15 -r1.16 wip/dkim-milter/distinfo
cvs -z3 rdiff -u -r1.17 -r1.18 wip/dkim-milter/Makefile
cvs -z3 rdiff -u -r1.6 -r1.7 wip/dkim-milter/options.mk
cvs -z3 rdiff -u -r1.7 -r1.8 wip/dkim-milter/PLIST

To view a diff of this commit:
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dkim-milter/distinfo?r1=1.15&r2=1.16
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dkim-milter/Makefile?r1=1.17&r2=1.18
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dkim-milter/options.mk?r1=1.6&r2=1.7
http://pkgsrc-wip.cvs.sourceforge.net/pkgsrc-wip/wip/dkim-milter/PLIST?r1=1.7&r2=1.8

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
pkgsrc-wip-cvs mailing list
pkgsrc-wip-cvs%lists.sourceforge.net@localhost
https://lists.sourceforge.net/lists/listinfo/pkgsrc-wip-cvs




Home | Main Index | Thread Index | Old Index