- 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]