Subversion Repositories

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

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

Rev 50 Rev 51
1
Source: libdkim
1
Source: libdkim
2
Priority: optional
2
Priority: optional
3
Maintainer: Magnus Holmgren <holmgren@debian.org>
3
Maintainer: Magnus Holmgren <holmgren@debian.org>
4
Build-Depends: debhelper (>= 5), autoconf, libssl-dev, pkg-config
4
Build-Depends: debhelper (>= 7), autoconf, libssl-dev, pkg-config
5
Standards-Version: 3.8.3
5
Standards-Version: 3.8.3
6
Section: libs
6
Section: libs
7
Homepage: http://libdkim.sourceforge.net
7
Homepage: http://libdkim.sourceforge.net
8
8
9
Package: libdkim1d
9
Package: libdkim1d
10
Section: libs
10
Section: libs
11
Architecture: any
11
Architecture: any
12
Depends: ${shlibs:Depends}, ${misc:Depends}
12
Depends: ${shlibs:Depends}, ${misc:Depends}
13
Description: cryptographically identify the sender of email
13
Description: cryptographically identify the sender of email
14
 DomainKeys Identified Mail (DKIM) defines a domain-level
14
 DomainKeys Identified Mail (DKIM) defines a domain-level
15
 authentication framework for email using public-key cryptography and
15
 authentication framework for email using public-key cryptography and
16
 key server technology to permit verification of the source and
16
 key server technology to permit verification of the source and
17
 contents of messages by either Mail Transport Agents (MTAs) or Mail
17
 contents of messages by either Mail Transport Agents (MTAs) or Mail
18
 User Agents (MUAs).
18
 User Agents (MUAs).
19
 .
19
 .
20
 libdkim is a library, developed by Alt-N Technologies, that allows
20
 libdkim is a library, developed by Alt-N Technologies, that allows
21
 incorporating DKIM into an existing MTA or other application. It
21
 incorporating DKIM into an existing MTA or other application. It
22
 provides full support for signing, verifying, and SSP. See the
22
 provides full support for signing, verifying, and SSP. See the
23
 changelogs for information on compliance with specifications.
23
 changelogs for information on compliance with specifications.
24
24
25
Package: libdkim-dev
25
Package: libdkim-dev
26
Section: libdevel
26
Section: libdevel
27
Architecture: any
27
Architecture: any
28
Depends: libdkim1d (= ${binary:Version}), libssl-dev, ${shlibs:Depends}, ${misc:Depends}
28
Depends: libdkim1d (= ${binary:Version}), libssl-dev, ${shlibs:Depends}, ${misc:Depends}
29
Description: cryptographically identify the sender of email
29
Description: cryptographically identify the sender of email
30
 DomainKeys Identified Mail (DKIM) defines a domain-level
30
 DomainKeys Identified Mail (DKIM) defines a domain-level
31
 authentication framework for email using public-key cryptography and
31
 authentication framework for email using public-key cryptography and
32
 key server technology to permit verification of the source and
32
 key server technology to permit verification of the source and
33
 contents of messages by either Mail Transport Agents (MTAs) or Mail
33
 contents of messages by either Mail Transport Agents (MTAs) or Mail
34
 User Agents (MUAs).
34
 User Agents (MUAs).
35
 .
35
 .
36
 libdkim is a library, developed by Alt-N Technologies, that allows
36
 libdkim is a library, developed by Alt-N Technologies, that allows
37
 incorporating DKIM into an existing MTA or other application. It
37
 incorporating DKIM into an existing MTA or other application. It
38
 provides full support for signing, verifying, and SSP. See the
38
 provides full support for signing, verifying, and SSP. See the
39
 changelogs for information on compliance with specifications.
39
 changelogs for information on compliance with specifications.
40
 .
40
 .
41
 This package contains the development files needed to compile and link
41
 This package contains the development files needed to compile and link
42
 programs with libdkim.
42
 programs with libdkim.
43
43
44
Package: libdkim1d-dbg
44
Package: libdkim1d-dbg
45
Section: debug
45
Section: debug
46
Priority: extra
46
Priority: extra
47
Architecture: any
47
Architecture: any
48
Depends: libdkim1d (= ${binary:Version}), ${misc:Depends}
48
Depends: libdkim1d (= ${binary:Version}), ${misc:Depends}
49
Description: DomainKeys Identified Mail (DKIM) library - debug symbols
49
Description: DomainKeys Identified Mail (DKIM) library - debug symbols
50
 This package contains the debug symbols for libdkim1d, a library for
50
 This package contains the debug symbols for libdkim1d, a library for
51
 server-level signing of email using the DKIM standard, and
51
 server-level signing of email using the DKIM standard, and
52
 verification of the signatures. See the description of that package
52
 verification of the signatures. See the description of that package
53
 for more information.
53
 for more information.