Date: Thu, 24 Jul 2014 19:43:59 +0000 (UTC) From: Bryan Drewery <bdrewery@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r362840 - in head/security/gnutls: . files Message-ID: <201407241943.s6OJhxad038845@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bdrewery Date: Thu Jul 24 19:43:59 2014 New Revision: 362840 URL: http://svnweb.freebsd.org/changeset/ports/362840 QAT: https://qat.redports.org/buildarchive/r362840/ Log: Update to 3.2.16 Added: head/security/gnutls/files/ head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c (contents, props changed) Modified: head/security/gnutls/Makefile head/security/gnutls/distinfo Modified: head/security/gnutls/Makefile ============================================================================== --- head/security/gnutls/Makefile Thu Jul 24 19:31:09 2014 (r362839) +++ head/security/gnutls/Makefile Thu Jul 24 19:43:59 2014 (r362840) @@ -1,7 +1,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.2.15 +PORTVERSION= 3.2.16 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v3.2 @@ -47,5 +47,6 @@ post-patch: post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/examples/*.[ch] ${STAGEDIR}${EXAMPLESDIR} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnutls*.so.* .include <bsd.port.mk> Modified: head/security/gnutls/distinfo ============================================================================== --- head/security/gnutls/distinfo Thu Jul 24 19:31:09 2014 (r362839) +++ head/security/gnutls/distinfo Thu Jul 24 19:43:59 2014 (r362840) @@ -1,2 +1,2 @@ -SHA256 (gnutls-3.2.15.tar.xz) = 30bdc7b34b220258f714602cdf0afa1abf0883bf926f35f400c88b1c72ca77b9 -SIZE (gnutls-3.2.15.tar.xz) = 5140200 +SHA256 (gnutls-3.2.16.tar.xz) = 781836a04a8bbb42e6590d6524d53c870850d26fc55146a7e0e5d7e1d183bcae +SIZE (gnutls-3.2.16.tar.xz) = 5337140 Added: head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c Thu Jul 24 19:43:59 2014 (r362840) @@ -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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201407241943.s6OJhxad038845>