diff options
author | pettai <pettai> | 2013-03-16 00:07:02 +0000 |
---|---|---|
committer | pettai <pettai> | 2013-03-16 00:07:02 +0000 |
commit | fdc171a7a43a3032bf2af2a669751b312f21b78b (patch) | |
tree | 9a1c1870122e96815f19ca12c6e9e72e05b20d30 /mail | |
parent | ce7a311a53e9c96c5e17290a688f1dbe0f815a14 (diff) | |
download | pkgsrc-fdc171a7a43a3032bf2af2a669751b312f21b78b.tar.gz |
2.7.4 2013/01/06
Fix bug #SF3596147: Allow arbitrarily long configuration file lines.
Fix bug #SF3596229: Fix logging of signature errors, which logged
the domain name twice instead of the domain name and the
selector.
Safely handle incoming Authentication-Results fields with large number
of tokens.
Avoid mixing up status codes when processing conf_logresults, leading
to confusing log entries.
Fix ADSP logging.
Diffstat (limited to 'mail')
-rw-r--r-- | mail/opendkim/Makefile | 5 | ||||
-rw-r--r-- | mail/opendkim/distinfo | 8 |
2 files changed, 6 insertions, 7 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 098a173b93b..085b367fe57 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.11 2013/02/06 23:22:47 jperkin Exp $ +# $NetBSD: Makefile,v 1.12 2013/03/16 00:07:02 pettai Exp $ -DISTNAME= opendkim-2.7.3 -PKGREVISION= 1 +DISTNAME= opendkim-2.7.4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendkim/} diff --git a/mail/opendkim/distinfo b/mail/opendkim/distinfo index b9faeabfe41..0be3a4c2d9d 100644 --- a/mail/opendkim/distinfo +++ b/mail/opendkim/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.9 2013/01/05 17:05:07 pettai Exp $ +$NetBSD: distinfo,v 1.10 2013/03/16 00:07:03 pettai Exp $ -SHA1 (opendkim-2.7.3.tar.gz) = abaab329ccea5f27166d99030a6e3cac3db63d76 -RMD160 (opendkim-2.7.3.tar.gz) = 83270cc71246b21806e6c3ca83f3e2dcdae6c845 -Size (opendkim-2.7.3.tar.gz) = 1157432 bytes +SHA1 (opendkim-2.7.4.tar.gz) = e21218d1da441c9a97bd65a566dc33dd3a331609 +RMD160 (opendkim-2.7.4.tar.gz) = d9bb2ea541cb2977cfffde102152c89332ed297d +Size (opendkim-2.7.4.tar.gz) = 1158496 bytes SHA1 (patch-configure) = 8e635d41c213f899b31b392b1cdb96c8d5113ca4 |