From owner-svn-ports-head@freebsd.org Fri Dec 9 10:26:29 2016 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 5986DC6E6A0; Fri, 9 Dec 2016 10:26:29 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 1B4889A1; Fri, 9 Dec 2016 10:26:29 +0000 (UTC) (envelope-from tijl@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id uB9AQSiZ000362; Fri, 9 Dec 2016 10:26:28 GMT (envelope-from tijl@FreeBSD.org) Received: (from tijl@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id uB9AQSFh000359; Fri, 9 Dec 2016 10:26:28 GMT (envelope-from tijl@FreeBSD.org) Message-Id: <201612091026.uB9AQSFh000359@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tijl set sender to tijl@FreeBSD.org using -f From: Tijl Coosemans Date: Fri, 9 Dec 2016 10:26:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r428176 - head/security/gnutls X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 09 Dec 2016 10:26:29 -0000 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