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

Changelog

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

  * Team upload.
  * Import upstream version 1.20230911.

 -- gregor herrmann <email address hidden>  Fri, 29 Sep 2023 23:51:21 +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

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
libmail-dkim-perl_1.20230911-1.dsc 2.7 KiB 01a61dfb9244166302b4676bfbe6afc535cb050c197c1090358cc05af908d392
libmail-dkim-perl_1.20230911.orig.tar.gz 178.7 KiB 91e7317282b724cfbd2c9b6e6630ef14328848b6fc5203efd70dec2fb87268ca
libmail-dkim-perl_1.20230911-1.debian.tar.xz 5.6 KiB 3b633454714f188dde6c745269f21770168f7546726783cae746bbefa1ff0ed6

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.