diff options
author | pettai <pettai@pkgsrc.org> | 2011-04-28 23:00:07 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2011-04-28 23:00:07 +0000 |
commit | 192d6b7c75dd06eaac519aa451f439170252f261 (patch) | |
tree | 22c9dc9d4e3faddb3ce475149d6fad1270f979cb /mail | |
parent | eab927c417fb15bb868bd3d79a1374f4bf1f44f1 (diff) | |
download | pkgsrc-192d6b7c75dd06eaac519aa451f439170252f261.tar.gz |
2.3.2 2011/04/14
Fix bug #SF3067338: Create a pool of DB handles for SQL operations
so that queries don't all share one serially.
Fix bug #SF3156559: Don't compile Lua scripts anew for each execution.
Fix bug #SF3210385: Fix issue with configuration reload failures
having some side effects on the remaining active configuration
handle. Reported by Andreas Schulze.
Fix bug #SF3235131: Don't report ADSP errors as signature errors
in Authentication-Results header fields.
Fix bug #SF3258459: Don't send progress messages during EOH. Problem
reported by Gary Mills.
Fix bug #SF3276469: When generating "z=" tags, apply omit and sign
header field lists. Problem noted by Todd Lyons.
Add ADSP processing error information to A-R header fields.
LIBOPENDKIM: Use a time_t to store TTL and clock drift options
rather than unsigned long. Patch from Piotr Sikora.
LIBAR: Include class and type in debugging messages. Suggested
by Gary Mills.
LIBAR: Start the dispatcher on the first query, not in ar_init().
Allows ar_init() to be called before a fork() safely.
CONTRIB: Adjust installed path in RedHat start script. Patch
from Naresh V.
CONTRIB: Require the current libopendkim in the opendkim definition
in the RPM spec file. Patch from Naresh V.
2.3.1 2011/03/28
Feature request #SF3196060: Log retrieved reputation values.
Patch from Andreas Schulze.
Feature request #SF3199824: Don't log "no signature data" unless
LogWhy is enabled or the action for unsigned mail is something
other than "accept".
Fix bug #SF3196069: Log more detail when dkimf_config_setlib() fails.
Problem noted by Andreas Schulze.
Fix bug #SF3197890: Update ARF report format for DKIM verification
failures to use what's in draft-ietf-dkim-marf-reporting.
Fix bug #SF3204725: Add "ReplaceHeaders" data set to constrain what
header fields are affected by "ReplaceRules". Problem
noted by Chris Callegari.
Fix bug #SF3211114: Extract "BaseDirectory" from configuration
file properly.
Fix bug #SF3234178: Correct handling of a KeyTable entry for which the
key data is empty. Based on a patch from Yoshiaki Yanagihara.
Patch #SF3205699: Make all header field name and domain name data
sets case insensitive. Submitted by Richard Rognlie.
Add a case-insensitivity flag to odkim.db_open().
Minor correction to DNS function return codes for unbound, which
doesn't have an expired/no-reply distinction like libar does.
LIBOPENDKIM: Fix up timeout handling with a DNS callback is in use.
LIBOPENDKIM: Update for draft-kucherawy-dkim-atps-03.
STATS: Fix bug #SF3195449: Omit data from reporters that are not
currently marked "enabled" in the reporters table.
STATS: Evaluate "i=" against the "d=" domain, not the "From" domain.
Problem noted by Mark Martinec.
STATS: A few more reports.
MILTERTEST: Don't use non-standard printf() conversions.
MILTERTEST: Get the SMFIP_HDR_LEADSPC logic right.
TOOLS: Feature request #SF3200848: Add a backgrounding option
(on by default) to opendkim-spam.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opendkim/Makefile | 4 | ||||
-rw-r--r-- | mail/opendkim/PLIST | 8 | ||||
-rw-r--r-- | mail/opendkim/PLIST.stats | 7 | ||||
-rw-r--r-- | mail/opendkim/distinfo | 8 |
4 files changed, 12 insertions, 15 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index fc23a64c5da..20b21cc85d6 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.3 2011/03/13 23:31:31 pettai Exp $ +# $NetBSD: Makefile,v 1.4 2011/04/28 23:00:07 pettai Exp $ # -DISTNAME= opendkim-2.3.0 +DISTNAME= opendkim-2.3.2 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendkim/} diff --git a/mail/opendkim/PLIST b/mail/opendkim/PLIST index 2e190bd0838..07cb0cc1438 100644 --- a/mail/opendkim/PLIST +++ b/mail/opendkim/PLIST @@ -1,4 +1,4 @@ -@comment $NetBSD: PLIST,v 1.3 2011/03/13 23:31:31 pettai Exp $ +@comment $NetBSD: PLIST,v 1.4 2011/04/28 23:00:07 pettai Exp $ bin/opendkim-genkey bin/opendkim-genzone bin/opendkim-testadsp @@ -116,11 +116,10 @@ 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-05.txt -share/doc/opendkim/draft-ietf-dkim-mailinglists-04.txt +share/doc/opendkim/draft-ietf-dkim-implementation-report-06.txt +share/doc/opendkim/draft-ietf-dkim-mailinglists-06.txt share/doc/opendkim/draft-ietf-marf-dkim-reporting-01.txt share/doc/opendkim/draft-kucherawy-authres-vbr-04.txt -share/doc/opendkim/draft-kucherawy-dkim-atps-02.txt share/doc/opendkim/index.html share/doc/opendkim/opendkim share/doc/opendkim/opendkim-reportstats @@ -143,4 +142,5 @@ share/doc/opendkim/rfc5672.txt share/doc/opendkim/rfc5863.txt share/doc/opendkim/rfc5965.txt share/doc/opendkim/rfc6008.txt +share/doc/opendkim/rfc6212.txt share/examples/rc.d/opendkim diff --git a/mail/opendkim/PLIST.stats b/mail/opendkim/PLIST.stats index 67f21b4c87d..97d7b246e32 100644 --- a/mail/opendkim/PLIST.stats +++ b/mail/opendkim/PLIST.stats @@ -1,6 +1,3 @@ -@comment $NetBSD: PLIST.stats,v 1.1.1.1 2010/10/19 23:11:42 pettai Exp $ -man/man8/opendkim-importstats.8 +@comment $NetBSD: PLIST.stats,v 1.2 2011/04/28 23:00:07 pettai Exp $ man/man8/opendkim-stats.8 -sbin/opendkim-importstats.sh -sbin/opendkim-stats -share/doc/opendkim/mkdb.mysql +bin/opendkim-stats diff --git a/mail/opendkim/distinfo b/mail/opendkim/distinfo index 8aceb70fd3b..6340ab3f5cc 100644 --- a/mail/opendkim/distinfo +++ b/mail/opendkim/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.3 2011/03/13 23:31:31 pettai Exp $ +$NetBSD: distinfo,v 1.4 2011/04/28 23:00:07 pettai Exp $ -SHA1 (opendkim-2.3.0.tar.gz) = 99fd2afcd67d92aeca95615c9a4ede2d8bea8ab0 -RMD160 (opendkim-2.3.0.tar.gz) = 72342fc3e8915682f638301e0806ad9bb6d2616c -Size (opendkim-2.3.0.tar.gz) = 1275560 bytes +SHA1 (opendkim-2.3.2.tar.gz) = 4dbf97957b451eeb7c5183df09f235f08e160355 +RMD160 (opendkim-2.3.2.tar.gz) = 075c6b3f8399c71c19cd3789f9d599ddbaf1c00d +Size (opendkim-2.3.2.tar.gz) = 1281269 bytes |