From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([209.51.188.92]:36810) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1gnOQJ-00077j-4U for guix-patches@gnu.org; Sat, 26 Jan 2019 08:55:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1gnOQI-00070a-9S for guix-patches@gnu.org; Sat, 26 Jan 2019 08:55:03 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:46626) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1gnOQH-00070Q-RN for guix-patches@gnu.org; Sat, 26 Jan 2019 08:55:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1gnOQH-00070O-KS for guix-patches@gnu.org; Sat, 26 Jan 2019 08:55:01 -0500 Subject: [bug#34200] [PATCH] gnu: Add stoken. Resent-Message-ID: References: <20190125193128.13038-1-ericbavier@centurylink.net> From: Ricardo Wurmus In-reply-to: <20190125193128.13038-1-ericbavier@centurylink.net> Date: Sat, 26 Jan 2019 14:53:49 +0100 Message-ID: <8736pfv82a.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: ericbavier@centurylink.net Cc: 34200@debbugs.gnu.org, Eric Bavier Hi Eric, thanks for the patch! > * gnu/packages/crypto.scm (stoken): New variable. [=E2=80=A6] > + (home-page "https://stoken.sf.net") Sourceforge home pages don=E2=80=99t seem to support HTTPS. > + (synopsis "Software Token for cryptographic authentication") > + (description > + "@code{stoken} is a tokencode generator compatible with RSA SecurID > +128-bit (AES) tokens. This package contains a standalong command-line p= rogram > +that allows for importing token seeds, generating tokencodes, and various > +utility/testing functions.") > + (license license:lgpl2.1+))) =E2=80=9Cstandalong=E2=80=9D should be =E2=80=9Cstandalone=E2=80=9D; I=E2= =80=99d also separate the term =E2=80=9Ctokencodes=E2=80=9D. Other than that it looks good to me! -- Ricardo