Subversion Repositories

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

Rev 60 | Rev 68 | 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>
61 magnus 5
Build-Depends: dpkg-dev (>= 1.15.7), debhelper (>= 7), autotools-dev
51 magnus 6
Standards-Version: 3.8.3
22 magnus 7
Vcs-Svn: svn://svn.kibibyte.se/libspf2/trunk
8
Vcs-Browser: http://svn.kibibyte.se/libspf2
9
Homepage: http://www.libspf2.org/
2 magnus 10
 
61 magnus 11
Package: libspf2-2
12
Section: libs
2 magnus 13
Architecture: any
61 magnus 14
Conflicts: libspf2-0
15
Replaces: libspf2-0
16
Depends: ${shlibs:Depends}, ${misc:Depends}
17
Description: library for validating mail senders with SPF
2 magnus 18
 libspf2 implements the Sender Policy Framework, a part of the SPF/SRS
19
 protocol pair. libspf2 is a library which allows email systems such
20
 as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF
21
 records and make sure that the email is authorized by the domain name
22
 that it is coming from. This prevents email forgery, commonly used by
23
 spammers, scammers and email viruses/worms.
24
 
61 magnus 25
Package: libspf2-dev
26
Section: libdevel
2 magnus 27
Architecture: any
61 magnus 28
Depends: libspf2-2 (= ${binary:Version}), ${misc:Depends}
29
Description: Header and development libraries for libspf2
2 magnus 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
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
34
 that it is coming from. This prevents email forgery, commonly used by
35
 spammers, scammers and email viruses/worms.
36
 
48 magnus 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
 
2 magnus 49
Package: spfquery
50
Section: mail
51
Architecture: any
47 magnus 52
Depends: ${shlibs:Depends}, ${misc:Depends}
2 magnus 53
Conflicts: libmail-spf-query-perl (<< 1:1.999.1-3)
54
Description: query SPF (Sender Policy Framework) to validate mail senders
55
 The Sender Policy Framework (SPF) is one part of the SPF/SRS protocol
56
 pair. SPF allows email systems such as Sendmail, Postfix, Exim,
57
 Zmailer and MS Exchange to check SPF records and make sure that the
58
 email is authorized by the domain name that it is coming from. This
59
 prevents email forgery, commonly used by spammers, scammers and email
60
 viruses/worms.
61
 .
62
 This package contains simple utilities that use libspf2 to test and
63
 query SPF records.