Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Dec 2006 02:57:08 +0000 (UTC)
From:      Marcus Alves Grando <mnag@FreeBSD.org>
To:        ports-committers@FreeBSD.org, cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: ports/mail/libspf2 Makefile ports/mail/libspf2/files patch-src__libspf2__spf_interpret.c patch-src_libspf2_spf__dns__resolv.c
Message-ID:  <200612130257.kBD2v8pg018825@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200612130257.kBD2v8pg018825>