a9fba4c052
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.
22 lines
550 B
Makefile
22 lines
550 B
Makefile
# $NetBSD: Makefile,v 1.3 2014/03/31 10:20:26 fhajny Exp $
|
|
|
|
DISTNAME= libgt-0.3.13
|
|
PKGNAME= ${DISTNAME:S/gt/guardtime/}
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://download.guardtime.com/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.guardtime.com/
|
|
COMMENT= GuardTime Client C SDK
|
|
LICENSE= apache-2.0
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}
|
|
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FILE= GNUmakefile
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= gmake
|
|
|
|
.include "../../security/openssl/buildlink3.mk"
|
|
.include "../../www/curl/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|