libmail-dkim-perl 1.20220520-1 source package in Ubuntu

Changelog

libmail-dkim-perl (1.20220520-1) unstable; urgency=medium

  * Team upload.
  * Import upstream version 1.20220520:
    update default algorithm and improve documentation
    (Closes: #961472)
  * Declare compliance with Debian Policy 4.6.1.

 -- gregor herrmann <email address hidden>  Tue, 24 May 2022 12:09:28 +0200

Upload details

Uploaded by:
Debian Perl Group
Uploaded to:
Sid
Original maintainer:
Debian Perl Group
Architectures:
all
Section:
perl
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmail-dkim-perl_1.20220520-1.dsc 2.6 KiB b761a3bf5848d93db85a5115df07ca0a3d513fbea355b0f09f5ca6da04ac4d6f
libmail-dkim-perl_1.20220520.orig.tar.gz 175.0 KiB 8ac4b8c84bbfad00a3d24bf676493d207dd3cd4a735efabb9e17181534f23646
libmail-dkim-perl_1.20220520-1.debian.tar.xz 5.3 KiB a2f2bf83e8b8267614e004bc057d1795f7070b4aca184f0d1365761d9782ca42

Available diffs

No changes file available.

Binary packages built by this source

libmail-dkim-perl: module to cryptographically identify the sender of email

 RFC 4871, DomainKeys Identified Mail (DKIM), defines a domain-level
 authentication framework for email using public-key cryptography and
 key server technology to permit verification of the source and
 contents of messages by either Mail Transport Agents (MTAs) or Mail
 User Agents (MUAs).
 .
 Mail::DKIM is a Perl implementation created by Jason Long of Messiah
 College. It performs signing as well as signature verification. It
 also supports the older DomainKeys standard.
 .
 This library further includes support for adding and verifying
 Authenticated Received Chain (ARC; RFC 8617) assertions.