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.
This commit is contained in:
fhajny 2014-03-31 10:20:26 +00:00
parent 46dece8350
commit a9fba4c052
3 changed files with 9 additions and 12 deletions

View file

@ -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/

View file

@ -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

View file

@ -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