Subversion Repositories

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

Rev 2 | Rev 7 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2 Rev 5
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
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
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
11
Depends: ${perl:Depends}, liberror-perl, libdigest-sha1-perl, libdigest-sha-perl, libmailtools-perl, libnet-dns-perl, libcrypt-openssl-rsa-perl
12
Description: Creation and verification of DKIM mail signatures - Perl library
12
Description: Creation and verification of DKIM mail signatures - Perl library
13
 DomainKeys Identified Mail (DKIM) provides a method for validating an identity
13
 DomainKeys Identified Mail (DKIM) provides a method for validating an identity
14
 that is associated with a message, during the time it is transferred over the
14
 that is associated with a message, during the time it is transferred over the
15
 Internet. That identity then can be held accountable for the message.
15
 Internet. That identity then can be held accountable for the message.
16
 .
16
 .
17
 This is a Perl implementation created by Jason Long of Messiah College.
17
 This is a Perl implementation created by Jason Long of Messiah
18
 It performs signing as well as signature verification.
18
 College. It performs signing as well as signature verification. It
-
 
19
 also supports the older DomainKeys standard.
-
 
20
 .
-
 
21
  Homepage: http://jason.long.name/dkimproxy/