From owner-svn-ports-head@FreeBSD.ORG Sun Nov 24 10:34:40 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C2131DDD; Sun, 24 Nov 2013 10:34:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 97F6B2B0B; Sun, 24 Nov 2013 10:34:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.7/8.14.7) with ESMTP id rAOAYe5s025068; Sun, 24 Nov 2013 10:34:40 GMT (envelope-from wg@svn.freebsd.org) Received: (from wg@localhost) by svn.freebsd.org (8.14.7/8.14.5/Submit) id rAOAYeMH025065; Sun, 24 Nov 2013 10:34:40 GMT (envelope-from wg@svn.freebsd.org) Message-Id: <201311241034.rAOAYeMH025065@svn.freebsd.org> From: William Grzybowski Date: Sun, 24 Nov 2013 10:34:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r334715 - head/security/gnutls3 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.16 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: Sun, 24 Nov 2013 10:34:40 -0000 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