pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/ykclient



Module Name:    pkgsrc
Committed By:   tnn
Date:           Thu Sep 12 23:00:42 UTC 2019

Modified Files:
        pkgsrc/security/ykclient: Makefile distinfo

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.26 -r1.27 pkgsrc/security/ykclient/Makefile
cvs rdiff -u -r1.11 -r1.12 pkgsrc/security/ykclient/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/ykclient/Makefile
diff -u pkgsrc/security/ykclient/Makefile:1.26 pkgsrc/security/ykclient/Makefile:1.27
--- pkgsrc/security/ykclient/Makefile:1.26      Thu Aug 22 12:23:45 2019
+++ pkgsrc/security/ykclient/Makefile   Thu Sep 12 23:00:42 2019
@@ -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 @@ 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"

Index: pkgsrc/security/ykclient/distinfo
diff -u pkgsrc/security/ykclient/distinfo:1.11 pkgsrc/security/ykclient/distinfo:1.12
--- pkgsrc/security/ykclient/distinfo:1.11      Sun Dec 18 21:50:08 2016
+++ pkgsrc/security/ykclient/distinfo   Thu Sep 12 23:00:42 2019
@@ -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