diff options
author | wg <wg@FreeBSD.org> | 2013-11-24 18:34:39 +0800 |
---|---|---|
committer | wg <wg@FreeBSD.org> | 2013-11-24 18:34:39 +0800 |
commit | bed61f9884f82907a32c507937cdc81668244b3d (patch) | |
tree | 58bc88fc61f2d9ccd2a41d09b4d2dcff579ae7b2 /security | |
parent | 598c6e9d6d9352b7153e125c25b3a7fc26f3f5d6 (diff) | |
download | freebsd-ports-gnome-bed61f9884f82907a32c507937cdc81668244b3d.tar.gz freebsd-ports-gnome-bed61f9884f82907a32c507937cdc81668244b3d.tar.zst freebsd-ports-gnome-bed61f9884f82907a32c507937cdc81668244b3d.zip |
security/gnutls3: update to 3.1.17 and add support for TPM
Diffstat (limited to 'security')
-rw-r--r-- | security/gnutls3/Makefile | 6 | ||||
-rw-r--r-- | security/gnutls3/distinfo | 4 | ||||
-rw-r--r-- | security/gnutls3/pkg-plist | 1 |
3 files changed, 6 insertions, 5 deletions
diff --git a/security/gnutls3/Makefile b/security/gnutls3/Makefile index 2436667772f2..d331b98e8ced 100644 --- a/security/gnutls3/Makefile +++ b/security/gnutls3/Makefile @@ -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:${PORTSDIR}/print/texinfo 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 diff --git a/security/gnutls3/distinfo b/security/gnutls3/distinfo index 1b586caf4d05..ff1668db6903 100644 --- a/security/gnutls3/distinfo +++ b/security/gnutls3/distinfo @@ -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 diff --git a/security/gnutls3/pkg-plist b/security/gnutls3/pkg-plist index 7193e678931d..d1121a7e784b 100644 --- a/security/gnutls3/pkg-plist +++ b/security/gnutls3/pkg-plist @@ -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 |