[Lunar-commits] <moonbase-other> Merge branch 'yubico'

v4hn me at v4hn.de
Fri Nov 1 21:36:30 CET 2013


commit 8a49a401f1ffd4d8c52e4a48c9a9ed92022b131a
Author: v4hn <me at v4hn.de>
Date: Fri, 01 Nov 2013 13:36:11 -0700
URL: https://github.com/lunar-linux/moonbase-other/commit/8a49a401f1ffd4d8c52e4a48c9a9ed92022b131a

Merge branch 'yubico'
---
  libs/libyubikey/DETAILS     | +13/-0    
  libs/ykclient/DEPENDS       | +2/-0     
  libs/ykclient/DETAILS       | +12/-0    
  security/pam_yubico/BUILD   | +2/-0     
  security/pam_yubico/DEPENDS | +5/-0     
  security/pam_yubico/DETAILS | +12/-0    
  utils/ykpers/BUILD          | +2/-0     
  utils/ykpers/DEPENDS        | +4/-0     
  utils/ykpers/DETAILS        | +13/-0    
  9 files changed, 65 insertions(+)

--- /dev/null
+++ b/libs/libyubikey/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=libyubikey
+         VERSION=1.10
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://opensource.yubico.com/yubico-c/releases
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:796c24f6dd642d25bab782947b134ed1c79aecde
+        WEB_SITE="http://yubico.com/"
+         ENTERED=20131006
+         UPDATED=20131006
+           SHORT="Yubico C low-level library"
+cat <<EOF
+Yubico C low-level library.
+EOF
--- /dev/null
+++ b/libs/ykclient/DEPENDS
@@ -0,0 +1,2 @@
+depends curl
+depends help2man
--- /dev/null
+++ b/libs/ykclient/DETAILS
@@ -0,0 +1,12 @@
+          MODULE=ykclient
+         VERSION=2.11
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://opensource.yubico.com/yubico-c-client/releases/
+      SOURCE_VFY=sha1:642ba7fdc3125c09bace7564d2c8f78e61d74979
+        WEB_SITE="http://yubico.com/"
+         ENTERED=20131006
+         UPDATED=20131006
+           SHORT="Library written in C for validating YubiKey OTPs against YubiCloud"
+cat <<EOF
+Library written in C for validating YubiKey OTPs against YubiCloud.
+EOF
--- /dev/null
+++ b/security/pam_yubico/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --with-pam-dir=/lib/security" &&
+default_build
--- /dev/null
+++ b/security/pam_yubico/DEPENDS
@@ -0,0 +1,5 @@
+depends Linux-PAM
+depends ykclient
+depends libyubikey
+optional_depends ykpers "-with-cr" "--without-cr" "for challenge-response support (requires yubikey 2.2 or later)"
+optional_depends openldap "--with-ldap" "--without-ldap" "for LDAP support"
--- /dev/null
+++ b/security/pam_yubico/DETAILS
@@ -0,0 +1,12 @@
+          MODULE=pam_yubico
+         VERSION=2.14
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://opensource.yubico.com/yubico-pam/releases/
+      SOURCE_VFY=sha1:3dd6bddce69785c5d61ae0f64ba568e1a81498a1
+        WEB_SITE="http://yubico.com/"
+         ENTERED=20131006
+         UPDATED=20131006
+           SHORT="Yubico Pluggable Authentication Module (PAM)"
+cat <<EOF
+Yubico Pluggable Authentication Module (PAM).
+EOF
--- /dev/null
+++ b/utils/ykpers/BUILD
@@ -0,0 +1,2 @@
+OPTS+=" --with-udevrulesdir=$(pkg-config udev --variable=udevdir)/rules.d" &&
+default_build
--- /dev/null
+++ b/utils/ykpers/DEPENDS
@@ -0,0 +1,4 @@
+depends libyubikey
+depends libusb
+depends pkgconfig
+optional_depends json-c "--with-json" "--without-json" "for JSON YCFG support"
--- /dev/null
+++ b/utils/ykpers/DETAILS
@@ -0,0 +1,13 @@
+          MODULE=ykpers
+         VERSION=1.14.1
+          SOURCE=${MODULE}-${VERSION}.tar.gz
+      SOURCE_URL=http://opensource.yubico.com/yubikey-personalization/releases/
+SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
+      SOURCE_VFY=sha1:5ecc0d6bf9c58bdf825c2d8d158361fc61852ff8
+        WEB_SITE="http://yubico.com/"
+         ENTERED=20131006
+         UPDATED=20131006
+           SHORT="Library and tool for personalization of Yubico's YubiKey"
+cat <<EOF
+Library and tool for personalization of Yubico's YubiKey.
+EOF




More information about the Lunar-commits mailing list