pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/security/libguardtime Update libguardtime to 0.3.13.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/6547c56bde9d
branches:  trunk
changeset: 632550:6547c56bde9d
user:      fhajny <fhajny%pkgsrc.org@localhost>
date:      Mon Mar 31 10:20:26 2014 +0000

description:
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:

 security/libguardtime/Makefile |  8 +++-----
 security/libguardtime/PLIST    |  5 ++---
 security/libguardtime/distinfo |  8 ++++----
 3 files changed, 9 insertions(+), 12 deletions(-)

diffs (48 lines):

diff -r c674c43213bd -r 6547c56bde9d security/libguardtime/Makefile
--- a/security/libguardtime/Makefile    Mon Mar 31 10:15:13 2014 +0000
+++ b/security/libguardtime/Makefile    Mon Mar 31 10:20:26 2014 +0000
@@ -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@localhost
 HOMEPAGE=      http://www.guardtime.com/
diff -r c674c43213bd -r 6547c56bde9d security/libguardtime/PLIST
--- a/security/libguardtime/PLIST       Mon Mar 31 10:15:13 2014 +0000
+++ b/security/libguardtime/PLIST       Mon Mar 31 10:20:26 2014 +0000
@@ -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 -r c674c43213bd -r 6547c56bde9d security/libguardtime/distinfo
--- a/security/libguardtime/distinfo    Mon Mar 31 10:15:13 2014 +0000
+++ b/security/libguardtime/distinfo    Mon Mar 31 10:20:26 2014 +0000
@@ -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



Home | Main Index | Thread Index | Old Index