ports/149802: Decrypting the output from the yubikey token

Kurt Jaeger pi at opsec.eu
Thu Aug 19 10:10:03 UTC 2010


The following reply was made to PR ports/149802; it has been noted by GNATS.

From: Kurt Jaeger <pi at opsec.eu>
To: phil at massyn.net
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/149802: Decrypting the output from the yubikey token
Date: Thu, 19 Aug 2010 12:01:37 +0200

 Hi!
 
 I'm currently trying to package Auth-Yubikey_Decrypter for FreeBSD, see
 
   http://www.freebsd.org/cgi/query-pr.cgi?pr=149802
 
 for details, and ran into some issues.
 
 1) It's not fetchable via CPAN in the way FreeBSD expects it.
 
 This probably comes because the "Auth" for most Auth-Modules in
 perl is "Authen", as can be seen here:
 
 fa8$ ls /usr/ports/security/p5-Auth
 p5-AuthCAS/                 p5-Authen-Simple/
 p5-Authen-Bitcard/          p5-Authen-Simple-DBI/
 p5-Authen-Captcha/          p5-Authen-Simple-DBM/
 p5-Authen-CyrusSASL/        p5-Authen-Simple-HTTP/
 p5-Authen-DecHpwd/          p5-Authen-Simple-LDAP/
 p5-Authen-Htpasswd/         p5-Authen-Simple-Net/
 p5-Authen-Krb5/             p5-Authen-Simple-PAM/
 p5-Authen-Libwrap/          p5-Authen-Simple-Passwd/
 p5-Authen-NTLM/             p5-Authen-Simple-RADIUS/
 p5-Authen-PAAS/             p5-Authen-Simple-SMB/
 p5-Authen-PAM/              p5-Authen-Simple-SSH/
 p5-Authen-Passphrase/       p5-Authen-Smb/
 p5-Authen-PluggableCaptcha/ p5-Authen-TacacsPlus/
 p5-Authen-Radius/           p5-Authen-Ticket/
 p5-Authen-SASL/             p5-Authen-TypeKey/
 p5-Authen-SASL-Cyrus/       
 
 2) The module name contains an '_', which does not easily fit into
 the perl namespace (and many systems that expect this).
 
 Therefore: Would it be possible to rename the modul to
 
 Authen::YubikeyDecrypter
 
 ?
 
 Thanks!
 
 -- 
 pi at opsec.eu            +49 171 3101372                        10 years to go !



More information about the freebsd-ports-bugs mailing list