From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eric Bavier Subject: Re: [PATCH 2/4] gnu: Add perl-gssapi. Date: Mon, 29 Jun 2015 05:01:19 -0500 Message-ID: <20150629050119.439ad641@openmailbox.org> References: <1435459147-5159-1-git-send-email-ericbavier@openmailbox.org> <1435459147-5159-3-git-send-email-ericbavier@openmailbox.org> <87wpymohvr.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:57632) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9azm-0000xB-9O for guix-devel@gnu.org; Mon, 29 Jun 2015 11:29:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Z9azg-0001zN-Mk for guix-devel@gnu.org; Mon, 29 Jun 2015 11:29:18 -0400 Received: from smtp27.openmailbox.org ([62.4.1.61]:53152) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Z9azg-0001yy-EU for guix-devel@gnu.org; Mon, 29 Jun 2015 11:29:12 -0400 In-Reply-To: <87wpymohvr.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?UTF-8?B?Q291cnTDqHM=?= Cc: guix-devel@gnu.org, Eric Bavier On Mon, 29 Jun 2015 13:48:08 +0200 ludo@gnu.org (Ludovic Court=C3=A8s) wrote: > ericbavier@openmailbox.org skribis: >=20 > > From: Eric Bavier > > > > * gnu/packages/web.scm (perl-gssapi): New variable. >=20 > [...] >=20 > > + (inputs `(("gssapi" ,mit-krb5))) >=20 > If it works with GNU GSS (=E2=80=98gss=E2=80=99), it would be better to u= se that. It does not. The have a small list of implementations that are supported, and GNU GSS is not included. >=20 > > + (description "This is a Perl extension for using GSSAPI > > C-Bindings as >=20 > =E2=80=9Cfor using the GSSAPI C bindings=E2=80=9D >=20 > > +described in FRC 2744.") >=20 > =E2=80=9CRFC=E2=80=9D Thanks. `~Eric