diff options
author | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-07-24 19:43:59 +0000 |
---|---|---|
committer | Bryan Drewery <bdrewery@FreeBSD.org> | 2014-07-24 19:43:59 +0000 |
commit | 7b0f5d94f5816636583dd7ea15f1ec9aebcb512a (patch) | |
tree | ec06cf3d8bb656129bf89024a2aa51d7486f7c0b /security/gnutls/files | |
parent | 0c1b1d78ce317ada6c70be67e72776cb733c3866 (diff) | |
download | ports-7b0f5d94f5816636583dd7ea15f1ec9aebcb512a.tar.gz ports-7b0f5d94f5816636583dd7ea15f1ec9aebcb512a.zip |
Update to 3.2.16
Notes
Notes:
svn path=/head/; revision=362840
Diffstat (limited to 'security/gnutls/files')
-rw-r--r-- | security/gnutls/files/patch-lib__x509__rfc2818_hostname.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c b/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c new file mode 100644 index 000000000000..3db16eb9588a --- /dev/null +++ b/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c @@ -0,0 +1,10 @@ +--- ./lib/x509/rfc2818_hostname.c.orig 2014-07-24 14:38:24.963183389 -0500 ++++ ./lib/x509/rfc2818_hostname.c 2014-07-24 14:38:55.151183492 -0500 +@@ -25,6 +25,7 @@ + #include <common.h> + #include <gnutls_errors.h> + #include <arpa/inet.h> ++#include <netinet/in.h> + + static int + check_ip(gnutls_x509_crt_t cert, const void *ip, unsigned ip_size) |