File: control

package info (click to toggle)
opendkim 2.11.0~beta2-8%2Bdeb12u1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 9,012 kB
  • sloc: ansic: 67,183; perl: 3,322; sh: 1,354; makefile: 1,046; php: 153; python: 115; xml: 39; csh: 18; cs: 1
file content (155 lines) | stat: -rw-r--r-- 6,379 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
Source: opendkim
Section: mail
Priority: optional
Maintainer: David Bürgin <dbuergin@gluet.ch>
Build-Depends: debhelper-compat (= 13), pkg-config, libmilter-dev, libdb-dev,
 libunbound-dev [linux-any], libldap2-dev, liblua5.3-dev, libbsd-dev,
 libopendbx1-dev [linux-any kfreebsd-any], libssl-dev, libsasl2-dev,
 libmemcached-dev
Standards-Version: 4.6.2
Homepage: http://www.opendkim.org/
Vcs-Browser: https://salsa.debian.org/debian/opendkim
Vcs-Git: https://salsa.debian.org/debian/opendkim.git
Rules-Requires-Root: no

Package: opendkim
Architecture: any
Pre-Depends: ${misc:Pre-Depends}
Depends: libopendkim11 (= ${binary:Version}), ${shlibs:Depends},
 ${misc:Depends}, adduser, lsb-base, dns-root-data
Recommends: opendkim-tools
Description: DomainKeys Identified Mail (DKIM) signing and verifying milter
 The OpenDKIM Project is a community effort to develop and maintain a C library
 for producing DKIM-aware applications and an open source milter for providing
 DomainKeys Identified Mail (DKIM) service.
 .
 DKIM provides a way for senders to confirm their identity when sending email
 by adding a cryptographic signature to the headers of the message.
 .
 This package contains the OpenDKIM mail filter (Milter) for plugging into
 Milter-aware MTAs. It implements both signing and verification.

Package: opendkim-tools
Architecture: any
Depends: ${shlibs:Depends}, ${perl:Depends}, ${misc:Depends}
Breaks: opendkim (<< 2.5.2+dfsg-2~)
Replaces: opendkim (<< 2.5.2+dfsg-2~)
Description: utilities for administering the OpenDKIM milter
 The OpenDKIM Project is a community effort to develop and maintain a C library
 for producing DKIM-aware applications and an open source milter for providing
 DomainKeys Identified Mail (DKIM) service.
 .
 This package contains command line tools for the OpenDKIM mail filter
 (Milter).  The following tools are included:
   - opendkim-genkey
   - opendkim-genzone
   - opendkim-atpszone
   - opendkim-testkey
   - opendkim-testmsg
   - opendkim-spam
   - opendkim-stats
   - opendkim-gengraphs
   - opendkim-genstats
   - opendkim-importstats
   - opendkim-expire

Package: libopendkim11
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: DomainKeys Identified Mail (DKIM) library
 The OpenDKIM Project is a community effort to develop and maintain a C library
 for producing DKIM-aware applications and an open source milter for providing
 DomainKeys Identified Mail (DKIM) service.
 .
 This package provides library for implementing signing and verification of the
 DomainKeys Identified Mail (DKIM) standard. This library provides support for
 signing and verifying signatures according to RFC 4871, and supports both
 DomainKeys signing policy and DKIM ADSP.

Package: libopendkim-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libopendkim11 (= ${binary:Version}), ${misc:Depends}
Description: DomainKeys Identified Mail (DKIM) library (development files)
 The OpenDKIM Project is a community effort to develop and maintain a C library
 for producing DKIM-aware applications and an open source milter for providing
 DomainKeys Identified Mail (DKIM) service.
 .
 This package provides the required header files and development libraries for
 developing against the OpenDKIM library.

Package: libvbr2
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Vouch By Reference (VBR) library
 The OpenDKIM Project is a community effort to develop and maintain a C library
 for producing DKIM-aware applications and an open source milter for providing
 DomainKeys Identified Mail (DKIM) service.
 .
 This package provides library for implementing RFC 5518 Vouch By Reference
 (VBR), a peer-to-peer domain reputation service protocol based on DKIM signed
 domains.
 .
 Vouch By Reference, or VBR, is a protocol for adding third-party
 certification to email.  Specifically, VBR permits independent third parties
 to certify the owner of a domain name that is associated with received mail.
 VBR may be performed anywhere along the email transit path, by any capable
 receiving module, either within the handling service or by end-user software.

Package: libvbr-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: libvbr2 (= ${binary:Version}), ${misc:Depends}
Description: Vouch By Reference (VBR) library (development files)
 The OpenDKIM Project is a community effort to develop and maintain a C library
 for producing DKIM-aware applications and an open source milter for providing
 DomainKeys Identified Mail (DKIM) service.
 .
 This package provides the required header files and development libraries for
 developing against the OpenDKIM project VBR library.

Package: librbl1
Section: libs
Architecture: any
Multi-Arch: same
Depends: ${shlibs:Depends}, ${misc:Depends}
Description: Real-time Blacklist (RBL) query library
 The OpenDKIM Project is a community effort to develop and maintain a C library
 for producing DKIM-aware applications and an open source milter for providing
 DomainKeys Identified Mail (DKIM) service.
 .
 This package provides library for implementing OpenDKIM's RBL system.

Package: librbl-dev
Section: libdevel
Architecture: any
Multi-Arch: same
Depends: librbl1 (= ${binary:Version}), ${misc:Depends}
Description: Real-time Blacklist (RBL) query library (development files)
 The OpenDKIM Project is a community effort to develop and maintain a C library
 for producing DKIM-aware applications and an open source milter for providing
 DomainKeys Identified Mail (DKIM) service.
 .
 This package provides the required header files and development libraries for
 developing against the OpenDKIM project RBL library.

Package: miltertest
Section: devel
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends}
Breaks: opendkim-tools (<< 2.11.0~beta2-3)
Replaces: opendkim-tools (<< 2.11.0~beta2-3)
Description: utility for testing milter applications
 The OpenDKIM Project is a community effort to develop and maintain a C library
 for producing DKIM-aware applications and an open source milter for providing
 DomainKeys Identified Mail (DKIM) service.
 .
 This package contains the miltertest program, a utility that serves as a test
 driver for milter application tests. miltertest executes milter test scripts
 written in the Lua programming language.