Commit graph

5 commits

Author SHA1 Message Date
tron
1b5c708ef2 Update "libspf2" package to version 1.2.10. A list of changes since
version 1.2.9 (which is old) is not available. Two improvements that
I noticed are:
1.) A remote DoS vulnerability (for which "pkgsrc" had a patch) has
    been fixed.
2.) The SPF records for "gmail.com" are now accepted again.
2013-07-06 11:09:26 +00:00
jperkin
90b41f88d7 Change previous fix, libreplace uses LTLIBOBJS to compile in additional
objects, so provide a dummy file which will always get included to avoid
issues on systems where you are not allowed an empty library.  Noticed
by tron.

Bump PKGREVISION.
2013-03-04 17:31:55 +00:00
jperkin
8bdc19895b Don't build libreplace, it is an empty library.
Fixes build on SunOS.
2013-02-22 11:48:16 +00:00
joerg
0c9752669d Using __VA_ARGS__ and expecting the compiler to magically remove the
initial comma when it expands to empty is a GCC extension. Avoid it.
2012-12-22 02:25:56 +00:00
tron
a779bf4053 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.
2009-09-08 10:36:27 +00:00