Date: Sun, 24 Nov 2013 10:34:40 +0000 (UTC) From: William Grzybowski <wg@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334715 - head/security/gnutls3 Message-ID: <201311241034.rAOAYeMH025065@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wg Date: Sun Nov 24 10:34:39 2013 New Revision: 334715 URL: http://svnweb.freebsd.org/changeset/ports/334715 Log: security/gnutls3: update to 3.1.17 and add support for TPM Modified: head/security/gnutls3/Makefile head/security/gnutls3/distinfo head/security/gnutls3/pkg-plist Modified: head/security/gnutls3/Makefile ============================================================================== --- head/security/gnutls3/Makefile Sun Nov 24 09:32:53 2013 (r334714) +++ head/security/gnutls3/Makefile Sun Nov 24 10:34:39 2013 (r334715) @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= gnutls -PORTVERSION= 3.1.16 -PORTREVISION= 1 +PORTVERSION= 3.1.17 CATEGORIES= security net MASTER_SITES= ftp://ftp.gnutls.org/gcrypt/gnutls/v3.1/ PKGNAMESUFFIX= ${GNUTLS_SUFFIX} @@ -15,7 +14,8 @@ BUILD_DEPENDS= ${LOCALBASE}/bin/makeinfo LIB_DEPENDS= libgpg-error.so:${PORTSDIR}/security/libgpg-error \ libnettle.so:${PORTSDIR}/security/nettle \ libp11-kit.so:${PORTSDIR}/security/p11-kit \ - libidn.so:${PORTSDIR}/dns/libidn + libidn.so:${PORTSDIR}/dns/libidn \ + libtspi.so:${PORTSDIR}/security/trousers GNUTLS_SUFFIX=3 Modified: head/security/gnutls3/distinfo ============================================================================== --- head/security/gnutls3/distinfo Sun Nov 24 09:32:53 2013 (r334714) +++ head/security/gnutls3/distinfo Sun Nov 24 10:34:39 2013 (r334715) @@ -1,2 +1,2 @@ -SHA256 (gnutls-3.1.16.tar.xz) = fc0f9b514d209dbe524f5ab7ec1abe0855f83d165bf3c6e102a4917b27738afd -SIZE (gnutls-3.1.16.tar.xz) = 5336488 +SHA256 (gnutls-3.1.17.tar.xz) = 5991a827025efb4978fb8f37a8b04f44c036f1f0825ea9b45be884267b9a92c1 +SIZE (gnutls-3.1.17.tar.xz) = 5183008 Modified: head/security/gnutls3/pkg-plist ============================================================================== --- head/security/gnutls3/pkg-plist Sun Nov 24 09:32:53 2013 (r334714) +++ head/security/gnutls3/pkg-plist Sun Nov 24 10:34:39 2013 (r334715) @@ -8,6 +8,7 @@ bin/ocsptool3 bin/p11tool3 bin/psktool3 bin/srptool3 +bin/tpmtool3 include/gnutls3/gnutls/abstract.h include/gnutls3/gnutls/compat.h include/gnutls3/gnutls/crypto.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201311241034.rAOAYeMH025065>