Rev 89 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 2 | magnus | 1 | Source: libspf2 |
| 2 | Priority: optional |
||
| 3 | Section: libs |
||
| 26 | magnus | 4 | Maintainer: Magnus Holmgren <holmgren@debian.org> |
| 83 | magnus | 5 | Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 9), dh-autoreconf, |
| 68 | magnus | 6 | perl, libstring-escape-perl |
| 95 | magnus | 7 | Standards-Version: 3.9.7 |
| 22 | magnus | 8 | Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk |
| 9 | Vcs-Browser: http://svn.kibibyte.se/libspf2 |
||
| 10 | Homepage: http://www.libspf2.org/ |
||
| 2 | magnus | 11 | |
| 61 | magnus | 12 | Package: libspf2-2 |
| 13 | Section: libs |
||
| 2 | magnus | 14 | Architecture: any |
| 61 | magnus | 15 | Conflicts: libspf2-0 |
| 16 | Replaces: libspf2-0 |
||
| 17 | Depends: ${shlibs:Depends}, ${misc:Depends} |
||
| 18 | Description: library for validating mail senders with SPF |
||
| 2 | magnus | 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 |
||
| 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 |
||
| 23 | that it is coming from. This prevents email forgery, commonly used by |
||
| 24 | spammers, scammers and email viruses/worms. |
||
| 25 | |||
| 61 | magnus | 26 | Package: libspf2-dev |
| 27 | Section: libdevel |
||
| 2 | magnus | 28 | Architecture: any |
| 61 | magnus | 29 | Depends: libspf2-2 (= ${binary:Version}), ${misc:Depends} |
| 30 | Description: Header and development libraries for libspf2 |
||
| 2 | magnus | 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 |
||
| 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 |
||
| 35 | that it is coming from. This prevents email forgery, commonly used by |
||
| 36 | spammers, scammers and email viruses/worms. |
||
| 37 | |||
| 48 | magnus | 38 | Package: libspf2-2-dbg |
| 39 | Section: debug |
||
| 40 | Priority: extra |
||
| 41 | Architecture: any |
||
| 42 | Depends: libspf2-2 (= ${binary:Version}) | spfquery (= ${binary:Version}), |
||
| 43 | ${misc:Depends} |
||
| 44 | Description: library for validating mail senders with SPF (debugging symbols) |
||
| 45 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
||
| 46 | protocol pair. |
||
| 47 | . |
||
| 48 | This package contains the debugging symbols. |
||
| 49 | |||
| 2 | magnus | 50 | Package: spfquery |
| 51 | Section: mail |
||
| 52 | Architecture: any |
||
| 47 | magnus | 53 | Depends: ${shlibs:Depends}, ${misc:Depends} |
| 2 | magnus | 54 | Conflicts: libmail-spf-query-perl (<< 1:1.999.1-3) |
| 55 | Description: query SPF (Sender Policy Framework) to validate mail senders |
||
| 56 | The Sender Policy Framework (SPF) is one part of the SPF/SRS protocol |
||
| 57 | pair. SPF allows email systems such as Sendmail, Postfix, Exim, |
||
| 58 | Zmailer and MS Exchange to check SPF records and make sure that the |
||
| 59 | email is authorized by the domain name that it is coming from. This |
||
| 60 | prevents email forgery, commonly used by spammers, scammers and email |
||
| 61 | viruses/worms. |
||
| 62 | . |
||
| 63 | This package contains simple utilities that use libspf2 to test and |
||
| 64 | query SPF records. |
||
| 68 | magnus | 65 | |
| 66 | Package: libmail-spf-xs-perl |
||
| 67 | Section: perl |
||
| 74 | magnus | 68 | Priority: extra |
| 68 | magnus | 69 | Architecture: any |
| 70 | Depends: ${shlibs:Depends}, ${misc:Depends}, ${perl:Depends}, libstring-escape-perl |
||
| 71 | Description: library for validating mail senders with SPF - Perl bindings |
||
| 72 | libspf2 implements the Sender Policy Framework, a part of the SPF/SRS |
||
| 73 | protocol pair. libspf2 is a library which allows email systems such |
||
| 74 | as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF |
||
| 75 | records and make sure that the email is authorized by the domain name |
||
| 76 | that it is coming from. This prevents email forgery, commonly used by |
||
| 77 | spammers, scammers and email viruses/worms. |
||
| 78 | . |
||
| 79 | This package provides an XS module for using libspf from Perl programs. |