Rev 47 | Rev 51 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 47 | Rev 48 | ||
---|---|---|---|
1 | Source: libspf2 |
1 | Source: libspf2 |
2 | Priority: optional |
2 | Priority: optional |
3 | Section: libs |
3 | Section: libs |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
5 | Build-Depends: debhelper (>> 5), cdbs, dpatch, autotools-dev |
5 | Build-Depends: debhelper (>> 5), cdbs, dpatch, autotools-dev |
6 | Standards-Version: 3.8.0 |
6 | Standards-Version: 3.8.0 |
7 | Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk |
7 | Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk |
8 | Vcs-Browser: http://svn.kibibyte.se/libspf2 |
8 | Vcs-Browser: http://svn.kibibyte.se/libspf2 |
9 | Homepage: http://www.libspf2.org/ |
9 | Homepage: http://www.libspf2.org/ |
10 | 10 | ||
11 | Package: libspf2-dev |
11 | Package: libspf2-dev |
12 | Section: libdevel |
12 | Section: libdevel |
13 | Architecture: any |
13 | Architecture: any |
14 | Depends: libspf2-2 (= ${binary:Version}), ${misc:Depends} |
14 | Depends: libspf2-2 (= ${binary:Version}), ${misc:Depends} |
15 | Description: Header and development libraries for libspf2 |
15 | Description: Header and development libraries for libspf2 |
16 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
16 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
17 | protocol pair. libspf2 is a library which allows email systems such |
17 | protocol pair. libspf2 is a library which allows email systems such |
18 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
18 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
19 | records and make sure that the email is authorized by the domain name |
19 | records and make sure that the email is authorized by the domain name |
20 | that it is coming from. This prevents email forgery, commonly used by |
20 | that it is coming from. This prevents email forgery, commonly used by |
21 | spammers, scammers and email viruses/worms. |
21 | spammers, scammers and email viruses/worms. |
22 | 22 | ||
23 | Package: libspf2-2 |
23 | Package: libspf2-2 |
24 | Section: libs |
24 | Section: libs |
25 | Architecture: any |
25 | Architecture: any |
26 | Conflicts: libspf2-0 |
26 | Conflicts: libspf2-0 |
27 | Replaces: libspf2-0 |
27 | Replaces: libspf2-0 |
28 | Depends: ${shlibs:Depends}, ${misc:Depends} |
28 | Depends: ${shlibs:Depends}, ${misc:Depends} |
29 | Description: library for validating mail senders with SPF |
29 | Description: library for validating mail senders with SPF |
30 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
30 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
31 | protocol pair. libspf2 is a library which allows email systems such |
31 | protocol pair. libspf2 is a library which allows email systems such |
32 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
32 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
33 | records and make sure that the email is authorized by the domain name |
33 | records and make sure that the email is authorized by the domain name |
34 | that it is coming from. This prevents email forgery, commonly used by |
34 | that it is coming from. This prevents email forgery, commonly used by |
35 | spammers, scammers and email viruses/worms. |
35 | spammers, scammers and email viruses/worms. |
36 | 36 | ||
- | 37 | Package: libspf2-2-dbg |
|
- | 38 | Section: debug |
|
- | 39 | Priority: extra |
|
- | 40 | Architecture: any |
|
- | 41 | Depends: libspf2-2 (= ${binary:Version}) | spfquery (= ${binary:Version}), |
|
- | 42 | ${misc:Depends} |
|
- | 43 | Description: library for validating mail senders with SPF (debugging symbols) |
|
- | 44 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
|
- | 45 | protocol pair. |
|
- | 46 | . |
|
- | 47 | This package contains the debugging symbols. |
|
- | 48 | ||
37 | Package: spfquery |
49 | Package: spfquery |
38 | Section: mail |
50 | Section: mail |
39 | Architecture: any |
51 | Architecture: any |
40 | Depends: ${shlibs:Depends}, ${misc:Depends} |
52 | Depends: ${shlibs:Depends}, ${misc:Depends} |
41 | Conflicts: libmail-spf-query-perl (<< 1:1.999.1-3) |
53 | Conflicts: libmail-spf-query-perl (<< 1:1.999.1-3) |
42 | Description: query SPF (Sender Policy Framework) to validate mail senders |
54 | Description: query SPF (Sender Policy Framework) to validate mail senders |
43 | The Sender Policy Framework (SPF) is one part of the SPF/SRS protocol |
55 | The Sender Policy Framework (SPF) is one part of the SPF/SRS protocol |
44 | pair. SPF allows email systems such as Sendmail, Postfix, Exim, |
56 | pair. SPF allows email systems such as Sendmail, Postfix, Exim, |
45 | Zmailer and MS Exchange to check SPF records and make sure that the |
57 | Zmailer and MS Exchange to check SPF records and make sure that the |
46 | email is authorized by the domain name that it is coming from. This |
58 | email is authorized by the domain name that it is coming from. This |
47 | prevents email forgery, commonly used by spammers, scammers and email |
59 | prevents email forgery, commonly used by spammers, scammers and email |
48 | viruses/worms. |
60 | viruses/worms. |
49 | . |
61 | . |
50 | This package contains simple utilities that use libspf2 to test and |
62 | This package contains simple utilities that use libspf2 to test and |
51 | query SPF records. |
63 | query SPF records. |