diff options
author | pettai <pettai@pkgsrc.org> | 2013-09-21 22:30:43 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2013-09-21 22:30:43 +0000 |
commit | 709bf0b3f081b08937a14f6572498a2d491bc2c5 (patch) | |
tree | f52c07189d3ec0aa6140db49a09f2ce75ec8a139 /mail/opendkim | |
parent | 1de7f30d251cb29a8805fe8a061e564b5bb81b8b (diff) | |
download | pkgsrc-709bf0b3f081b08937a14f6572498a2d491bc2c5.tar.gz |
2.8.4 2013/07/15
Fix bug #169: Add "::1" to the default InternalHosts list.
Fix bug #171: Escape "+" character in regex generation.
Fix bug #172: Repair broken AutoRestartRate logic.
Fix bug #SF3603525: Discard duplicate results from non-DKIM methods.
Fix bug #SF3611976: Fix up quarantine option handling.
TOOLS: Fix bug #SF3609716: Fix meaning of "-S" in opendkim-genkey.
BUILD: Fix bug #SF3612816: Build compatibility with Lua 5.2.
Diffstat (limited to 'mail/opendkim')
-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 399ac02ac5a..ff340c95b86 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.15 2013/07/12 10:44:57 jperkin Exp $ +# $NetBSD: Makefile,v 1.16 2013/09/21 22:30:43 pettai Exp $ -DISTNAME= opendkim-2.8.3 -PKGREVISION= 1 +DISTNAME= opendkim-2.8.4 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendkim/} diff --git a/mail/opendkim/distinfo b/mail/opendkim/distinfo index 7b4c11eaf55..59999094321 100644 --- a/mail/opendkim/distinfo +++ b/mail/opendkim/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.11 2013/06/15 19:03:31 pettai Exp $ +$NetBSD: distinfo,v 1.12 2013/09/21 22:30:43 pettai Exp $ -SHA1 (opendkim-2.8.3.tar.gz) = ea7226a5f36ab466b0089bee92d40beebc7b1e75 -RMD160 (opendkim-2.8.3.tar.gz) = ef10811609daea4e255ca2201fe723c12c79c0b9 -Size (opendkim-2.8.3.tar.gz) = 1182214 bytes +SHA1 (opendkim-2.8.4.tar.gz) = fbe24886a7d0a332e6709709a88d21d7049bf3bb +RMD160 (opendkim-2.8.4.tar.gz) = 95407b2976e76a41c1c16c31dded090f8d8e0be4 +Size (opendkim-2.8.4.tar.gz) = 1177118 bytes SHA1 (patch-configure) = 8e635d41c213f899b31b392b1cdb96c8d5113ca4 |