pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mail/opendkim 2.10.1 2015/02/03



details:   https://anonhg.NetBSD.org/pkgsrc/rev/204d572e9166
branches:  trunk
changeset: 648641:204d572e9166
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Sun Mar 15 23:02:34 2015 +0000

description:
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:

 mail/opendkim/Makefile    |   4 ++--
 mail/opendkim/PLIST       |  20 ++------------------
 mail/opendkim/PLIST.stats |   3 ++-
 mail/opendkim/distinfo    |   8 ++++----
 4 files changed, 10 insertions(+), 25 deletions(-)

diffs (110 lines):

diff -r f1559923b510 -r 204d572e9166 mail/opendkim/Makefile
--- a/mail/opendkim/Makefile    Sun Mar 15 22:28:02 2015 +0000
+++ b/mail/opendkim/Makefile    Sun Mar 15 23:02:34 2015 +0000
@@ -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 -r f1559923b510 -r 204d572e9166 mail/opendkim/PLIST
--- a/mail/opendkim/PLIST       Sun Mar 15 22:28:02 2015 +0000
+++ b/mail/opendkim/PLIST       Sun Mar 15 23:02:34 2015 +0000
@@ -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/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_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_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_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.spec.in
 share/doc/opendkim/opendkim.xml
 share/doc/opendkim/overview.html
+share/doc/opendkim/repute.py
 share/doc/opendkim/stats.lua
diff -r f1559923b510 -r 204d572e9166 mail/opendkim/PLIST.stats
--- a/mail/opendkim/PLIST.stats Sun Mar 15 22:28:02 2015 +0000
+++ b/mail/opendkim/PLIST.stats Sun Mar 15 23:02:34 2015 +0000
@@ -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-reportstats
 sbin/opendkim-stats
 share/doc/opendkim/mkdb.mysql
+share/doc/opendkim/README.opendkim-reportstats
diff -r f1559923b510 -r 204d572e9166 mail/opendkim/distinfo
--- a/mail/opendkim/distinfo    Sun Mar 15 22:28:02 2015 +0000
+++ b/mail/opendkim/distinfo    Sun Mar 15 23:02:34 2015 +0000
@@ -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



Home | Main Index | Thread Index | Old Index