Index: head/security/gnutls/Makefile =================================================================== --- head/security/gnutls/Makefile (revision 362839) +++ head/security/gnutls/Makefile (revision 362840) @@ -1,51 +1,52 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.2.15 +PORTVERSION= 3.2.16 CATEGORIES= security net MASTER_SITES= GNUPG/gnutls/v3.2 MAINTAINER= bdrewery@FreeBSD.org COMMENT= GNU Transport Layer Security library LICENSE= GPLv3 LGPL21 LICENSE_COMB= multi LICENSE_FILE_GPLv3= ${WRKSRC}/COPYING LICENSE_FILE_LGPL21= ${WRKSRC}/COPYING.LESSER LIB_DEPENDS= libnettle.so:${PORTSDIR}/security/nettle \ libp11-kit.so:${PORTSDIR}/security/p11-kit \ libidn.so:${PORTSDIR}/dns/libidn \ libtasn1.so:${PORTSDIR}/security/libtasn1 \ libtspi.so:${PORTSDIR}/security/trousers USES= gmake iconv libtool makeinfo pathfix pkgconfig tar:xz USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-guile \ --disable-silent-rules \ --enable-local-libopts CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib MAKE_ENV= MAKEINFOFLAGS=--no-split OPTIONS_DEFINE= EXAMPLES LIBDANE NLS OPTIONS_SUB= yes LIBDANE_DESC= DNSSEC support for DANE (danetool --check) LIBDANE_LIB_DEPENDS= libunbound.so:${PORTSDIR}/dns/unbound LIBDANE_CONFIGURE_ENABLE= libdane NLS_CONFIGURE_ENABLE= nls NLS_USES= gettext INFO= gnutls gnutls-guile post-patch: @${RM} ${WRKSRC}/doc/*.info* post-install: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} ${INSTALL_DATA} ${WRKSRC}/doc/examples/*.[ch] ${STAGEDIR}${EXAMPLESDIR} + ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libgnutls*.so.* .include Index: head/security/gnutls/distinfo =================================================================== --- head/security/gnutls/distinfo (revision 362839) +++ head/security/gnutls/distinfo (revision 362840) @@ -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 Index: head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c =================================================================== --- head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c (nonexistent) +++ head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c (revision 362840) @@ -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 + #include + #include ++#include + + static int + check_ip(gnutls_x509_crt_t cert, const void *ip, unsigned ip_size) Property changes on: head/security/gnutls/files/patch-lib__x509__rfc2818_hostname.c ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property