From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: libssh upgraded; guile-ssh fails its tests Date: Fri, 04 Apr 2014 22:07:06 +0200 Message-ID: <87k3b46eqd.fsf@gnu.org> References: <8761mrk6f8.fsf@yeeloong.lan> <87ha69ay8w.fsf@gnu.org> <87mwg1vyyr.fsf@elephant.savannah> 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]:48267) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWAOP-0006CA-Pn for guix-devel@gnu.org; Fri, 04 Apr 2014 16:07:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WWAOK-0003V7-B0 for guix-devel@gnu.org; Fri, 04 Apr 2014 16:07:13 -0400 Received: from hera.aquilenet.fr ([2a01:474::1]:60992) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WWAOK-0003V1-3U for guix-devel@gnu.org; Fri, 04 Apr 2014 16:07:08 -0400 In-Reply-To: <87mwg1vyyr.fsf@elephant.savannah> (Artyom Poptsov's message of "Fri, 04 Apr 2014 20:30:52 +0400") 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: Artyom Poptsov Cc: guix-devel@gnu.org Artyom Poptsov skribis: >> Upgrading libssh from 0.5.5 to 0.6.3 turned out to break Guile-SSH >> 0.6.0. I attach some of the test logs. Any idea what=E2=80=99s going o= n? > > Well, I think the problem is that there are changes in the API between > libssh 0.5 and libssh 0.6. So Guile-SSH must be updated to be able to > work with libssh 0.6. I have plans to migrate Guile-SSH to libssh 0.6, > but this work is still to be done. OK. > And it worth mention that according to the Guile-SSH 0.6.0 documenation > it requires libssh 0.5.4 or 0.5.5, so you shouldn't be surprised that > Guile-SSH 0.6.0 breaks on libssh 0.6 ;-) Indeed. :-) The important thing is that libssh 0.6.3 fixes a security issue: . The patch being simple, I=E2=80=99ve adjusted it for 0.5.5, and used that f= or Guile-SSH in the meantime: http://git.savannah.gnu.org/cgit/guix.git/commit/?id=3D9c333da6f1b465e707= 67254ab19d9ec27681bb7b Thanks, Ludo=E2=80=99.