cvs commit: ports/mail/libspf2 Makefile ports/mail/libspf2/files patch-src__libspf2__spf_interpret.c patch-src_libspf2_spf__dns__resolv.c

Marcus Alves Grando mnag at FreeBSD.org
Tue Dec 12 18:57:09 PST 2006


mnag        2006-12-13 02:57:08 UTC

  FreeBSD ports repository

  Modified files:
    mail/libspf2         Makefile 
    mail/libspf2/files   patch-src_libspf2_spf__dns__resolv.c 
  Added files:
    mail/libspf2/files   patch-src__libspf2__spf_interpret.c 
  Log:
  - 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]
  
  Revision  Changes    Path
  1.10      +2 -2      ports/mail/libspf2/Makefile
  1.1       +13 -0     ports/mail/libspf2/files/patch-src__libspf2__spf_interpret.c (new)
  1.2       +86 -12    ports/mail/libspf2/files/patch-src_libspf2_spf__dns__resolv.c


More information about the cvs-ports mailing list