Subversion Repositories libmail-dkim-perl

Compare Revisions

Ignore whitespace Rev 6 → Rev 7

/trunk/debian/control
3,16 → 3,18
Priority: optional
Maintainer: Magnus Holmgren <magnus@kibibyte.se>
Build-Depends: debhelper (>= 5)
Build-Depends-Indep: perl (>= 5.6.0-16), liberror-perl, libdigest-sha1-perl, libdigest-sha-perl, libmailtools-perl, libnet-dns-perl, libcrypt-openssl-rsa-perl
Build-Depends-Indep: perl (>= 5.6.0-16), liberror-perl, libdigest-sha1-perl, libdigest-sha-perl, libmailtools-perl, libnet-dns-perl, libcrypt-openssl-rsa-perl (>= 0.22)
Standards-Version: 3.7.2
 
Package: libmail-dkim-perl
Architecture: all
Depends: ${perl:Depends}, liberror-perl, libdigest-sha1-perl, libdigest-sha-perl, libmailtools-perl, libnet-dns-perl, libcrypt-openssl-rsa-perl
Description: Creation and verification of DKIM mail signatures - Perl library
DomainKeys Identified Mail (DKIM) provides a method for validating an identity
that is associated with a message, during the time it is transferred over the
Internet. That identity then can be held accountable for the message.
Depends: ${perl:Depends}, liberror-perl, libdigest-sha1-perl, libdigest-sha-perl, libmailtools-perl, libnet-dns-perl, libcrypt-openssl-rsa-perl (>= 0.22)
Description: cryptographically identify the sender of email - perl library
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
/trunk/debian/changelog
1,6 → 1,8
libmail-dkim-perl (0.25-1) unstable; urgency=low
 
* New upstream release.
ยท Only sign headers that IETF recommends for signing.
* debian/control: Borrow description of DKIM from libdkim.
 
-- Magnus Holmgren <magnus@kibibyte.se> Sat, 12 May 2007 10:17:26 +0200