summaryrefslogtreecommitdiff
path: root/security/ykclient
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2014-09-27 19:56:31 +0000
committerpettai <pettai@pkgsrc.org>2014-09-27 19:56:31 +0000
commit14955dd20671a6dec90c7d383fa47265dc3cddbd (patch)
treeb3c412902ab5512350bc55c5e2b7e1c62c421644 /security/ykclient
parent0f7b92d73bc55f238d964a1bc843d658ffbc93b2 (diff)
downloadpkgsrc-14955dd20671a6dec90c7d383fa47265dc3cddbd.tar.gz
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 (limited to 'security/ykclient')
-rw-r--r--security/ykclient/Makefile6
-rw-r--r--security/ykclient/distinfo8
2 files changed, 7 insertions, 7 deletions
diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile
index 2ce3b9fcaf7..295fbcd4534 100644
--- a/security/ykclient/Makefile
+++ b/security/ykclient/Makefile
@@ -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 @@ MAKE_JOBS_SAFE= no
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
+USE_TOOLS+= pkg-config
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff --git a/security/ykclient/distinfo b/security/ykclient/distinfo
index c52b562527d..64fdfa6cecd 100644
--- a/security/ykclient/distinfo
+++ b/security/ykclient/distinfo
@@ -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