Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 25 Apr 2017 14:50:34 +0000 (UTC)
From:      Tijl Coosemans <tijl@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r439402 - head/security/gnutls
Message-ID:  <201704251450.v3PEoYo4025533@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: tijl
Date: Tue Apr 25 14:50:34 2017
New Revision: 439402
URL: https://svnweb.freebsd.org/changeset/ports/439402

Log:
  Update to 3.5.11.

Modified:
  head/security/gnutls/Makefile
  head/security/gnutls/distinfo
  head/security/gnutls/pkg-plist

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Tue Apr 25 14:25:28 2017	(r439401)
+++ head/security/gnutls/Makefile	Tue Apr 25 14:50:34 2017	(r439402)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnutls
-PORTVERSION=	3.5.9
+PORTVERSION=	3.5.11
 CATEGORIES=	security net
 MASTER_SITES=	GNUPG/gnutls/v${PORTVERSION:R}
 
@@ -27,14 +27,13 @@ GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-guile \
 		--enable-local-libopts \
 		--with-trousers-lib=${LOCALBASE}/lib/libtspi.so.1 \
-		--without-libidn2 \
 		ac_cv_type_max_align_t=yes
 MAKE_ENV=	MAKEINFOFLAGS=--no-split
 INSTALL_TARGET=	install-strip
 
 CPE_VENDOR=	gnu
 
-OPTIONS_DEFINE=		DANE EXAMPLES IDN NLS P11KIT TPM ZLIB
+OPTIONS_DEFINE=		DANE DOCS EXAMPLES IDN NLS P11KIT TPM ZLIB
 OPTIONS_DEFAULT=	IDN P11KIT TPM ZLIB
 OPTIONS_SUB=		yes
 
@@ -43,7 +42,7 @@ DANE_LIB_DEPENDS=	libunbound.so:dns/unbo
 DANE_CONFIGURE_ENABLE=	libdane
 
 IDN_CONFIGURE_WITH=	idn
-IDN_LIB_DEPENDS=	libidn.so:dns/libidn
+IDN_LIB_DEPENDS=	libidn2.so:dns/libidn2
 
 NLS_CONFIGURE_ENABLE=	nls
 NLS_CONFIGURE_OFF=	ac_cv_lib_intl_gettext=no

Modified: head/security/gnutls/distinfo
==============================================================================
--- head/security/gnutls/distinfo	Tue Apr 25 14:25:28 2017	(r439401)
+++ head/security/gnutls/distinfo	Tue Apr 25 14:50:34 2017	(r439402)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1486998078
-SHA256 (gnutls-3.5.9.tar.xz) = 82b10f0c4ef18f4e64ad8cef5dbaf14be732f5095a41cf366b4ecb4050382951
-SIZE (gnutls-3.5.9.tar.xz) = 7166932
+TIMESTAMP = 1492975093
+SHA256 (gnutls-3.5.11.tar.xz) = 51765cc5579e250da77fbd7871507c517d01b15353cc40af7b67e9ec7b6fe28f
+SIZE (gnutls-3.5.11.tar.xz) = 7208068

Modified: head/security/gnutls/pkg-plist
==============================================================================
--- head/security/gnutls/pkg-plist	Tue Apr 25 14:25:28 2017	(r439401)
+++ head/security/gnutls/pkg-plist	Tue Apr 25 14:50:34 2017	(r439402)
@@ -41,7 +41,7 @@ info/pkcs11-vision.png
 %%DANE%%lib/libgnutls-dane.so.0.4.1
 lib/libgnutls.so
 lib/libgnutls.so.30
-lib/libgnutls.so.30.14.0
+lib/libgnutls.so.30.14.2
 lib/libgnutlsxx.so
 lib/libgnutlsxx.so.28
 lib/libgnutlsxx.so.28.1.0
@@ -1089,6 +1089,15 @@ man/man3/gnutls_x509_trust_list_remove_t
 man/man3/gnutls_x509_trust_list_verify_crt.3.gz
 man/man3/gnutls_x509_trust_list_verify_crt2.3.gz
 man/man3/gnutls_x509_trust_list_verify_named_crt.3.gz
+%%PORTDOCS%%%%DOCSDIR%%/gnutls-client-server-use-case.png
+%%PORTDOCS%%%%DOCSDIR%%/gnutls-handshake-sequence.png
+%%PORTDOCS%%%%DOCSDIR%%/gnutls-handshake-state.png
+%%PORTDOCS%%%%DOCSDIR%%/gnutls-internals.png
+%%PORTDOCS%%%%DOCSDIR%%/gnutls-layers.png
+%%PORTDOCS%%%%DOCSDIR%%/gnutls-logo.png
+%%PORTDOCS%%%%DOCSDIR%%/gnutls-modauth.png
+%%PORTDOCS%%%%DOCSDIR%%/gnutls-x509.png
+%%PORTDOCS%%%%DOCSDIR%%/pkcs11-vision.png
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-alert.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-cert-select-pkcs11.c
 %%PORTEXAMPLES%%%%EXAMPLESDIR%%/ex-cert-select.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201704251450.v3PEoYo4025533>