Rev 104 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 104 | Rev 108 | ||
|---|---|---|---|
| 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: dpkg-dev (>= 1.15.7), debhelper (>= 9), dh-autoreconf, |
5 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper-compat (= 12), |
| 6 | perl, libstring-escape-perl |
6 | perl, libstring-escape-perl |
| 7 | Standards-Version: 3.9.7 |
7 | Standards-Version: 3.9.7 |
| 8 | Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk |
8 | Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk |
| 9 | Vcs-Browser: http://svn.kibibyte.se/libspf2 |
9 | Vcs-Browser: http://svn.kibibyte.se/libspf2 |
| 10 | Homepage: http://www.libspf2.org/ |
10 | Homepage: http://www.libspf2.org/ |
| 11 | 11 | ||
| 12 | Package: libspf2-2 |
12 | Package: libspf2-2 |
| 13 | Section: libs |
13 | Section: libs |
| 14 | Architecture: any |
14 | Architecture: any |
| 15 | Conflicts: libspf2-0 |
15 | Conflicts: libspf2-0 |
| 16 | Replaces: libspf2-0 |
16 | Replaces: libspf2-0 |
| 17 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
17 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 18 | Description: library for validating mail senders with SPF |
18 | Description: library for validating mail senders with SPF |
| 19 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
19 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
| 20 | protocol pair. libspf2 is a library which allows email systems such |
20 | protocol pair. libspf2 is a library which allows email systems such |
| 21 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
21 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
| 22 | records and make sure that the email is authorized by the domain name |
22 | records and make sure that the email is authorized by the domain name |
| 23 | that it is coming from. This prevents email forgery, commonly used by |
23 | that it is coming from. This prevents email forgery, commonly used by |
| 24 | spammers, scammers and email viruses/worms. |
24 | spammers, scammers and email viruses/worms. |
| 25 | 25 | ||
| 26 | Package: libspf2-dev |
26 | Package: libspf2-dev |
| 27 | Section: libdevel |
27 | Section: libdevel |
| 28 | Architecture: any |
28 | Architecture: any |
| 29 | Depends: libspf2-2 (= ${binary:Version}), ${misc:Depends}
|
29 | Depends: libspf2-2 (= ${binary:Version}), ${misc:Depends}
|
| 30 | Description: Header and development libraries for libspf2 |
30 | Description: Header and development libraries for libspf2 |
| 31 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
31 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
| 32 | protocol pair. libspf2 is a library which allows email systems such |
32 | protocol pair. libspf2 is a library which allows email systems such |
| 33 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
33 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
| 34 | records and make sure that the email is authorized by the domain name |
34 | records and make sure that the email is authorized by the domain name |
| 35 | that it is coming from. This prevents email forgery, commonly used by |
35 | that it is coming from. This prevents email forgery, commonly used by |
| 36 | spammers, scammers and email viruses/worms. |
36 | spammers, scammers and email viruses/worms. |
| 37 | 37 | ||
| 38 | Package: spfquery |
38 | Package: spfquery |
| 39 | Section: mail |
39 | Section: mail |
| 40 | Architecture: any |
40 | Architecture: any |
| 41 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
41 | Depends: ${shlibs:Depends}, ${misc:Depends}
|
| 42 | Conflicts: libmail-spf-query-perl (<< 1:1.999.1-3) |
42 | Conflicts: libmail-spf-query-perl (<< 1:1.999.1-3) |
| 43 | Description: query SPF (Sender Policy Framework) to validate mail senders |
43 | Description: query SPF (Sender Policy Framework) to validate mail senders |
| 44 | The Sender Policy Framework (SPF) is one part of the SPF/SRS protocol |
44 | The Sender Policy Framework (SPF) is one part of the SPF/SRS protocol |
| 45 | pair. SPF allows email systems such as Sendmail, Postfix, Exim, |
45 | pair. SPF allows email systems such as Sendmail, Postfix, Exim, |
| 46 | Zmailer and MS Exchange to check SPF records and make sure that the |
46 | Zmailer and MS Exchange to check SPF records and make sure that the |
| 47 | email is authorized by the domain name that it is coming from. This |
47 | email is authorized by the domain name that it is coming from. This |
| 48 | prevents email forgery, commonly used by spammers, scammers and email |
48 | prevents email forgery, commonly used by spammers, scammers and email |
| 49 | viruses/worms. |
49 | viruses/worms. |
| 50 | . |
50 | . |
| 51 | This package contains simple utilities that use libspf2 to test and |
51 | This package contains simple utilities that use libspf2 to test and |
| 52 | query SPF records. |
52 | query SPF records. |
| 53 | 53 | ||
| 54 | Package: libmail-spf-xs-perl |
54 | Package: libmail-spf-xs-perl |
| 55 | Section: perl |
55 | Section: perl |
| 56 | Architecture: any |
56 | Architecture: any |
| 57 | Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libstring-escape-perl
|
57 | Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libstring-escape-perl
|
| 58 | Description: library for validating mail senders with SPF - Perl bindings |
58 | Description: library for validating mail senders with SPF - Perl bindings |
| 59 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
59 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
| 60 | protocol pair. libspf2 is a library which allows email systems such |
60 | protocol pair. libspf2 is a library which allows email systems such |
| 61 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
61 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
| 62 | records and make sure that the email is authorized by the domain name |
62 | records and make sure that the email is authorized by the domain name |
| 63 | that it is coming from. This prevents email forgery, commonly used by |
63 | that it is coming from. This prevents email forgery, commonly used by |
| 64 | spammers, scammers and email viruses/worms. |
64 | spammers, scammers and email viruses/worms. |
| 65 | . |
65 | . |
| 66 | This package provides an XS module for using libspf from Perl programs. |
66 | This package provides an XS module for using libspf from Perl programs. |