libmail-dkim-perl 0.56-1 source package in Ubuntu
Changelog
libmail-dkim-perl (0.56-1) unstable; urgency=low * New upstream release (Closes: #927005). * Add libmail-authenticationresults-perl dependency. * Move packaging to salsa.debian.org and maintainership to the Perl group with myself as uploader. * Add upstream metadata. * Reorder dependencies to match between Build-Depends and Depends, drop very old version requirements, drop Breaks/Replaces on dkimproxy, mark Perl module build dependencies as test-only, and mark package as autopkgtest-able. * Switch to Debhelper compat level 12 by build-depending on debhelper-compat (= 12). * pod_errors.patch: Fix minor POD error that Lintian's been warning about for some time. * README.Debian: Update patent claim info and URL to DKIM homepage. * Include some more documentation files from the source package. * Add NEWS.gz as symlink to Changes in accordance with policy 12.7 since version 4.2.0 and restore ChangeLog as changelog.gz. * Mention ARC in package description. -- Magnus Holmgren <email address hidden> Tue, 17 Sep 2019 00:46:57 +0200
Upload details
- Uploaded by:
- Debian Perl Group
- Uploaded to:
- Sid
- Original maintainer:
- Debian Perl Group
- Architectures:
- all
- Section:
- perl
- Urgency:
- Low Urgency
See full publishing history Publishing
Series | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
libmail-dkim-perl_0.56-1.dsc | 2.3 KiB | fd284f71f005776b0c473cc8c3edcd03c818648983649c28bd9d3173c9d4c04b |
libmail-dkim-perl_0.56.orig.tar.gz | 160.6 KiB | 51232f8c43c4c333436c73cbac464945f3f5ccb678a9c22e657eee414018c69c |
libmail-dkim-perl_0.56-1.debian.tar.xz | 5.5 KiB | 4813d9cde9a525f0e734f2f265d12d1cb4c3326426b37261777c0ecefac5ffc0 |
Available diffs
- diff from 0.54-1 to 0.56-1 (5.0 KiB)
No changes file available.
Binary packages built by this source
- libmail-dkim-perl: cryptographically identify the sender of email - perl library
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).
.
This 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.