summaryrefslogtreecommitdiff
path: root/security/ykclient
diff options
context:
space:
mode:
authorpettai <pettai@pkgsrc.org>2013-06-16 09:35:54 +0000
committerpettai <pettai@pkgsrc.org>2013-06-16 09:35:54 +0000
commit444072d50f2afb132cabd9f7a2fb5dff97109f6e (patch)
tree7517fffdc92b57228bd697e769293cc80bb0c4ec /security/ykclient
parent1a7ce24aadc02f36df42e04f3ddccdc80e31bb05 (diff)
downloadpkgsrc-444072d50f2afb132cabd9f7a2fb5dff97109f6e.tar.gz
Version 2.10 (released 2013-05-15)
* Add ykclient_global_init and ykclient_global_done. * Add ykclient_version.h header file with versioning information. New symbols are YKCLIENT_VERSION_STRING, YKCLIENT_VERSION_NUMBER, YKCLIENT_VERSION_MAJOR, YKCLIENT_VERSION_MINOR, YKCLIENT_VERSION_PATCH. New function ykclient_check_version. * Modified API to use 'ykclient_rc' enum as return type instead of 'int'. * Enum also moved to separate new header file ykclient_errors.h. This should be backwards compatible. It makes the return type clearer. * Improve curl multi usage. * ykclient: Cleanup command line tool a bit to make it more useful. Added --help, --version and --debug. Defaults to silent output. Exit codes are documented and more useful. Added manpage. (Moved HOMEPAGE and MASTER_SITES to the new GitHub project pages)
Diffstat (limited to 'security/ykclient')
-rw-r--r--security/ykclient/Makefile9
-rw-r--r--security/ykclient/PLIST5
-rw-r--r--security/ykclient/distinfo10
-rw-r--r--security/ykclient/patches/patch-Makefile_in10
4 files changed, 18 insertions, 16 deletions
diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile
index ce2b66e134b..da7cb2d281e 100644
--- a/security/ykclient/Makefile
+++ b/security/ykclient/Makefile
@@ -1,12 +1,11 @@
-# $NetBSD: Makefile,v 1.6 2013/02/06 23:21:34 jperkin Exp $
+# $NetBSD: Makefile,v 1.7 2013/06/16 09:35:54 pettai Exp $
-DISTNAME= ykclient-2.9
-PKGREVISION= 2
+DISTNAME= ykclient-2.10
CATEGORIES= security
-MASTER_SITES= http://yubico-c-client.googlecode.com/files/
+MASTER_SITES= http://yubico.github.io/yubico-c-client/releases/
MAINTAINER= pettai@NetBSD.org
-HOMEPAGE= http://code.google.com/p/yubico-c-client/
+HOMEPAGE= http://yubico.github.io/yubico-c-client/
COMMENT= Libraries for online validation of Yubikey OTPs
LICENSE= modified-bsd
diff --git a/security/ykclient/PLIST b/security/ykclient/PLIST
index 8ecc3a6c436..63e1065dd1a 100644
--- a/security/ykclient/PLIST
+++ b/security/ykclient/PLIST
@@ -1,5 +1,8 @@
-@comment $NetBSD: PLIST,v 1.1.1.1 2012/03/13 15:16:00 pettai Exp $
+@comment $NetBSD: PLIST,v 1.2 2013/06/16 09:35:54 pettai Exp $
bin/ykclient
include/ykclient.h
+include/ykclient_errors.h
include/ykclient_server_response.h
+include/ykclient_version.h
lib/libykclient.la
+man/man1/ykclient.1
diff --git a/security/ykclient/distinfo b/security/ykclient/distinfo
index 2d39b20fc7d..c25ac4fbe48 100644
--- a/security/ykclient/distinfo
+++ b/security/ykclient/distinfo
@@ -1,6 +1,6 @@
-$NetBSD: distinfo,v 1.4 2012/11/10 19:17:26 pettai Exp $
+$NetBSD: distinfo,v 1.5 2013/06/16 09:35:54 pettai Exp $
-SHA1 (ykclient-2.9.tar.gz) = b3f8e0fffec6fa078375a4adee0f7cd968ea27f0
-RMD160 (ykclient-2.9.tar.gz) = 45faf6b80432a975d1b060d5ac8548fa82c160f4
-Size (ykclient-2.9.tar.gz) = 352183 bytes
-SHA1 (patch-Makefile_in) = 813bf32fafc2ebadea27a3ccdcb7f93ac3c3bde4
+SHA1 (ykclient-2.10.tar.gz) = b8818820097bb64395e33dba988aa8bc562ac8fd
+RMD160 (ykclient-2.10.tar.gz) = e392340fa2d53590cec066a038c5eebbc62073ca
+Size (ykclient-2.10.tar.gz) = 372407 bytes
+SHA1 (patch-Makefile_in) = 53b8a09cc74faf193017f7cc2f8a01aa0f748d01
diff --git a/security/ykclient/patches/patch-Makefile_in b/security/ykclient/patches/patch-Makefile_in
index 0c475fe8f8d..be801ffb813 100644
--- a/security/ykclient/patches/patch-Makefile_in
+++ b/security/ykclient/patches/patch-Makefile_in
@@ -1,15 +1,15 @@
-$NetBSD: patch-Makefile_in,v 1.1 2012/03/19 03:07:45 dholland Exp $
+$NetBSD: patch-Makefile_in,v 1.2 2013/06/16 09:35:54 pettai Exp $
- Makefile is not MAKE_JOBS_SAFE as shipped.
---- Makefile.in~ 2011-11-23 13:09:01.000000000 +0000
+--- Makefile.in.orig 2013-05-15 12:13:08.000000000 +0000
+++ Makefile.in
-@@ -874,7 +874,7 @@ distcleancheck: distclean
+@@ -1016,7 +1016,7 @@ distcleancheck: distclean
exit 1; } >&2
check-am: all-am
check: check-recursive
--all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(HEADERS)
-+all-am: Makefile $(LTLIBRARIES) .WAIT $(PROGRAMS) $(HEADERS)
+-all-am: Makefile $(LTLIBRARIES) $(PROGRAMS) $(MANS) $(HEADERS)
++all-am: Makefile $(LTLIBRARIES) .WAIT $(PROGRAMS) $(MANS) $(HEADERS)
install-binPROGRAMS: install-libLTLIBRARIES
installdirs: installdirs-recursive