summaryrefslogtreecommitdiff
path: root/mail/libspf2
AgeCommit message (Collapse)AuthorFilesLines
2009-09-08Fix an abort() caused by miscalculating the size of an internal buffer.tron3-2/+22
This can crash applications using "libspf2" (e.g. "milter-greylist") in an e-mail gets delivered via SMTP over IPv6 depending on the remote machine's IPv6 address.
2009-07-17Give up MAINTAINERadrianp1-2/+2
2009-06-14Remove @dirrm entries from PLISTsjoerg1-2/+1
2009-03-20Simply and speed up buildlink3.mk files and processing.joerg1-13/+6
This changes the buildlink3.mk files to use an include guard for the recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS, BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of enter/exit marker, which can be used to reconstruct the tree and to determine first level includes. Avoiding := for large variables (BUILDLINK_ORDER) speeds up parse time as += has linear complexity. The include guard reduces system time by avoiding reading files over and over again. For complex packages this reduces both %user and %sys time to half of the former time.
2009-01-10Update to 1.2.9adrianp2-7/+6
Unfortunately there does not appear to be much more information on the changes other than: "This fixes aborts when generating explanations for mails with a long envelope sender, amongst other issues. An update is recommended."
2008-10-27Add conflicts between "libspf_alt" and "libspf2" which e.g. both installtron1-1/+4
a program called "bin/spfquery". Bump package revisions of both packages.
2008-10-24Update to 1.2.8adrianp2-6/+6
Unfortunately details changes don't seem to be available: After a long hiatus, new releases of libspf2! Development work from a number of contributors has resulted in the release of versions up to 1.2.8. It is recommended that all users upgrade as soon as possible, since this release fixes some significant bugs. This release also comes with new doxygen documentation which should make the code easier to understand and cross-reference. Includes the fix for CVE-2008-2469
2008-07-14Mark as destdir ready.joerg1-1/+3
2008-02-05libspf2 implements the Sender Policy Framework, a part of the SPF/SRSadrianp5-0/+69
protocol pair. libspf2 is a library which allows email systems such as Sendmail, Postfix, Exim, Zmailer and MS Exchange to check SPF records and make sure that the email is authorized by the domain name that it is coming from. This prevents email forgery, commonly used by spammers, scammers and email viruses/worms.