diff options
author | pettai <pettai@pkgsrc.org> | 2015-03-15 23:02:34 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2015-03-15 23:02:34 +0000 |
commit | 6da0c215167b216b3ead2e665b479ad9743e8e26 (patch) | |
tree | 3b8d425128b3403a7a2f4333a1c07124963b5417 /mail | |
parent | 444c7f7e2b1af8b3dfa5445aa9592c42663d2039 (diff) | |
download | pkgsrc-6da0c215167b216b3ead2e665b479ad9743e8e26.tar.gz |
2.10.1 2015/02/03
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.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opendkim/Makefile | 4 | ||||
-rw-r--r-- | mail/opendkim/PLIST | 20 | ||||
-rw-r--r-- | mail/opendkim/PLIST.stats | 3 | ||||
-rw-r--r-- | mail/opendkim/distinfo | 8 |
4 files changed, 10 insertions, 25 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index a5a77374ade..e5546c7f198 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -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/} diff --git a/mail/opendkim/PLIST b/mail/opendkim/PLIST index 9f24a4f13b0..0955d2f3d43 100644 --- a/mail/opendkim/PLIST +++ b/mail/opendkim/PLIST @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 @@ -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 diff --git a/mail/opendkim/PLIST.stats b/mail/opendkim/PLIST.stats index fbdac435ec0..49bd0d734ea 100644 --- a/mail/opendkim/PLIST.stats +++ b/mail/opendkim/PLIST.stats @@ -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 @@ -9,3 +9,4 @@ sbin/opendkim-genstats sbin/opendkim-reportstats sbin/opendkim-stats share/doc/opendkim/mkdb.mysql +share/doc/opendkim/README.opendkim-reportstats diff --git a/mail/opendkim/distinfo b/mail/opendkim/distinfo index 0ed13ffe539..b485f926ea5 100644 --- a/mail/opendkim/distinfo +++ b/mail/opendkim/distinfo @@ -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 |