svn commit: r428176 - head/security/gnutls

Tijl Coosemans tijl at FreeBSD.org
Fri Dec 9 10:26:29 UTC 2016


Author: tijl
Date: Fri Dec  9 10:26:27 2016
New Revision: 428176
URL: https://svnweb.freebsd.org/changeset/ports/428176

Log:
  Update to 3.4.17 and pass the right dlopen path for libtspi to configure.

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

Modified: head/security/gnutls/Makefile
==============================================================================
--- head/security/gnutls/Makefile	Fri Dec  9 10:13:03 2016	(r428175)
+++ head/security/gnutls/Makefile	Fri Dec  9 10:26:27 2016	(r428176)
@@ -1,7 +1,7 @@
 # $FreeBSD$
 
 PORTNAME=	gnutls
-PORTVERSION=	3.4.16
+PORTVERSION=	3.4.17
 CATEGORIES=	security net
 MASTER_SITES=	GNUPG/gnutls/v${PORTVERSION:R}
 
@@ -25,6 +25,7 @@ USE_LDCONFIG=	yes
 GNU_CONFIGURE=	yes
 CONFIGURE_ARGS=	--disable-guile \
 		--enable-local-libopts \
+		--with-trousers-lib=${LOCALBASE}/lib/libtspi.so.1 \
 		ac_cv_type_max_align_t=yes
 MAKE_ENV=	MAKEINFOFLAGS=--no-split
 INSTALL_TARGET=	install-strip
@@ -47,13 +48,14 @@ IDN_CONFIGURE_WITH=	idn
 IDN_LIB_DEPENDS=	libidn.so:dns/libidn
 
 NLS_CONFIGURE_ENABLE=	nls
+NLS_CONFIGURE_OFF=	ac_cv_lib_intl_gettext=no
 NLS_USES=		gettext
 
 P11KIT_DESC=		PKCS\#11 and p11-kit support
 P11KIT_CONFIGURE_WITH=	p11-kit
 P11KIT_LIB_DEPENDS=	libp11-kit.so:security/p11-kit
 
-TPM_DESC=		TPM (trousers) support
+TPM_DESC=		Trusted Platform Module support
 TPM_CONFIGURE_WITH=	tpm
 TPM_LIB_DEPENDS=	libtspi.so:security/trousers
 

Modified: head/security/gnutls/distinfo
==============================================================================
--- head/security/gnutls/distinfo	Fri Dec  9 10:13:03 2016	(r428175)
+++ head/security/gnutls/distinfo	Fri Dec  9 10:26:27 2016	(r428176)
@@ -1,3 +1,3 @@
-TIMESTAMP = 1476727559
-SHA256 (gnutls-3.4.16.tar.xz) = d99abb1b320771b58c949bab85e4b654dd1e3e9d92e2572204b7dc479d923927
-SIZE (gnutls-3.4.16.tar.xz) = 6677636
+TIMESTAMP = 1481276012
+SHA256 (gnutls-3.4.17.tar.xz) = 9b50e8a670d5e950425d96935c7ddd415eb6f8079615a36df425f09a3143172e
+SIZE (gnutls-3.4.17.tar.xz) = 6709492

Modified: head/security/gnutls/pkg-plist
==============================================================================
--- head/security/gnutls/pkg-plist	Fri Dec  9 10:13:03 2016	(r428175)
+++ head/security/gnutls/pkg-plist	Fri Dec  9 10:26:27 2016	(r428176)
@@ -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.6.8
+lib/libgnutls.so.30.7.0
 lib/libgnutlsxx.so
 lib/libgnutlsxx.so.28
 lib/libgnutlsxx.so.28.1.0
@@ -541,6 +541,7 @@ man/man3/gnutls_pkcs7_get_crt_count.3.gz
 man/man3/gnutls_pkcs7_get_crt_raw.3.gz
 man/man3/gnutls_pkcs7_get_crt_raw2.3.gz
 man/man3/gnutls_pkcs7_get_embedded_data.3.gz
+man/man3/gnutls_pkcs7_get_embedded_data_oid.3.gz
 man/man3/gnutls_pkcs7_get_signature_count.3.gz
 man/man3/gnutls_pkcs7_get_signature_info.3.gz
 man/man3/gnutls_pkcs7_import.3.gz


More information about the svn-ports-head mailing list