summaryrefslogtreecommitdiff
path: root/mail
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2012-06-16 20:20:15 +0000
committerpettai <pettai@pkgsrc.org>2012-06-16 20:20:15 +0000
commitecf5d73b9877eb4ca943be3b7292a2d7f7fe7182 (patch)
tree9d9168c9a7c7387af9e8238813d16aaf7e1d93bc /mail
parentde77c735e14c086bde10a0ee4290e2f3e6da6fdb (diff)
downloadpkgsrc-ecf5d73b9877eb4ca943be3b7292a2d7f7fe7182.tar.gz
2.5.2 2012/04/09
Fix bug #SF3496208: Replace stats/opendkim-genstats with a perl script so it's far more efficient. Fix bug #SF3514793: Pass proper flags to libdb when creating temporary LDAP caches. Problem noted by Sergey Romanov. Fix a crash bug when using LocalADSP with a message with no parseable From: field. Problem noted by John Merriam. Fix a crash bug when using LDAP with authentication when LDAPAuthUser is not defined. STATS: Fix bug #SF3510729: Convert stats/opendkim-gengraphs to a perl script. 2.5.1 2012/03/15 Fix bug #SF3496131: Fix query cache build problem. Fix bug #SF3500660: Add Date: header field to generated reports. BUILD: A few subsidiary libraries need to know about -lresolv on systems that need it. Reported by Scott Kitterman. STATS: Add "-E" command line flag to opendkim-importstats, forcing an abort on any input error. 2.5.0 2012/02/29 ##################################################################### ### ### ### This release is dedicated to the memory of J.D. Falk, a ### ### tireless champion of anti-abuse technology and collaboration ### ### and a founding member of the Board of the Trusted Domain ### ### Project, a participant in related IETF work, and a long-time ### ### particpant and supporter of MAAWG. J.D. was taken by cancer ### ### on November 16, 2011. His enthusiasm and perspective for ### ### all of this work will be sorely missed. ### ### ### ##################################################################### Feature request #SF3385816: Discontinue DomainKeys support. Feature request #SF3393282: Update ARF output per draft-ietf-marf-authfailure-report-03 et seq. Feature request #SF3406814: Add ability to invoke chroot(). Feature request #SF3477908: Update DKIM reporting per draft-ietf-marf-dkim-reporting-10. Add "WeakSyntaxChecks" suppressing some short-circuiting error checks on syntax. Allow a set of test files to be passed via "-t" rather than just one. Add _FFR_REPUTATION, and several new support libraries (in the libut/ and reputation/ directories) for doing DKIM-based reputation evaluations of arriving messages. Full documentation of the algorithms will appear in an upcoming white paper. This also includes several new configuration options that make use of reputation data pulled from servers: ReputationCache ReputationCacheTTL ReputationLimits ReputationLowTime ReputationMinimum ReputationLimitModifiers ReputationRatios ReputationSpamCheck ReputationTimeFactor For now these are briefly documented in reputation/README. As this subsystem matures, they will be fully documented in opendkim.conf(5). Fix bug #SF3471520: Don't crash when the first line of a configuration file is an "Include" instruction. Fix bug #SF3475149: Apply RFC2254 encoding to LDAP queries. LIBOPENDKIM: Feature request #SF3317160: Per RFC6376, remove granularity checks. LIBOPENDKIM: Feature request #SF3385768: Add dkim_privkey_load(), allowing validation of a private key before reaching end-of-message. LIBOPENDKIM: Feature request #SF3423226: Copy header field name lists instead of using the caller's copy. LIBOPENDKIM: Update list of header fields that should be signed per RFC6376. LIBOPENDKIM: Don't report the absence of "c=" as an error, since there is a default. LIBOPENDKIM: Add DKIM_SIG_CHECK() macro. Suggested by Heikki Gruner. LIBAR: Fix bug #SF2917856: Rename "ar.h" to "async-resolv.h" since "ar.h" is already in common use. STATS: Feature request #SF3397903: Drop all support for data needed for the DKIM Implementation Report, as it has been completed. Leave stuff that's useful for reputation R&D. STATS: Feature request #SF3402857: Modify opendkim-spam to be able to write update records to statistics files. STATS: Feature request #SF3439384: Make opendkim-importstats more backend-agnostic. TOOLS: Add opendkim-testmsg, for signing/verifying messages without all the milter code being invoked. CONTRIB: Add LDAP documentation and examples.
Diffstat (limited to 'mail')
-rw-r--r--mail/opendkim/Makefile4
-rw-r--r--mail/opendkim/PLIST30
-rw-r--r--mail/opendkim/PLIST.stats3
-rw-r--r--mail/opendkim/distinfo8
4 files changed, 31 insertions, 14 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile
index d045892afc0..bedfa9aa720 100644
--- a/mail/opendkim/Makefile
+++ b/mail/opendkim/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.6 2012/02/23 17:45:32 pettai Exp $
+# $NetBSD: Makefile,v 1.7 2012/06/16 20:20:15 pettai Exp $
-DISTNAME= opendkim-2.4.3
+DISTNAME= opendkim-2.5.2
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendkim/}
diff --git a/mail/opendkim/PLIST b/mail/opendkim/PLIST
index 139c0ec7789..8001176a04b 100644
--- a/mail/opendkim/PLIST
+++ b/mail/opendkim/PLIST
@@ -1,8 +1,9 @@
-@comment $NetBSD: PLIST,v 1.5 2012/02/23 17:45:32 pettai Exp $
+@comment $NetBSD: PLIST,v 1.6 2012/06/16 20:20:15 pettai Exp $
bin/opendkim-genkey
bin/opendkim-genzone
bin/opendkim-testadsp
bin/opendkim-testkey
+bin/opendkim-testmsg
include/opendkim/dkim.h
lib/libopendkim.la
lib/pkgconfig/opendkim.pc
@@ -10,15 +11,18 @@ 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
share/doc/opendkim/FEATURES
share/doc/opendkim/KNOWNBUGS
share/doc/opendkim/LICENSE
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/RELEASE_NOTES.Sendmail
share/doc/opendkim/authheaders-check-setup-hook.lua
+share/doc/opendkim/chroot
share/doc/opendkim/convert_keylist.sh
share/doc/opendkim/dkim.html
share/doc/opendkim/dkim_add_xtag.html
@@ -78,6 +82,7 @@ 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
@@ -126,24 +131,30 @@ share/doc/opendkim/dkim_ssl_version.html
share/doc/opendkim/dkim_stat.html
share/doc/opendkim/dkim_verify.html
share/doc/opendkim/dns.html
-share/doc/opendkim/draft-ietf-dkim-implementation-report-06.txt
-share/doc/opendkim/draft-ietf-dkim-mailinglists-12.txt
-share/doc/opendkim/draft-ietf-dkim-rfc4871bis-15.txt
-share/doc/opendkim/draft-ietf-marf-dkim-reporting-02.txt
-share/doc/opendkim/draft-kucherawy-dkim-atps-06.txt
+share/doc/opendkim/draft-ietf-marf-as-11.txt
+share/doc/opendkim/draft-ietf-marf-authfailure-report-10.txt
+share/doc/opendkim/draft-ietf-marf-dkim-reporting-16.txt
+share/doc/opendkim/draft-ietf-repute-email-identifiers-02.txt
+share/doc/opendkim/draft-ietf-repute-media-type-01.txt
+share/doc/opendkim/draft-ietf-repute-model-01.txt
+share/doc/opendkim/draft-ietf-repute-query-http-01.txt
+share/doc/opendkim/example.com.ldif
share/doc/opendkim/index.html
share/doc/opendkim/opendkim
share/doc/opendkim/opendkim-fixipaddrs.pl
share/doc/opendkim/opendkim-reportstats
+share/doc/opendkim/opendkim-spam-ignore-cmdswitch.patch
share/doc/opendkim/opendkim.conf.sample
share/doc/opendkim/opendkim.conf.simple
share/doc/opendkim/opendkim.conf.simple-verify
+share/doc/opendkim/opendkim.schema
share/doc/opendkim/opendkim.spec.in
share/doc/opendkim/opendkim.xml
share/doc/opendkim/overview.html
+share/doc/opendkim/report-rfc4871.txt
+share/doc/opendkim/rfc2254.txt
share/doc/opendkim/rfc3447.txt
share/doc/opendkim/rfc4686.txt
-share/doc/opendkim/rfc4871.txt
share/doc/opendkim/rfc5016.txt
share/doc/opendkim/rfc5322.txt
share/doc/opendkim/rfc5451.txt
@@ -155,4 +166,9 @@ share/doc/opendkim/rfc5863.txt
share/doc/opendkim/rfc5965.txt
share/doc/opendkim/rfc6008.txt
share/doc/opendkim/rfc6212.txt
+share/doc/opendkim/rfc6376.txt
+share/doc/opendkim/rfc6377.txt
+share/doc/opendkim/rfc6522.txt
+share/doc/opendkim/rfc6541.txt
+share/doc/opendkim/rfc6570.txt
share/doc/opendkim/stats.lua
diff --git a/mail/opendkim/PLIST.stats b/mail/opendkim/PLIST.stats
index 0c01fecbeb5..0f349d1290c 100644
--- a/mail/opendkim/PLIST.stats
+++ b/mail/opendkim/PLIST.stats
@@ -1,4 +1,5 @@
-@comment $NetBSD: PLIST.stats,v 1.4 2012/02/23 17:45:32 pettai Exp $
+@comment $NetBSD: PLIST.stats,v 1.5 2012/06/16 20:20:15 pettai Exp $
+bin/opendkim-spam
bin/opendkim-stats
man/man1/opendkim-spam.1
man/man8/opendkim-stats.8
diff --git a/mail/opendkim/distinfo b/mail/opendkim/distinfo
index 8c71572ecff..84a2680fa7c 100644
--- a/mail/opendkim/distinfo
+++ b/mail/opendkim/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.5 2012/02/23 17:45:32 pettai Exp $
+$NetBSD: distinfo,v 1.6 2012/06/16 20:20:15 pettai Exp $
-SHA1 (opendkim-2.4.3.tar.gz) = cde87adf1236c9a9f25277935c26020fb13b1153
-RMD160 (opendkim-2.4.3.tar.gz) = 73908fb7cf8f7c99b1d98499249d0283d0d59542
-Size (opendkim-2.4.3.tar.gz) = 1381956 bytes
+SHA1 (opendkim-2.5.2.tar.gz) = 778f27162501879dec6ac3c957055d5bc9a1ac42
+RMD160 (opendkim-2.5.2.tar.gz) = 1fe0ea26cd00728226d1788e72f48366b3fafb03
+Size (opendkim-2.5.2.tar.gz) = 1475225 bytes