./mail/py-dkim, DKIM, ARC, and TLSRPT email signing and verification

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


Branch: CURRENT, Version: 1.1.6nb1, Package name: py311-dkim-1.1.6nb1, Maintainer: pkgsrc-users

dkimpy is a library that implements DKIM (DomainKeys Identified Mail) email
signing and verification. It supports both RSA and Ed25519-based signatures.
Basic DKIM requirements are defined in RFC 6376.


Master sites:

Filesize: 64.997 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-17 21:58:31 by Adam Ciarcinski | Files touched by this commit (2) | Package updated
Log message:
py-dkim: updated to 1.1.6

Version 1.1.6
- Use raw byte string for regex; fixes SyntaxWarning in Python 3.12 due to
  invalid escape sequence
   2024-02-27 11:28:36 by Thomas Klausner | Files touched by this commit (1)
Log message:
py-dkim: add missing tools
   2024-02-19 16:11:42 by Amitai Schleier | Files touched by this commit (3) | Package updated
Log message:
py-dkim: update to 1.1.5. Changes:

- Use dns.resolver.resolve instead of dns.resolver.query due to deprecation
  (LP: 2028783) - Thanks to Pedro Vicente for the report and the fix
- Treat dns.resolver.NoNameservers like NXDOMAIN (not an error) (Thanks to
  David for the patch and the report)
- Confine errors from dnspython to dnsplug and use dkim errors, since
  dkim.__init__.py doesn't import dns and needs dkim errors (LP: #2018646)

pkgsrc changes:

- Convert to wheel.mk
- Add missing py-aiodns dependency
   2023-05-07 22:37:53 by Mark Davies | Files touched by this commit (4)
Log message:
py-dkim: add version 1.1.3

dkimpy is a library that implements DKIM (DomainKeys Identified Mail) email
signing and verification. Basic DKIM requirements are defined in RFC 6376