Subject: CVS commit: pkgsrc/security/gnutls
From: Rumko
Date: 2014-12-31 17:05:08
Message id: 20141231160508.15C5E98@cvs.netbsd.org

Log Message:
security/gnutls: Fix struct in6_addr being an incomplete type

In lib/x509/rfc2818_hostname.c, ipv6 related structs are used, but
at least on FreeBSD, arpa/inet.h does not contains the necessary
structs. If netinet/in.h is present, we use it instead of arpa/inet.h.

Reviewed by wiz

Files:
RevisionActionfile
1.111modifypkgsrc/security/gnutls/distinfo
1.1addpkgsrc/security/gnutls/patches/patch-lib_system.h