diff options
author | tnn <tnn@pkgsrc.org> | 2019-09-12 23:00:42 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2019-09-12 23:00:42 +0000 |
commit | 21ab0868d715a93919ef384c5a70bf0a54c3d3fd (patch) | |
tree | 1cea5378e7cdbf8e782c29e1206421fa11602622 /security | |
parent | 374ab1a8bbd791fe1561b5ee09fa1e3ef3f1c34d (diff) | |
download | pkgsrc-21ab0868d715a93919ef384c5a70bf0a54c3d3fd.tar.gz |
ykclient: update to 2.15
* Version 2.15 (released 2015-11-12)
** Add ykclient_get_server_response() to the library.
** Show more information from the commandline on debug.
** Add proxy support via Curl.
* Version 2.14 (released 2015-03-05)
** Switch default templates to https.
** Fixup call to curl_easy_escape() to use a easy handle.
Diffstat (limited to 'security')
-rw-r--r-- | security/ykclient/Makefile | 17 | ||||
-rw-r--r-- | security/ykclient/distinfo | 10 |
2 files changed, 15 insertions, 12 deletions
diff --git a/security/ykclient/Makefile b/security/ykclient/Makefile index 2c499e68287..ada411a7082 100644 --- a/security/ykclient/Makefile +++ b/security/ykclient/Makefile @@ -1,14 +1,14 @@ -# $NetBSD: Makefile,v 1.26 2019/08/22 12:23:45 ryoon Exp $ +# $NetBSD: Makefile,v 1.27 2019/09/12 23:00:42 tnn Exp $ -DISTNAME= ykclient-2.13 -PKGREVISION= 13 +DISTNAME= ykclient-2.15 CATEGORIES= security -MASTER_SITES= http://yubico.github.io/yubico-c-client/releases/ +MASTER_SITES= ${MASTER_SITE_GITHUB:=Yubico/} +GITHUB_PROJECT= yubico-c-client +GITHUB_TAG= ${DISTNAME} MAINTAINER= pettai@NetBSD.org -HOMEPAGE= http://yubico.github.io/yubico-c-client/ +HOMEPAGE= https://developers.yubico.com/yubico-c-client/ COMMENT= Libraries for online validation of Yubikey OTPs - LICENSE= modified-bsd BUILD_DEPENDS+= help2man-[0-9]*:../../converters/help2man @@ -17,7 +17,10 @@ MAKE_JOBS_SAFE= no GNU_CONFIGURE= yes USE_LIBTOOL= yes -USE_TOOLS+= pkg-config +USE_TOOLS+= gmake pkg-config autoconf automake autoreconf + +pre-configure: + cd ${WRKSRC} && autoreconf -if .include "../../www/curl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/security/ykclient/distinfo b/security/ykclient/distinfo index 53a5990e3b5..503d509de97 100644 --- a/security/ykclient/distinfo +++ b/security/ykclient/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.11 2016/12/18 21:50:08 joerg Exp $ +$NetBSD: distinfo,v 1.12 2019/09/12 23:00:42 tnn Exp $ -SHA1 (ykclient-2.13.tar.gz) = ddd6888794c023a2624d484e0b86bb92bed382ea -RMD160 (ykclient-2.13.tar.gz) = 0d32152e386a9d508f01e3b51c254f9c2febd80b -SHA512 (ykclient-2.13.tar.gz) = 1d684539c051ff6da7d3b99660ea6aa205bc9241233961bcbdd0f81414d69456c2137f51b46a7e06ac871106a3c704bd3d543b6d4aff2c5ae4dff76277e1083b -Size (ykclient-2.13.tar.gz) = 385672 bytes +SHA1 (ykclient-2.15.tar.gz) = cbe8ca74b1cd1fbd07589db51bb5ab8db1f85401 +RMD160 (ykclient-2.15.tar.gz) = ba4c2dbc83d22b3e045c43b484c87042be879a4b +SHA512 (ykclient-2.15.tar.gz) = 06e3f923091004385e3beb29147d57b7d8bcfd6b98e3e2a845c14ca515298d88d0cadb39cbd5809688627ca8335e32e1e4ae9b57a2092112d7b77c959cf30fcf +Size (ykclient-2.15.tar.gz) = 50816 bytes SHA1 (patch-hmac.c) = 8e360aaebb27f81a73d031bcf2e8f88bcb648100 SHA1 (patch-sha.h) = 767ce1f7133475d8b68d3e44b4590fb460a1b53a SHA1 (patch-ykclient.c) = 22e73b7f22fcae17dbb253876d6d943f9a7ddbc2 |