pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/mail/p5-Mail-DKIM Updated to version 0.29.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/e4af299810e2
branches:  trunk
changeset: 537420:e4af299810e2
user:      heinz <heinz%pkgsrc.org@localhost>
date:      Tue Jan 08 19:47:16 2008 +0000

description:
Updated to version 0.29.

Pkgsrc changes:
  - none

Relevant changes since version 0.28:
====================================
Version 0.29 - released 2007-11-08
 * verifiers can now access all parsed signatures and their results,
   not just signatures that were fully tested
 * signer policies can now specify what private key file to use
 * some other minor API improvements
 * bugfixes:
   * for DomainKeys signatures, fixed a compatibility issue handling
     the h= tag
   * for DKIM, signature expirations had been ignored
   * for DKIM, signature identities did not have to match the domain
   * for DKIM, public key granularity field had been ignored

diffstat:

 mail/p5-Mail-DKIM/Makefile |  10 +++++-----
 mail/p5-Mail-DKIM/distinfo |   8 ++++----
 2 files changed, 9 insertions(+), 9 deletions(-)

diffs (46 lines):

diff -r 1d66982e0e2a -r e4af299810e2 mail/p5-Mail-DKIM/Makefile
--- a/mail/p5-Mail-DKIM/Makefile        Tue Jan 08 19:29:45 2008 +0000
+++ b/mail/p5-Mail-DKIM/Makefile        Tue Jan 08 19:47:16 2008 +0000
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.9 2007/08/19 15:39:08 heinz Exp $
+# $NetBSD: Makefile,v 1.10 2008/01/08 19:47:16 heinz Exp $
 #
 
-DISTNAME=              Mail-DKIM-0.28
+DISTNAME=              Mail-DKIM-0.29
 PKGNAME=               p5-${DISTNAME}
 SVR4_PKGNAME=          p5mdk
 CATEGORIES=            mail perl5
@@ -11,6 +11,9 @@
 HOMEPAGE=              http://search.cpan.org/dist/Mail-DKIM/
 COMMENT=               Perl5 module for DKIM-based mail-signing and -verifying
 
+PKG_INSTALLATION_TYPES=        overwrite pkgviews
+PKG_DESTDIR_SUPPORT=   user-destdir
+
 DEPENDS+=              p5-Crypt-OpenSSL-RSA>=0.24:../../security/p5-Crypt-OpenSSL-RSA
 DEPENDS+=              p5-Digest-SHA-[0-9]*:../../security/p5-Digest-SHA
 DEPENDS+=              p5-Digest-SHA1-[0-9]*:../../security/p5-Digest-SHA1
@@ -19,9 +22,6 @@
 DEPENDS+=              p5-MIME-Base64-[0-9]*:../../converters/p5-MIME-Base64
 DEPENDS+=              p5-Net-DNS-[0-9]*:../../net/p5-Net-DNS
 
-PKG_INSTALLATION_TYPES=        overwrite pkgviews
-PKG_DESTDIR_SUPPORT=   user-destdir
-
 USE_LANGUAGES=         # empty
 PERL5_PACKLIST=                auto/Mail/DKIM/.packlist
 
diff -r 1d66982e0e2a -r e4af299810e2 mail/p5-Mail-DKIM/distinfo
--- a/mail/p5-Mail-DKIM/distinfo        Tue Jan 08 19:29:45 2008 +0000
+++ b/mail/p5-Mail-DKIM/distinfo        Tue Jan 08 19:47:16 2008 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.8 2007/08/19 15:39:08 heinz Exp $
+$NetBSD: distinfo,v 1.9 2008/01/08 19:47:16 heinz Exp $
 
-SHA1 (Mail-DKIM-0.28.tar.gz) = 2913dd30b5abba949e6d97ec6597d10053fbd68c
-RMD160 (Mail-DKIM-0.28.tar.gz) = 32822214b3cb97952da7822e7fa30f5e77985b9e
-Size (Mail-DKIM-0.28.tar.gz) = 51922 bytes
+SHA1 (Mail-DKIM-0.29.tar.gz) = 4f41b34da5c4a2164a7e8456a0d0cf68de0f205e
+RMD160 (Mail-DKIM-0.29.tar.gz) = b0b2d67cf08e7692cd45ef17867b06b77c469fa3
+Size (Mail-DKIM-0.29.tar.gz) = 59209 bytes



Home | Main Index | Thread Index | Old Index