Rev 67 | Rev 74 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 67 | Rev 73 | ||
|---|---|---|---|
| 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 <holmgren@debian.org> |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
| 5 | Build-Depends: debhelper (>= 9) |
5 | Build-Depends: debhelper (>= 9) |
| 6 | Build-Depends-Indep: perl (>= 5.6.0-16), liberror-perl, |
6 | Build-Depends-Indep: perl (>= 5.6.0-16), liberror-perl, |
| 7 | libnet-dns-perl, libmailtools-perl, |
7 | libnet-dns-perl, libmailtools-perl, |
| 8 | libdigest-sha-perl, libcrypt-openssl-rsa-perl (>= 0.24) |
8 | libdigest-sha-perl, libcrypt-openssl-rsa-perl (>= 0.24), |
| - | 9 | libyaml-libyaml-perl, libtest-requiresinternet-perl |
|
| 9 | Standards-Version: 4.1.1 |
10 | Standards-Version: 4.1.1 |
| 10 | Vcs-Svn: svn://svn.kibibyte.se/libmail-dkim-perl/trunk |
11 | Vcs-Svn: svn://svn.kibibyte.se/libmail-dkim-perl/trunk |
| 11 | Vcs-Browser: http://svn.kibibyte.se/libmail-dkim-perl |
12 | Vcs-Browser: http://svn.kibibyte.se/libmail-dkim-perl |
| 12 | Homepage: http://dkimproxy.sourceforge.net |
13 | Homepage: http://dkimproxy.sourceforge.net |
| 13 | 14 | ||
| 14 | Package: libmail-dkim-perl |
15 | Package: libmail-dkim-perl |
| 15 | Architecture: all |
16 | Architecture: all |
| 16 | Depends: ${perl:Depends}, ${misc:Depends}, liberror-perl,
|
17 | Depends: ${perl:Depends}, ${misc:Depends}, liberror-perl,
|
| 17 | libdigest-sha-perl, libmailtools-perl, libnet-dns-perl, |
18 | libdigest-sha-perl, libmailtools-perl, libnet-dns-perl, |
| 18 | libcrypt-openssl-rsa-perl (>= 0.24) |
19 | libcrypt-openssl-rsa-perl (>= 0.24) |
| 19 | Replaces: dkimproxy (<< 1.2-1) |
20 | Replaces: dkimproxy (<< 1.2-1) |
| 20 | Breaks: dkimproxy (<< 1.2-1) |
21 | Breaks: dkimproxy (<< 1.2-1) |
| 21 | Description: cryptographically identify the sender of email - perl library |
22 | Description: cryptographically identify the sender of email - perl library |
| 22 | RFC 4871, DomainKeys Identified Mail (DKIM), defines a domain-level |
23 | RFC 4871, DomainKeys Identified Mail (DKIM), defines a domain-level |
| 23 | authentication framework for email using public-key cryptography and |
24 | authentication framework for email using public-key cryptography and |
| 24 | key server technology to permit verification of the source and |
25 | key server technology to permit verification of the source and |
| 25 | contents of messages by either Mail Transport Agents (MTAs) or Mail |
26 | contents of messages by either Mail Transport Agents (MTAs) or Mail |
| 26 | User Agents (MUAs). |
27 | User Agents (MUAs). |
| 27 | . |
28 | . |
| 28 | This is a Perl implementation created by Jason Long of Messiah |
29 | This is a Perl implementation created by Jason Long of Messiah |
| 29 | College. It performs signing as well as signature verification. It |
30 | College. It performs signing as well as signature verification. It |
| 30 | also supports the older DomainKeys standard. |
31 | also supports the older DomainKeys standard. |