From 1a57c18ea369da4e89f710989f1ae6e689027548 Mon Sep 17 00:00:00 2001 From: landry Date: Tue, 10 Apr 2018 12:08:52 +0000 Subject: [PATCH] Import p5-Auth-Yubikey_Decrypter 0.07 from MAINTAINER Julien Dhaille Perl module that accepts an AES key and an encrypted one-time password generated by a Yubikey device, and returns a decrypted authentication token. For use in conjunction with other software that handles actual authentication. with tweaks from & ok sthen@ --- security/p5-Auth-Yubikey_Decrypter/Makefile | 21 ++++++++++++++++++++ security/p5-Auth-Yubikey_Decrypter/distinfo | 2 ++ security/p5-Auth-Yubikey_Decrypter/pkg/DESCR | 4 ++++ security/p5-Auth-Yubikey_Decrypter/pkg/PLIST | 4 ++++ 4 files changed, 31 insertions(+) create mode 100644 security/p5-Auth-Yubikey_Decrypter/Makefile create mode 100644 security/p5-Auth-Yubikey_Decrypter/distinfo create mode 100644 security/p5-Auth-Yubikey_Decrypter/pkg/DESCR create mode 100644 security/p5-Auth-Yubikey_Decrypter/pkg/PLIST diff --git a/security/p5-Auth-Yubikey_Decrypter/Makefile b/security/p5-Auth-Yubikey_Decrypter/Makefile new file mode 100644 index 00000000000..2e62b146d4a --- /dev/null +++ b/security/p5-Auth-Yubikey_Decrypter/Makefile @@ -0,0 +1,21 @@ +# $OpenBSD: Makefile,v 1.1.1.1 2018/04/10 12:08:52 landry Exp $ + +COMMENT= decrypt one-time-password for a YubiKey + +DISTNAME= Auth-Yubikey_Decrypter-0.07 + +CATEGORIES= security + +MAINTAINER= Julien Dhaille + +PKG_ARCH= * + +# Perl +PERMIT_PACKAGE_CDROM= Yes + +MODULES= cpan +CPAN_AUTHOR= MASSYN + +RUN_DEPENDS= security/p5-Crypt-Rijndael + +.include diff --git a/security/p5-Auth-Yubikey_Decrypter/distinfo b/security/p5-Auth-Yubikey_Decrypter/distinfo new file mode 100644 index 00000000000..762e0b33570 --- /dev/null +++ b/security/p5-Auth-Yubikey_Decrypter/distinfo @@ -0,0 +1,2 @@ +SHA256 (Auth-Yubikey_Decrypter-0.07.tar.gz) = 6WodTyeN2FDgxbjg7aZ4bHAh5+CjWhK6lMOM61YyT1I= +SIZE (Auth-Yubikey_Decrypter-0.07.tar.gz) = 3836 diff --git a/security/p5-Auth-Yubikey_Decrypter/pkg/DESCR b/security/p5-Auth-Yubikey_Decrypter/pkg/DESCR new file mode 100644 index 00000000000..d07cad3eca0 --- /dev/null +++ b/security/p5-Auth-Yubikey_Decrypter/pkg/DESCR @@ -0,0 +1,4 @@ +Perl module that accepts an AES key and an encrypted one-time password +generated by a Yubikey device, and returns a decrypted authentication +token. For use in conjunction with other software that handles actual +authentication. diff --git a/security/p5-Auth-Yubikey_Decrypter/pkg/PLIST b/security/p5-Auth-Yubikey_Decrypter/pkg/PLIST new file mode 100644 index 00000000000..8ff153414b6 --- /dev/null +++ b/security/p5-Auth-Yubikey_Decrypter/pkg/PLIST @@ -0,0 +1,4 @@ +@comment $OpenBSD: PLIST,v 1.1.1.1 2018/04/10 12:08:52 landry Exp $ +${P5SITE}/Auth/ +${P5SITE}/Auth/Yubikey_Decrypter.pm +@man man/man3p/Auth::Yubikey_Decrypter.3p