NOTICE: This package has been removed from pkgsrc

./mail/libspf-alt, Sender Permitted Framework (SPF) library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ]


Branch: CURRENT, Version: 0.4.0nb6, Package name: libspf_alt-0.4.0nb6, Maintainer: pkgsrc-users

Libspf-alt is an implementation of the SPF specification as found at
http://www.ietf.org/internet-drafts/draft-mengwong-spf-00.txt
or doc/draft-mengwong-spf-00.txt

Libspf-alt is in beta testing and should only be used in production
systems with caution. It has not been widely compiled and tested on
machines with different operating systems, CPU architectures, or
network configurations. It has not been audited for security errors.
It is new code, and should be treated as such.

While libspf-alt is beta code, a lot of effort has been put into
making it secure by design, and a great deal of effort has been put
into the regression tests. Functions such as sprintf() are never
used, things like snprintf() are used instead. There are few fixed
sized buffers/arrays, instead, most data structures are dynamically
allocated with the allocation sized recorded so I can check to make
sure the buffer isn't overflowed. The return values from malloc() and
other system calls are checked and handled as gracefully as possible.
The valgrind program is regularly run to make sure that there are no
memory leaks and reads/writes to invalid memory.


Master sites:

SHA1: ba269d7508daebf42e9e20720f410c9409207558
RMD160: 67a789cfbc4df391fd6938e81ce90e3b24264615
Filesize: 583.987 KB

Version history: (Expand)


CVS history: (Expand)


   2015-01-03 14:55:42 by Makoto Fujiwara | Files touched by this commit (6) | Package removed
Log message:
Removing mail/libspf-alt
(1) Info from FreeBSD,
   https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=128322
   says
   | mail/libspf-alt has been superceded by mail/libspf2 a long time ago
(2) No objection was answered to my removing proposal at pkgsrc-users@
   (2014/12/23 06:57)
(3) finddepends reports nothing (other than self buildlink3.mk)
Thank you,
   2014-10-12 10:17:50 by Matthias Scheler | Files touched by this commit (3)
Log message:
Remove conflict between "libspf-alt" respectively "libspf2" and
"p5-Mail-SPF". The first two packages install "bin/spfd" \ 
while the
latter install "sbin/spfd".

Problem pointed out by Petar Bogdanovic in PR pkg/49271.
   2013-04-06 16:22:41 by Blue Rats | Files touched by this commit (17)
Log message:
"Packages that install libtool libraries should define USE_LIBTOOL."
   2012-10-08 14:19:35 by Aleksej Saushev | Files touched by this commit (307)
Log message:
Drop PKG_DESTDIR_SUPPORT setting, "user-destdir" is default these days.
   2011-04-22 15:45:23 by OBATA Akio | Files touched by this commit (2234)
Log message:
recursive bump from gettext-lib shlib bump.
   2011-02-27 14:06:12 by OBATA Akio | Files touched by this commit (2)
Log message:
Fixes CONFLICTS pattern and add new conflict with p5-Mail-SPF.
   2011-02-27 13:48:05 by OBATA Akio | Files touched by this commit (1)
Log message:
try to catch up from bind95 to libbind changes in mk/resolv.buildlink3.mk
   2011-02-27 13:37:25 by OBATA Akio | Files touched by this commit (1)
Log message:
Update MASTER_SITES.