Subversion Repositories

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

Rev 14 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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