diff options
author | pettai <pettai@pkgsrc.org> | 2015-01-04 21:52:05 +0000 |
---|---|---|
committer | pettai <pettai@pkgsrc.org> | 2015-01-04 21:52:05 +0000 |
commit | 7906506bbd870eb2ad1eb83a79faca412323fe93 (patch) | |
tree | 052eafc59d7c4cee01b92c7a51a494984903e0a2 /mail/opendkim | |
parent | 8cadcd6de523fb25c002d3e4edddfa35fe93c4dc (diff) | |
download | pkgsrc-7906506bbd870eb2ad1eb83a79faca412323fe93.tar.gz |
2.9.3 2014/12/27
Fix bug #177: Plug leaking "result" structures when OpenLDAP is in use.
Truncate configuration file lines at carriage return.
Replace overlapping strlcpy() with memmove() in dkim_get_key_file().
Patch #32: Re-arrange the execution logic to drop privileges in
proper order.
LIBOPENDKIM: dkim_header() is now a lot more strict about the input
it will accept (see RFC5322 Section 2.2).
LIBOPENDKIM: Tighten relaxed modes to break on only DKIM-defined
whitespace characters.
LIBOPENDKIM: Fix bug #208: If a signature fails to verify for either
reason (header hash mismatched or body hash mismatched), set
DKIM_SIGERROR_BADSIG so that Authentication-Results doesn't
report a failure with "no signature error".
TOOLS: Feature request #178: Add "-F" flag to opendkim-genzone so
records are created with the FQDN.
REPUTATION: Handle parameters safely in repute.php.
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 58d832123cf..a5a77374ade 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -1,7 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2014/09/10 14:01:36 fhajny Exp $ +# $NetBSD: Makefile,v 1.22 2015/01/04 21:52:05 pettai Exp $ -DISTNAME= opendkim-2.9.2 -PKGREVISION= 1 +DISTNAME= opendkim-2.9.3 CATEGORIES= mail MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=opendkim/} diff --git a/mail/opendkim/distinfo b/mail/opendkim/distinfo index 552cb0513fe..0ed13ffe539 100644 --- a/mail/opendkim/distinfo +++ b/mail/opendkim/distinfo @@ -1,6 +1,6 @@ -$NetBSD: distinfo,v 1.14 2014/06/09 14:59:05 pettai Exp $ +$NetBSD: distinfo,v 1.15 2015/01/04 21:52:05 pettai Exp $ -SHA1 (opendkim-2.9.2.tar.gz) = 6d6720e60ffe44a689de6732d10e7aba26e24b06 -RMD160 (opendkim-2.9.2.tar.gz) = 4a708c1fa7f4a6c392b1ce6c0244f79f90653dfa -Size (opendkim-2.9.2.tar.gz) = 1229383 bytes +SHA1 (opendkim-2.9.3.tar.gz) = 1d0a409ecacb585ede58e4c5327c32c8a747c023 +RMD160 (opendkim-2.9.3.tar.gz) = c2d41c1d62bfbb7c9962131df4ecbbe69f2d7bf8 +Size (opendkim-2.9.3.tar.gz) = 1230406 bytes SHA1 (patch-configure) = 3e6bc994f72ed146770190a6b8a178abf4ebe4cd |