Mon Mar 31 10:20:26 2014 UTC ()
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.


(fhajny)
diff -r1.2 -r1.3 pkgsrc/security/libguardtime/Makefile
diff -r1.1 -r1.2 pkgsrc/security/libguardtime/PLIST
diff -r1.1 -r1.2 pkgsrc/security/libguardtime/distinfo

cvs diff -r1.2 -r1.3 pkgsrc/security/libguardtime/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/security/libguardtime/Attic/Makefile 2014/02/12 23:18:33 1.2
+++ pkgsrc/security/libguardtime/Attic/Makefile 2014/03/31 10:20:26 1.3
@@ -1,21 +1,19 @@ @@ -1,21 +1,19 @@
1# $NetBSD: Makefile,v 1.2 2014/02/12 23:18:33 tron Exp $ 1# $NetBSD: Makefile,v 1.3 2014/03/31 10:20:26 fhajny Exp $
2 2
3DISTNAME= libgt-0.3.11-src 3DISTNAME= libgt-0.3.13
4PKGNAME= libguardtime-0.3.11 4PKGNAME= ${DISTNAME:S/gt/guardtime/}
5PKGREVISION= 1 
6CATEGORIES= security 5CATEGORIES= security
7MASTER_SITES= http://download.guardtime.com/ 6MASTER_SITES= http://download.guardtime.com/
8EXTRACT_SUFX= .tgz 
9 7
10MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://www.guardtime.com/ 9HOMEPAGE= http://www.guardtime.com/
12COMMENT= GuardTime Client C SDK 10COMMENT= GuardTime Client C SDK
13LICENSE= apache-2.0 11LICENSE= apache-2.0
14 12
15WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} 13WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
16 14
17GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
18MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile
19USE_LIBTOOL= yes 17USE_LIBTOOL= yes
20USE_TOOLS+= gmake 18USE_TOOLS+= gmake
21 19

cvs diff -r1.1 -r1.2 pkgsrc/security/libguardtime/Attic/PLIST (expand / switch to unified diff)

--- pkgsrc/security/libguardtime/Attic/PLIST 2013/07/03 13:33:50 1.1
+++ pkgsrc/security/libguardtime/Attic/PLIST 2014/03/31 10:20:26 1.2
@@ -1,11 +1,10 @@ @@ -1,11 +1,10 @@
1@comment $NetBSD: PLIST,v 1.1 2013/07/03 13:33:50 jperkin Exp $ 1@comment $NetBSD: PLIST,v 1.2 2014/03/31 10:20:26 fhajny Exp $
2include/gt_base.h 2include/gt_base.h
3include/gt_http.h 3include/gt_http.h
4include/gt_png.h 4include/gt_png.h
5lib/libgtbase.la 5lib/libgtbase.la
6lib/libgthttp.la 6lib/libgthttp.la
7lib/libgtpng.la 7lib/libgtpng.la
 8lib/pkgconfig/libgt.pc
8share/doc/libgt/changelog 9share/doc/libgt/changelog
9share/doc/libgt/license.curl.txt 
10share/doc/libgt/license.openssl.txt 
11share/doc/libgt/license.txt 10share/doc/libgt/license.txt

cvs diff -r1.1 -r1.2 pkgsrc/security/libguardtime/Attic/distinfo (expand / switch to unified diff)

--- pkgsrc/security/libguardtime/Attic/distinfo 2013/07/03 13:33:50 1.1
+++ pkgsrc/security/libguardtime/Attic/distinfo 2014/03/31 10:20:26 1.2
@@ -1,5 +1,5 @@ @@ -1,5 +1,5 @@
1$NetBSD: distinfo,v 1.1 2013/07/03 13:33:50 jperkin Exp $ 1$NetBSD: distinfo,v 1.2 2014/03/31 10:20:26 fhajny Exp $
2 2
3SHA1 (libgt-0.3.11-src.tgz) = f49266494506e17dc7fca90d1ef119018cee2da0 3SHA1 (libgt-0.3.13.tar.gz) = 0183b6bd245c5a450b91de180d6db869be1623ec
4RMD160 (libgt-0.3.11-src.tgz) = f1829c968119f542628394f2261e980935acb7b5 4RMD160 (libgt-0.3.13.tar.gz) = 5a19f41abe9dfd14ecc030fcdb46e4e17d5d2658
5Size (libgt-0.3.11-src.tgz) = 545138 bytes 5Size (libgt-0.3.13.tar.gz) = 529552 bytes