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/Makefile | |
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/Makefile')
-rw-r--r-- | mail/opendkim/Makefile | 5 |
1 files changed, 2 insertions, 3 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/} |