pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/ykclient ykclient: update to 2.15



details:   https://anonhg.NetBSD.org/pkgsrc/rev/deb91f90bf15
branches:  trunk
changeset: 339428:deb91f90bf15
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Thu Sep 12 23:00:42 2019 +0000

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

 security/ykclient/Makefile |  17 ++++++++++-------
 security/ykclient/distinfo |  10 +++++-----
 2 files changed, 15 insertions(+), 12 deletions(-)

diffs (54 lines):

diff -r 5c08c9334ef8 -r deb91f90bf15 security/ykclient/Makefile
--- a/security/ykclient/Makefile        Thu Sep 12 22:54:23 2019 +0000
+++ b/security/ykclient/Makefile        Thu Sep 12 23:00:42 2019 +0000
@@ -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@localhost
-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 @@
 
 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 -r 5c08c9334ef8 -r deb91f90bf15 security/ykclient/distinfo
--- a/security/ykclient/distinfo        Thu Sep 12 22:54:23 2019 +0000
+++ b/security/ykclient/distinfo        Thu Sep 12 23:00:42 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index