From a9fba4c052fb18754b5308f73e67d48635f1fa6f Mon Sep 17 00:00:00 2001 From: fhajny Date: Mon, 31 Mar 2014 10:20:26 +0000 Subject: [PATCH] Update libguardtime to 0.3.13. 2014-03-04 release (0.3.13) * Mostly added convenience functions for wrapper APIs: - functions to manage the list of CA roots from client code; - functions to convert hash values to and from imprints; - a function to extract the data hash from a timestamp. 2014-01-20 release (0.3.12) * Publications file verification switched away from hardcoded CA root certificate: - on most platforms OpenSSL trust store is used; - on Windows Crypto API and its trust store are used by default, with option to switch to OpenSSL and its trust store. * Now builds with both OpenSSL 0.9.8 and OpenSSL 1.0. * Lifted a restriction of the underlying WinINet library that limited the number of simultaneous HTTP requests to 2 on Windows. * Various other improvements to the build scripts. * Replaced test timestamps with more recent ones. --- security/libguardtime/Makefile | 8 +++----- security/libguardtime/PLIST | 5 ++--- security/libguardtime/distinfo | 8 ++++---- 3 files changed, 9 insertions(+), 12 deletions(-) diff --git a/security/libguardtime/Makefile b/security/libguardtime/Makefile index 6eaa88ff9d2e..9913ed3fe798 100644 --- a/security/libguardtime/Makefile +++ b/security/libguardtime/Makefile @@ -1,11 +1,9 @@ -# $NetBSD: Makefile,v 1.2 2014/02/12 23:18:33 tron Exp $ +# $NetBSD: Makefile,v 1.3 2014/03/31 10:20:26 fhajny Exp $ -DISTNAME= libgt-0.3.11-src -PKGNAME= libguardtime-0.3.11 -PKGREVISION= 1 +DISTNAME= libgt-0.3.13 +PKGNAME= ${DISTNAME:S/gt/guardtime/} CATEGORIES= security MASTER_SITES= http://download.guardtime.com/ -EXTRACT_SUFX= .tgz MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://www.guardtime.com/ diff --git a/security/libguardtime/PLIST b/security/libguardtime/PLIST index e84b4717bd3d..453e1d044b34 100644 --- a/security/libguardtime/PLIST +++ b/security/libguardtime/PLIST @@ -1,11 +1,10 @@ -@comment $NetBSD: PLIST,v 1.1 2013/07/03 13:33:50 jperkin Exp $ +@comment $NetBSD: PLIST,v 1.2 2014/03/31 10:20:26 fhajny Exp $ include/gt_base.h include/gt_http.h include/gt_png.h lib/libgtbase.la lib/libgthttp.la lib/libgtpng.la +lib/pkgconfig/libgt.pc share/doc/libgt/changelog -share/doc/libgt/license.curl.txt -share/doc/libgt/license.openssl.txt share/doc/libgt/license.txt diff --git a/security/libguardtime/distinfo b/security/libguardtime/distinfo index 48ce22520698..243910a8fbbb 100644 --- a/security/libguardtime/distinfo +++ b/security/libguardtime/distinfo @@ -1,5 +1,5 @@ -$NetBSD: distinfo,v 1.1 2013/07/03 13:33:50 jperkin Exp $ +$NetBSD: distinfo,v 1.2 2014/03/31 10:20:26 fhajny Exp $ -SHA1 (libgt-0.3.11-src.tgz) = f49266494506e17dc7fca90d1ef119018cee2da0 -RMD160 (libgt-0.3.11-src.tgz) = f1829c968119f542628394f2261e980935acb7b5 -Size (libgt-0.3.11-src.tgz) = 545138 bytes +SHA1 (libgt-0.3.13.tar.gz) = 0183b6bd245c5a450b91de180d6db869be1623ec +RMD160 (libgt-0.3.13.tar.gz) = 5a19f41abe9dfd14ecc030fcdb46e4e17d5d2658 +Size (libgt-0.3.13.tar.gz) = 529552 bytes