Subversion Repositories

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

Rev 74 | 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>
63 magnus 5
Build-Depends: debhelper (>= 9)
20 magnus 6
Build-Depends-Indep: perl (>= 5.6.0-16), liberror-perl,
36 magnus 7
 libnet-dns-perl, libmailtools-perl,
73 magnus 8
 libdigest-sha-perl, libcrypt-openssl-rsa-perl (>= 0.24),
76 magnus 9
 libyaml-libyaml-perl, libtest-requiresinternet-perl,
10
 libnet-dns-resolver-mock-perl
74 magnus 11
Standards-Version: 4.1.4
24 magnus 12
Vcs-Svn: svn://svn.kibibyte.se/libmail-dkim-perl/trunk
13
Vcs-Browser: http://svn.kibibyte.se/libmail-dkim-perl
14
Homepage: http://dkimproxy.sourceforge.net
2 magnus 15
 
16
Package: libmail-dkim-perl
17
Architecture: all
54 magnus 18
Depends: ${perl:Depends}, ${misc:Depends}, liberror-perl,
20 magnus 19
 libdigest-sha-perl, libmailtools-perl, libnet-dns-perl,
33 magnus 20
 libcrypt-openssl-rsa-perl (>= 0.24)
47 magnus 21
Replaces: dkimproxy (<< 1.2-1)
53 magnus 22
Breaks: dkimproxy (<< 1.2-1)
7 magnus 23
Description: cryptographically identify the sender of email - perl library
14 magnus 24
 RFC 4871, DomainKeys Identified Mail (DKIM), defines a domain-level
7 magnus 25
 authentication framework for email using public-key cryptography and
26
 key server technology to permit verification of the source and
27
 contents of messages by either Mail Transport Agents (MTAs) or Mail
28
 User Agents (MUAs).
2 magnus 29
 .
5 magnus 30
 This is a Perl implementation created by Jason Long of Messiah
31
 College. It performs signing as well as signature verification. It
32
 also supports the older DomainKeys standard.