Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2015 12:58:50 +0000 (UTC)
From:      =?UTF-8?Q?Romain_Tarti=c3=a8re?= <romain@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r399532 - in head/security: . yubikey-personalization yubikey-personalization/files
Message-ID:  <201510171258.t9HCwojM032528@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: romain
Date: Sat Oct 17 12:58:50 2015
New Revision: 399532
URL: https://svnweb.freebsd.org/changeset/ports/399532

Log:
  The YubiKey Personalization package contains a library and command line tool
  used to personalize (i.e., set a AES key) YubiKeys.
  
  WWW: https://github.com/Yubico/yubikey-personalization

Added:
  head/security/yubikey-personalization/
  head/security/yubikey-personalization/Makefile   (contents, props changed)
  head/security/yubikey-personalization/distinfo   (contents, props changed)
  head/security/yubikey-personalization/files/
  head/security/yubikey-personalization/files/patch-Makefile.am   (contents, props changed)
  head/security/yubikey-personalization/pkg-descr   (contents, props changed)
  head/security/yubikey-personalization/pkg-plist   (contents, props changed)
Modified:
  head/security/Makefile

Modified: head/security/Makefile
==============================================================================
--- head/security/Makefile	Sat Oct 17 12:28:29 2015	(r399531)
+++ head/security/Makefile	Sat Oct 17 12:58:50 2015	(r399532)
@@ -1101,6 +1101,7 @@
     SUBDIR += yersinia
     SUBDIR += ykclient
     SUBDIR += ykpers
+    SUBDIR += yubikey-personalization
     SUBDIR += zebedee
     SUBDIR += zenmap
     SUBDIR += zxid

Added: head/security/yubikey-personalization/Makefile
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/yubikey-personalization/Makefile	Sat Oct 17 12:58:50 2015	(r399532)
@@ -0,0 +1,22 @@
+# $FreeBSD$
+
+PORTNAME=	yubikey-personalization
+PORTVERSION=	1.17.2
+CATEGORIES=	security
+
+MAINTAINER=	romain@FreeBSD.org
+COMMENT=	YubiKey personalization library and tool
+
+LICENSE=	BSD2CLAUSE
+
+LIB_DEPENDS=	libyubikey.so:${PORTSDIR}/security/libyubikey
+
+USE_GITHUB=	yes
+GH_ACCOUNT=	Yubico
+GH_TAGNAME=	v${PORTVERSION}
+
+GNU_CONFIGURE=	yes
+USES=		autoreconf gmake libtool pathfix
+USE_LDCONFIG=	yes
+
+.include <bsd.port.mk>

Added: head/security/yubikey-personalization/distinfo
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/yubikey-personalization/distinfo	Sat Oct 17 12:58:50 2015	(r399532)
@@ -0,0 +1,2 @@
+SHA256 (Yubico-yubikey-personalization-1.17.2-v1.17.2_GH0.tar.gz) = aa74ba4b9e6904133b54d19a99fd01da10a7dd5c906d839d47da88dd54a7c007
+SIZE (Yubico-yubikey-personalization-1.17.2-v1.17.2_GH0.tar.gz) = 125731

Added: head/security/yubikey-personalization/files/patch-Makefile.am
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/yubikey-personalization/files/patch-Makefile.am	Sat Oct 17 12:58:50 2015	(r399532)
@@ -0,0 +1,11 @@
+--- Makefile.am.orig	2015-09-22 13:43:19 UTC
++++ Makefile.am
+@@ -63,7 +63,7 @@ libykpers_1_la_LDFLAGS = -no-undefined \
+ 	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+ EXTRA_libykpers_1_la_DEPENDENCIES = libykpers-1.map
+ 
+-pkgconfigdir = $(libdir)/pkgconfig
++pkgconfigdir = $(libdir)/../libdata/pkgconfig
+ pkgconfig_DATA = ykpers-1.pc
+ 
+ if HAVE_LD_VERSION_SCRIPT

Added: head/security/yubikey-personalization/pkg-descr
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/yubikey-personalization/pkg-descr	Sat Oct 17 12:58:50 2015	(r399532)
@@ -0,0 +1,4 @@
+The YubiKey Personalization package contains a library and command line tool
+used to personalize (i.e., set a AES key) YubiKeys.
+
+WWW: https://github.com/Yubico/yubikey-personalization

Added: head/security/yubikey-personalization/pkg-plist
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/security/yubikey-personalization/pkg-plist	Sat Oct 17 12:58:50 2015	(r399532)
@@ -0,0 +1,17 @@
+bin/ykchalresp
+bin/ykinfo
+bin/ykpersonalize
+include/ykpers-1/ykcore.h
+include/ykpers-1/ykdef.h
+include/ykpers-1/ykpbkdf2.h
+include/ykpers-1/ykpers-version.h
+include/ykpers-1/ykpers.h
+include/ykpers-1/ykstatus.h
+lib/libykpers-1.a
+lib/libykpers-1.so
+lib/libykpers-1.so.1
+lib/libykpers-1.so.1.17.2
+libdata/pkgconfig/ykpers-1.pc
+man/man1/ykchalresp.1.gz
+man/man1/ykinfo.1.gz
+man/man1/ykpersonalize.1.gz



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201510171258.t9HCwojM032528>