pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ykclient Version 2.12 (released 2013-10-18)



details:   https://anonhg.NetBSD.org/pkgsrc/rev/96e13d7f7e14
branches:  trunk
changeset: 639853:96e13d7f7e14
user:      pettai <pettai%pkgsrc.org@localhost>
date:      Sat Sep 27 19:56:31 2014 +0000

description:
Version 2.12 (released 2013-10-18)

* Use pkg-config to find curl, instead of libcurl.m4.
* ykclient: Added --cai parameter to specify GnuTLS-compatible CA Info.
* libykclient: Added ykclient_set_ca_info function.
  Used when curl is linked with GnuTLS, used to set CA Info.
* libykclient: Added ykclient_set_url_bases function.
  Uses a more reasonable/extensible URL string syntax.  The old
  ykclient_set_url_templates is hereby deprecated.
* Added shared library versioning script.
* Valgrind is used for selftests.

diffstat:

 security/ykclient/Makefile |  6 +++---
 security/ykclient/distinfo |  8 ++++----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (34 lines):

diff -r 9dbcdf3bebad -r 96e13d7f7e14 security/ykclient/Makefile
--- a/security/ykclient/Makefile        Sat Sep 27 19:47:21 2014 +0000
+++ b/security/ykclient/Makefile        Sat Sep 27 19:56:31 2014 +0000
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.11 2014/02/12 23:18:37 tron Exp $
+# $NetBSD: Makefile,v 1.12 2014/09/27 19:56:31 pettai Exp $
 
-DISTNAME=      ykclient-2.11
-PKGREVISION=   1
+DISTNAME=      ykclient-2.12
 CATEGORIES=    security
 MASTER_SITES=  http://yubico.github.io/yubico-c-client/releases/
 
@@ -17,6 +16,7 @@
 
 GNU_CONFIGURE=         yes
 USE_LIBTOOL=           yes
+USE_TOOLS+=            pkg-config
 
 .include "../../www/curl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 9dbcdf3bebad -r 96e13d7f7e14 security/ykclient/distinfo
--- a/security/ykclient/distinfo        Sat Sep 27 19:47:21 2014 +0000
+++ b/security/ykclient/distinfo        Sat Sep 27 19:56:31 2014 +0000
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.7 2013/09/14 07:02:32 pettai Exp $
+$NetBSD: distinfo,v 1.8 2014/09/27 19:56:31 pettai Exp $
 
-SHA1 (ykclient-2.11.tar.gz) = 642ba7fdc3125c09bace7564d2c8f78e61d74979
-RMD160 (ykclient-2.11.tar.gz) = 237a8ee5b3a061a110274d77586127d18fc426e4
-Size (ykclient-2.11.tar.gz) = 387234 bytes
+SHA1 (ykclient-2.12.tar.gz) = 518ce53ba9ef61a619f9150778f19fad23014a9c
+RMD160 (ykclient-2.12.tar.gz) = 8951b757ec6822755443cf065e798e6b00be5e71
+Size (ykclient-2.12.tar.gz) = 385009 bytes



Home | Main Index | Thread Index | Old Index