./mail/libspf2, Implementation of the Sender Policy Framework

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: pkgsrc-2009Q2, Version: 1.2.9nb1, Package name: libspf2-1.2.9nb1, Maintainer: adrianp

libspf2 implements the Sender Policy Framework, a part of the SPF/SRS
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.


Required to build:
[devel/libtool-base]

Master sites:

SHA1: 15dfe3b9172180654f4de4dd85f3f01e3bc11503
RMD160: d0754d47e297a00038e4185e17704a24d38a4888
Filesize: 505.86 KB

Version history: (Expand)


CVS history: (Expand)


   2009-09-13 13:46:01 by S.P.Zeidler | Files touched by this commit (3)
Log message:
Pullup ticket 2883 - requested by tron
security fix

Revisions pulled up:
- pkgsrc/mail/libspf2/Makefile		1.7
- pkgsrc/mail/libspf2/distinfo		1.4

Files added:
pkgsrc/mail/libspf2/patches/patch-aa	1.1

   Module Name:	pkgsrc
   Committed By:	tron
   Date:		Tue Sep  8 10:36:27 UTC 2009

   Modified Files:
   	pkgsrc/mail/libspf2: Makefile distinfo
   Added Files:
   	pkgsrc/mail/libspf2/patches: patch-aa

   Log message:
   Fix an abort() caused by miscalculating the size of an internal buffer.
   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.

   To generate a diff of this commit:
   cvs rdiff -u -r1.6 -r1.7 pkgsrc/mail/libspf2/Makefile
   cvs rdiff -u -r1.3 -r1.4 pkgsrc/mail/libspf2/distinfo
   cvs rdiff -u -r0 -r1.1 pkgsrc/mail/libspf2/patches/patch-aa