./mail/p5-Mail-DKIM, Perl5 module for DKIM-based mail-signing and -verifying

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.20240923, Package name: p5-Mail-DKIM-1.20240923, Maintainer: pkgsrc-users

This Perl module implements the various components of the DKIM message-signing
and verifying standard for Internet mail.


Required to run:
[lang/perl5] [net/p5-Net-DNS] [security/p5-Crypt-OpenSSL-RSA] [mail/p5-MailTools] [textproc/p5-YAML-LibYAML] [mail/p5-Mail-AuthenticationResults]

Required to build:
[net/p5-Test-RequiresInternet] [net/p5-Net-DNS-Resolver-Mock]

Master sites: (Expand)

Filesize: 180.071 KB

Version history: (Expand)


CVS history: (Expand)


   2025-01-02 09:16:36 by Wen Heping | Files touched by this commit (3)
Log message:
Update to 1.20240923

Upstream changes:
1.20240923 2024-09-23 Australia/Melbourne
  * Fix loading of ED25519 keys with CryptX-0.081
   2024-11-16 13:08:07 by Thomas Klausner | Files touched by this commit (2504)
Log message:
*: recursive bump for perl 5.40
   2024-07-29 03:54:28 by Wen Heping | Files touched by this commit (3)
Log message:
Update to 1.20240619

Upstream changes:
1.20240619 2024-06-19 Australia/Melbourne
  * Remove version check for Net::DNS, this fixes issues when using a
    development version of Net::DNS
   2024-02-04 06:48:29 by Amitai Schleier | Files touched by this commit (3)
Log message:
p5-Mail-DKIM: install the scripts. Bump PKGREVISION.
   2024-01-29 16:27:08 by Amitai Schleier | Files touched by this commit (2) | Package updated
Log message:
p5-Mail-DKIM: update to 1.20240124. Changes:

* ARC: Return fail for any ARC set with an instance number greater than 50.
  This brings ARC verification in line with DKIM verification limits.
   2023-12-03 08:37:43 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.20230911

Upstream changes:
1.20230911 2023-09-11 UTC
  * Option to add custom tags to generated ARC signatures and seals
   2023-10-22 17:06:36 by Greg Troxel | Files touched by this commit (1)
Log message:
p5-Mail-DKIM: Add missing dependency on CryptX
   2023-08-25 09:39:17 by Wen Heping | Files touched by this commit (2)
Log message:
Update to 1.20230630

Upstream changes:
1.20230630 2023-06-30 UTC
  * Add support for Ed25519 signature types
    Thanks to  Matthäus Wander @mwander
  * Option to add custom tags to generated signatures

1.20230212 2023-02-12 UTC
  + Fix typo in ARC signer example code.
    Thanks to @dev-aaront-org