From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:49733) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j5Hru-0007QQ-Rs for guix-patches@gnu.org; Fri, 21 Feb 2020 18:38:03 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1j5Hrt-0001v7-Vk for guix-patches@gnu.org; Fri, 21 Feb 2020 18:38:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:42459) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1j5Hrt-0001u8-SA for guix-patches@gnu.org; Fri, 21 Feb 2020 18:38:01 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1j5Hrt-00010w-Ne for guix-patches@gnu.org; Fri, 21 Feb 2020 18:38:01 -0500 Subject: [bug#38541] [PATCH] ssh: Add Kerberos-support to ssh:// daemon URLs Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20191209083737.GA10190@zpidnp36> <87a77uwkh1.fsf@gnu.org> <20200219125251.GC2938@zpidnp36> <87h7zlblqk.fsf@gnu.org> <20200220113910.GD15953@zpidnp36> Date: Sat, 22 Feb 2020 00:37:37 +0100 In-Reply-To: <20200220113910.GD15953@zpidnp36> (Lars-Dominik Braun's message of "Thu, 20 Feb 2020 12:39:10 +0100") Message-ID: <87y2svzf3y.fsf@gnu.org> 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: Lars-Dominik Braun Cc: 38541-done@debbugs.gnu.org Hi Lars, Lars-Dominik Braun skribis: > From 0e2898c26f26ec5871bae9fd2b5d15047e38075c Mon Sep 17 00:00:00 2001 > From: Lars-Dominik Braun > Date: Thu, 20 Feb 2020 12:36:10 +0100 > Subject: [PATCH] build: Depend on guile-ssh 0.12.0 > > * m4/guix.m4 (GUIX_CHECK_GUILE_SSH): Check for userauth-gssapi! > * doc/guix.texi: Document version requirement Applied, thanks! Ludo=E2=80=99.