Subversion Repositories

?revision_form?Rev ?revision_input??revision_submit??revision_endform?

Rev 24 | Rev 33 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
2 magnus 1
Source: libmail-dkim-perl
2
Section: perl
3
Priority: optional
32 magnus 4
Maintainer: Magnus Holmgren <holmgren@debian.org>
2 magnus 5
Build-Depends: debhelper (>= 5)
20 magnus 6
Build-Depends-Indep: perl (>= 5.6.0-16), liberror-perl,
7
 libnet-dns-perl, libmailtools-perl, libdigest-sha1-perl,
8
 libdigest-sha-perl, libcrypt-openssl-rsa-perl (>= 0.22)
24 magnus 9
Standards-Version: 3.7.3
10
Vcs-Svn: svn://svn.kibibyte.se/libmail-dkim-perl/trunk
11
Vcs-Browser: http://svn.kibibyte.se/libmail-dkim-perl
12
Homepage: http://dkimproxy.sourceforge.net
2 magnus 13
 
14
Package: libmail-dkim-perl
15
Architecture: all
20 magnus 16
Depends: ${perl:Depends}, liberror-perl, libdigest-sha1-perl,
17
 libdigest-sha-perl, libmailtools-perl, libnet-dns-perl,
18
 libcrypt-openssl-rsa-perl (>= 0.22)
7 magnus 19
Description: cryptographically identify the sender of email - perl library
14 magnus 20
 RFC 4871, DomainKeys Identified Mail (DKIM), defines a domain-level
7 magnus 21
 authentication framework for email using public-key cryptography and
22
 key server technology to permit verification of the source and
23
 contents of messages by either Mail Transport Agents (MTAs) or Mail
24
 User Agents (MUAs).
2 magnus 25
 .
5 magnus 26
 This is a Perl implementation created by Jason Long of Messiah
27
 College. It performs signing as well as signature verification. It
28
 also supports the older DomainKeys standard.