1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00
freebsd-ports/mail/libspf2/files
Marcus Alves Grando 12035fe772 - Fix SIGSEGV in amd64 using size_t instead of int. [1]
- res_state has to be initialized before calling res_ninit(). [2]
- Where res_ndestroy() is available, when thread is destroyed, we
  need to call res_ndestroy() instead of res_nclose(), to free the
  resource which is allocated by the resolver internally. [2]
- portlint(1)
- Bump PORTREVISION

PR:		105001 [1]
Submitted by:	Christophe Thil<chris___thil.de> [1], ume [2]
2006-12-13 02:57:08 +00:00
..
patch-configure
patch-src__libspf2__spf_interpret.c
patch-src_include_spf__server.h
patch-src_libspf2_spf__dns__resolv.c
patch-src_libspf2_spf__dns__rr.c
patch-src_libspf2_spf__request.c
patch-src_libspf2_spf__response.c
patch-src_spf__example_spf__example.c
patch-src_spfquery_spfquery.c