Rev 2 | Rev 16 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 2 | Rev 9 | ||
|---|---|---|---|
| 1 | Source: libdkim |
1 | Source: libdkim |
| 2 | Priority: optional |
2 | Priority: optional |
| 3 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
3 | Maintainer: Magnus Holmgren <magnus@kibibyte.se> |
| 4 | Build-Depends: debhelper (>= 5), autoconf, libssl-dev, pkg-config, dpatch |
4 | Build-Depends: debhelper (>= 5), autoconf, libssl-dev, pkg-config, dpatch |
| 5 | Standards-Version: 3.7.2 |
5 | Standards-Version: 3.7.2 |
| 6 | Section: libs |
6 | Section: libs |
| 7 | 7 | ||
| 8 | Package: libdkim0 |
8 | Package: libdkim1 |
| 9 | Section: libs |
9 | Section: libs |
| 10 | Architecture: any |
10 | Architecture: any |
| 11 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
11 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 12 | Description: cryptographically identify the sender of email |
12 | Description: cryptographically identify the sender of email |
| 13 | DomainKeys Identified Mail (DKIM) defines a domain-level |
13 | 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 | libdkim is a library, developed by Alt-N Technologies, that allows |
19 | libdkim is a library, developed by Alt-N Technologies, that allows |
| 20 | incorporating DKIM into an existing MTA or other application. It |
20 | incorporating DKIM into an existing MTA or other application. It |
| 21 | provides full support for signing, verifying, and SSP. See the |
21 | provides full support for signing, verifying, and SSP. See the |
| 22 | changelogs for information on compliance with specifications. |
22 | changelogs for information on compliance with specifications. |
| 23 | . |
23 | . |
| 24 | Homepage: http://libdkim.sourceforge.net |
24 | Homepage: http://libdkim.sourceforge.net |
| 25 | 25 | ||
| 26 | Package: libdkim-dev |
26 | Package: libdkim-dev |
| 27 | Section: libdevel |
27 | Section: libdevel |
| 28 | Architecture: any |
28 | Architecture: any |
| 29 | Depends: libdkim0 (= ${binary:Version}), libssl-dev
|
29 | Depends: libdkim1 (= ${binary:Version}), libssl-dev
|
| 30 | Description: cryptographically identify the sender of email |
30 | Description: cryptographically identify the sender of email |
| 31 | DomainKeys Identified Mail (DKIM) defines a domain-level |
31 | DomainKeys Identified Mail (DKIM) defines a domain-level |
| 32 | authentication framework for email using public-key cryptography and |
32 | authentication framework for email using public-key cryptography and |
| 33 | key server technology to permit verification of the source and |
33 | key server technology to permit verification of the source and |
| 34 | contents of messages by either Mail Transport Agents (MTAs) or Mail |
34 | contents of messages by either Mail Transport Agents (MTAs) or Mail |
| 35 | User Agents (MUAs). |
35 | User Agents (MUAs). |
| 36 | . |
36 | . |
| 37 | libdkim is a library, developed by Alt-N Technologies, that allows |
37 | libdkim is a library, developed by Alt-N Technologies, that allows |
| 38 | incorporating DKIM into an existing MTA or other application. It |
38 | incorporating DKIM into an existing MTA or other application. It |
| 39 | provides full support for signing, verifying, and SSP. See the |
39 | provides full support for signing, verifying, and SSP. See the |
| 40 | changelogs for information on compliance with specifications. |
40 | changelogs for information on compliance with specifications. |
| 41 | . |
41 | . |
| 42 | Homepage: http://libdkim.sourceforge.net |
42 | Homepage: http://libdkim.sourceforge.net |
| 43 | . |
43 | . |
| 44 | This package contains the development files needed to compile and link |
44 | This package contains the development files needed to compile and link |
| 45 | programs with libdkim. |
45 | programs with libdkim. |