Thu Jul 17 13:56:35 2008 UTC ()
Updated to version 0.32.

Thanks to Julian Dunn in PR pkg/39031 for the notice. Since June CPAN-daily
messages were utf-8/base64 encoded and my procmail recipes did not handle
that...

Pkgsrc changes:
  - Does not require security/p5-Digest-SHA1 anymore.
  - Does not require devel/p5-Error anymore (already unnecessary for 0.29).

Changes since version 0.30:
===========================
Version 0.32 - released 2008-06-03
  * removed requirement for Digest::SHA1 (issue #1832549).
    We now use the more capable Digest::SHA module for SHA-1 and SHA-256.
  * bugfixes:
    * granularity checking should be case-sensitive (issue #1938112).
    * identity tag now uses quoted-printable encoding (issue #1839015).
  * API improvement:
    * implemented identity_source() for DkSignature objects

Version 0.31 - released 2008-04-14
  * some error detail messages were changed (see ChangeLog, 2008-01-10 entry)
  * by default, and when possible, DKIM signatures now omit c= and q= tags
    (they are optional tags) (issue #1878518)
  * DKIM and DomainKey signatures are now wrapped so that line breaks
    occur before colon (':') separators instead of after; this avoids
	confusing some broken MUAs (issue #1868648)
  * bugfixes:
    * "undef value" error when DKIM signature appears at end of header
      (issue #1878954)
    * use proper regexp for splitting email address (issue #1878994)
  * API improvements:
    * can specify a domain for fetch_author_policy() (issue #1879197)
    * can access a signature's public-key object (issue #1879215)
    * can specify an OpenSSL-private-key object for PrivateKey->new()
      (issue #1879209)

Version 0.30.1 - released 2008-01-24
 * bugfix:
   * email from cisco.com was failing to verify (issue #1878523)


(heinz)
diff -r1.11 -r1.12 pkgsrc/mail/p5-Mail-DKIM/Makefile
diff -r1.10 -r1.11 pkgsrc/mail/p5-Mail-DKIM/distinfo

cvs diff -r1.11 -r1.12 pkgsrc/mail/p5-Mail-DKIM/Makefile (expand / switch to unified diff)

--- pkgsrc/mail/p5-Mail-DKIM/Makefile 2008/01/11 20:12:24 1.11
+++ pkgsrc/mail/p5-Mail-DKIM/Makefile 2008/07/17 13:56:35 1.12
@@ -1,33 +1,31 @@ @@ -1,33 +1,31 @@
1# $NetBSD: Makefile,v 1.11 2008/01/11 20:12:24 heinz Exp $ 1# $NetBSD: Makefile,v 1.12 2008/07/17 13:56:35 heinz Exp $
2# 2#
3 3
4DISTNAME= Mail-DKIM-0.30 4DISTNAME= Mail-DKIM-0.32
5PKGNAME= p5-${DISTNAME} 5PKGNAME= p5-${DISTNAME}
6SVR4_PKGNAME= p5mdk 6SVR4_PKGNAME= p5mdk
7CATEGORIES= mail perl5 7CATEGORIES= mail perl5
8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/} 8MASTER_SITES= ${MASTER_SITE_PERL_CPAN:=Mail/}
9 9
10MAINTAINER= heinz@NetBSD.org 10MAINTAINER= heinz@NetBSD.org
11HOMEPAGE= http://search.cpan.org/dist/Mail-DKIM/ 11HOMEPAGE= http://search.cpan.org/dist/Mail-DKIM/
12COMMENT= Perl5 module for DKIM-based mail-signing and -verifying 12COMMENT= Perl5 module for DKIM-based mail-signing and -verifying
13 13
14PKG_INSTALLATION_TYPES= overwrite pkgviews 14PKG_INSTALLATION_TYPES= overwrite pkgviews
15PKG_DESTDIR_SUPPORT= user-destdir 15PKG_DESTDIR_SUPPORT= user-destdir
16 16
17DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.24:../../security/p5-Crypt-OpenSSL-RSA 17DEPENDS+= p5-Crypt-OpenSSL-RSA>=0.24:../../security/p5-Crypt-OpenSSL-RSA
18DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA 18DEPENDS+= p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
19DEPENDS+= p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1 
20DEPENDS+= p5-Error-[0-9]*:../../devel/p5-Error 
21DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools 19DEPENDS+= p5-MailTools-[0-9]*:../../mail/p5-MailTools
22DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64 20DEPENDS+= p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
23DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS 21DEPENDS+= p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
24 22
25USE_LANGUAGES= # empty 23USE_LANGUAGES= # empty
26PERL5_PACKLIST= auto/Mail/DKIM/.packlist 24PERL5_PACKLIST= auto/Mail/DKIM/.packlist
27 25
28REPLACE_PERL+= lib/Mail/DKIM.pm 26REPLACE_PERL+= lib/Mail/DKIM.pm
29REPLACE_PERL+= lib/Mail/DKIM/*.pm 27REPLACE_PERL+= lib/Mail/DKIM/*.pm
30REPLACE_PERL+= lib/Mail/DKIM/Algorithm/*.pm 28REPLACE_PERL+= lib/Mail/DKIM/Algorithm/*.pm
31REPLACE_PERL+= lib/Mail/DKIM/Canonicalization/*.pm 29REPLACE_PERL+= lib/Mail/DKIM/Canonicalization/*.pm
32 30
33.include "../../lang/perl5/module.mk" 31.include "../../lang/perl5/module.mk"

cvs diff -r1.10 -r1.11 pkgsrc/mail/p5-Mail-DKIM/distinfo (expand / switch to unified diff)

--- pkgsrc/mail/p5-Mail-DKIM/distinfo 2008/01/11 20:12:24 1.10
+++ pkgsrc/mail/p5-Mail-DKIM/distinfo 2008/07/17 13:56:35 1.11
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.10 2008/01/11 20:12:24 heinz Exp $ 1$NetBSD: distinfo,v 1.11 2008/07/17 13:56:35 heinz Exp $
2 2
3SHA1 (Mail-DKIM-0.30.tar.gz) = 7da083fe06455c6cc6ecc6fd237e2110d3f4202e 3SHA1 (Mail-DKIM-0.32.tar.gz) = 5c9220754823f4aa7ab219732073f2bcfbb884e8
4RMD160 (Mail-DKIM-0.30.tar.gz) = d4198fd05abfa7d8e9a91a9909118842ae403390 4RMD160 (Mail-DKIM-0.32.tar.gz) = 4dfa393c3a1abfc212df112cb3aee21f3aaea43b
5Size (Mail-DKIM-0.30.tar.gz) = 64996 bytes 5Size (Mail-DKIM-0.32.tar.gz) = 72248 bytes