diff options
author | fhajny <fhajny> | 2014-03-31 10:20:26 +0000 |
---|---|---|
committer | fhajny <fhajny> | 2014-03-31 10:20:26 +0000 |
commit | 800162acbdb7089f52ad95c9ddf6e1d968223e2b (patch) | |
tree | 1c40397a970e7fc7f6f16afe59e174bc8a6b0be3 /security/libguardtime | |
parent | 9d2ac52cd074449b5cb20b2124e7deff45930089 (diff) | |
download | pkgsrc-800162acbdb7089f52ad95c9ddf6e1d968223e2b.tar.gz |
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.
Diffstat (limited to 'security/libguardtime')
-rw-r--r-- | security/libguardtime/Makefile | 8 | ||||
-rw-r--r-- | security/libguardtime/PLIST | 5 | ||||
-rw-r--r-- | security/libguardtime/distinfo | 8 |
3 files changed, 9 insertions, 12 deletions
diff --git a/security/libguardtime/Makefile b/security/libguardtime/Makefile index 6eaa88ff9d2..9913ed3fe79 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 e84b4717bd3..453e1d044b3 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 48ce2252069..243910a8fbb 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 |