Skip to content

Commit

Permalink
2.10.1 2015/02/03
Browse files Browse the repository at this point in the history
        Make DB_SIGNINGTABLE symbol available in Lua scripts.
        Fix bug #214: Handle arbitrarily large From: fields.
        LIBOPENDKIM: Fix bug #213: Remove "dkim_default_senderhdrs" from
                dkim.h.
        LIBOPENDKIM: Fix bug #219: Unresolved CNAMEs are not failures,
                according to the DNS (see RFC6604), so report them as
                NXDOMAIN or similar.

2.10.0          2014/12/27
        Feature request #182: Remove "AddAllSignatureResults".  All signature
                results will now be added via Authentication-Results header
                fields.
        Feature request #180: Rename "LDAPSoftStart" to "SoftStart" and apply
                it to SQL connections as well.
        Feature request #179: Add "IgnoreMalformedMail" option.
        Fix bug #183: Discontinue support for ADSP.  This removes the
                following configuration file items:
                AddAllSignatureResults  LocalADSP
                ADSPAction              NoDiscardableMailTo
                ADSPNoSuchDomain        On-PolicyError
                BogusPolicy             SendADSPReports
                DisableADSP             SenderHeaders
                LDAPSoftStart           UnprotectedPolicy
        Make "rrvs" and "smime" recognized Authentication-Results methods.
        LIBOPENDKIM: Feature request #157: Add dkim_mail_parse_multi().
        LIBOPENDKIM: Feature request #185: Add dkim_set_dnssec().
        LIBOPENDKIM: Fix bug #183: Discontinue support for ADSP.  This
                means all of the following:
                - the dkim_policy_t type has been removed
                - the DKIM_POLICY_* constants have been removed
                - the DKIM_PRESULT_* constants have been removed
                - passing DKIM_OPTS_SENDERHDRS to dkim_options() now
                  results in an error
                - the DKIM_PSTATE structure has been removed
                - all of the following functions have been removed:
                  dkim_policy(), dkim_policy_dnssec(),
                  dkim_policy_getqueries(), dkim_policy_getreportinfo(),
                  dkim_policy_state_free(), dkim_policy_state_new(),
                  dkim_policy_syntax(), dkim_getpolicystr(),
                  dkim_getpresult(), dkim_getpresultstr(),
                  dkim_set_policy_lookup(), dkim_test_adsp()
        LIBOPENDKIM: DKIM_LIBFLAGS_STRICTHDRS now also confirms syntactical
                validity of the From field before proceeding with a signing or
                verifying operation.
        CONTRIB: Fix bug #207: Clean up the "stats" directory.
        CONTRIB: Add "repute" directory which could eventually replace the
                PHP implementation.
        CONTRIB: Patches to systemd and init/redhat.
  • Loading branch information
pettai committed Mar 15, 2015
1 parent 68ff087 commit 9d12344
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 25 deletions.
4 changes: 2 additions & 2 deletions mail/opendkim/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.22 2015/01/04 21:52:05 pettai Exp $
# $NetBSD: Makefile,v 1.23 2015/03/15 23:02:34 pettai Exp $

DISTNAME= opendkim-2.9.3
DISTNAME= opendkim-2.10.1
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendkim/}

Expand Down
20 changes: 2 additions & 18 deletions mail/opendkim/PLIST
Original file line number Diff line number Diff line change
@@ -1,15 +1,13 @@
@comment $NetBSD: PLIST,v 1.10 2013/06/15 19:19:25 pettai Exp $
@comment $NetBSD: PLIST,v 1.11 2015/03/15 23:02:34 pettai Exp $
include/opendkim/dkim.h
lib/libopendkim.la
lib/pkgconfig/opendkim.pc
man/man8/opendkim-genkey.8
man/man8/opendkim-genzone.8
man/man8/opendkim-testadsp.8
man/man8/opendkim-testkey.8
man/man8/opendkim-testmsg.8
sbin/opendkim-genkey
sbin/opendkim-genzone
sbin/opendkim-testadsp
sbin/opendkim-testkey
sbin/opendkim-testmsg
share/doc/opendkim/FEATURES
Expand All @@ -19,7 +17,6 @@ share/doc/opendkim/LICENSE.Sendmail
share/doc/opendkim/README
share/doc/opendkim/README.LDAP
share/doc/opendkim/README.SQL
share/doc/opendkim/README.opendkim-reportstats
share/doc/opendkim/README.specs.html
share/doc/opendkim/RELEASE_NOTES.Sendmail
share/doc/opendkim/authheaders-check-setup-hook.lua
Expand Down Expand Up @@ -67,9 +64,6 @@ share/doc/opendkim/dkim_geterror.html
share/doc/opendkim/dkim_getid.html
share/doc/opendkim/dkim_getmode.html
share/doc/opendkim/dkim_getpartial.html
share/doc/opendkim/dkim_getpolicystr.html
share/doc/opendkim/dkim_getpresult.html
share/doc/opendkim/dkim_getpresultstr.html
share/doc/opendkim/dkim_getresultstr.html
share/doc/opendkim/dkim_getsighdr.html
share/doc/opendkim/dkim_getsighdr_d.html
Expand All @@ -88,17 +82,7 @@ share/doc/opendkim/dkim_minbody.html
share/doc/opendkim/dkim_ohdrs.html
share/doc/opendkim/dkim_options.html
share/doc/opendkim/dkim_param_t.html
share/doc/opendkim/dkim_policy.html
share/doc/opendkim/dkim_policy_getdnssec.html
share/doc/opendkim/dkim_policy_getqueries.html
share/doc/opendkim/dkim_policy_getreportinfo.html
share/doc/opendkim/dkim_policy_state_free.html
share/doc/opendkim/dkim_policy_state_new.html
share/doc/opendkim/dkim_policy_syntax.html
share/doc/opendkim/dkim_policy_t.html
share/doc/opendkim/dkim_presult.html
share/doc/opendkim/dkim_privkey_load.html
share/doc/opendkim/dkim_pstate.html
share/doc/opendkim/dkim_qi_getname.html
share/doc/opendkim/dkim_qi_gettype.html
share/doc/opendkim/dkim_query_t.html
Expand All @@ -108,7 +92,6 @@ share/doc/opendkim/dkim_set_dns_callback.html
share/doc/opendkim/dkim_set_final.html
share/doc/opendkim/dkim_set_key_lookup.html
share/doc/opendkim/dkim_set_margin.html
share/doc/opendkim/dkim_set_policy_lookup.html
share/doc/opendkim/dkim_set_prescreen.html
share/doc/opendkim/dkim_set_signature_handle.html
share/doc/opendkim/dkim_set_signature_handle_free.html
Expand Down Expand Up @@ -166,4 +149,5 @@ share/doc/opendkim/opendkim.service
share/doc/opendkim/opendkim.spec.in
share/doc/opendkim/opendkim.xml
share/doc/opendkim/overview.html
share/doc/opendkim/repute.py
share/doc/opendkim/stats.lua
3 changes: 2 additions & 1 deletion mail/opendkim/PLIST.stats
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
@comment $NetBSD: PLIST.stats,v 1.6 2013/01/05 17:05:07 pettai Exp $
@comment $NetBSD: PLIST.stats,v 1.7 2015/03/15 23:02:34 pettai Exp $
man/man8/opendkim-expire.8
man/man8/opendkim-gengraphs.8
man/man8/opendkim-genstats.8
Expand All @@ -9,3 +9,4 @@ sbin/opendkim-genstats
sbin/opendkim-reportstats
sbin/opendkim-stats
share/doc/opendkim/mkdb.mysql
share/doc/opendkim/README.opendkim-reportstats
8 changes: 4 additions & 4 deletions mail/opendkim/distinfo
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
$NetBSD: distinfo,v 1.15 2015/01/04 21:52:05 pettai Exp $
$NetBSD: distinfo,v 1.16 2015/03/15 23:02:34 pettai Exp $

SHA1 (opendkim-2.9.3.tar.gz) = 1d0a409ecacb585ede58e4c5327c32c8a747c023
RMD160 (opendkim-2.9.3.tar.gz) = c2d41c1d62bfbb7c9962131df4ecbbe69f2d7bf8
Size (opendkim-2.9.3.tar.gz) = 1230406 bytes
SHA1 (opendkim-2.10.1.tar.gz) = 13a5d5ebd3bc768e9d39dae8c984157708214166
RMD160 (opendkim-2.10.1.tar.gz) = 353b4960bec019ce2432ba48e6700d947a57d773
Size (opendkim-2.10.1.tar.gz) = 1213326 bytes
SHA1 (patch-configure) = 3e6bc994f72ed146770190a6b8a178abf4ebe4cd

0 comments on commit 9d12344

Please sign in to comment.