From unknown Thu Jun 19 14:00:56 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#60940 <60940@debbugs.gnu.org> To: bug#60940 <60940@debbugs.gnu.org> Subject: Status: Update libssh to 0.10.4 Reply-To: bug#60940 <60940@debbugs.gnu.org> Date: Thu, 19 Jun 2025 21:00:56 +0000 retitle 60940 Update libssh to 0.10.4 reassign 60940 guix-patches submitter 60940 Vagrant Cascadian severity 60940 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Jan 18 13:52:46 2023 Received: (at submit) by debbugs.gnu.org; 18 Jan 2023 18:52:46 +0000 Received: from localhost ([127.0.0.1]:41840 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pIDYE-0000vF-9f for submit@debbugs.gnu.org; Wed, 18 Jan 2023 13:52:46 -0500 Received: from lists.gnu.org ([209.51.188.17]:59496) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pIDYC-0000v2-7F for submit@debbugs.gnu.org; Wed, 18 Jan 2023 13:52:44 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pIDY3-0003kg-NJ for guix-patches@gnu.org; Wed, 18 Jan 2023 13:52:35 -0500 Received: from cascadia.aikidev.net ([173.255.214.101]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pIDY1-00080f-3t for guix-patches@gnu.org; Wed, 18 Jan 2023 13:52:35 -0500 Received: from localhost (unknown [IPv6:2600:3c01:e000:21:7:77:0:20]) (Authenticated sender: vagrant@cascadia.debian.net) by cascadia.aikidev.net (Postfix) with ESMTPSA id 7AECA1AB60 for ; Wed, 18 Jan 2023 10:52:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=debian.org; s=1.vagrant.user; t=1674067943; bh=49qD2CxMoLy2foZoMZLkvBMIZCYlIxs8QJ1odbOGRfE=; h=From:To:Subject:Date:From; b=AGsTRU2mH+ok6zjNzG8PqfQtYbpA2f84EYPmG7PC/ll1ulGuMsNVvt2BaZ9+4oRW1 C/5FdsL/OAazKqil2OqMpNbIbOeBF1ZDZBqL8xMXTnDaFvM98Fm2NUM2lExHd9W3PC lLvd6ULp8JZif4G/iLEsVuf4YfDErfWo94F6c/psz/WaaFvyPor7SeVacs/NFwl3aj 2hAKcfd25m2czfPboIF/ezr5xvh0Or3WUx+/eJo0pWOk80eM2t0ougZ7keQ5GUTGri eCnnz3PMBiFyf84kOMb8Q8aoBn6BLEZ4I7o4w0Z/2ggDQyRhtQFsY+BhBKex4nHEGO yqQQx+wi8RvxQ== From: Vagrant Cascadian To: guix-patches@gnu.org Subject: Update libssh to 0.10.4 Date: Wed, 18 Jan 2023 10:52:18 -0800 Message-ID: <87o7qvzndp.fsf@contorta> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="==-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: none client-ip=173.255.214.101; envelope-from=vagrant@debian.org; helo=cascadia.aikidev.net X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIMWL_WL_HIGH=-0.001, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=0.001, SPF_NONE=0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: submit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) --==-=-= Content-Type: multipart/mixed; boundary="=-=-=" --=-=-= Content-Type: text/plain I've been working on this one a couple months (mostly was blocked on fixing guile-ssh to be compatible), and got mostly successful rebuilds most of the times I've tried it... by the time I finish rebuilds, though, most changes usually land in master, and the cycle begins anew. So I think I am moderately confident to at least let QA build this now. :) live well, vagrant --=-=-= Content-Type: text/x-diff Content-Disposition: inline; filename=0001-gnu-libssh-Update-to-0.10.4.patch Content-Transfer-Encoding: quoted-printable From=209793f7ece6297c0dcf031d1d258487a023b1befa Mon Sep 17 00:00:00 2001 From: Vagrant Cascadian Date: Thu, 27 Oct 2022 13:18:46 -0700 Subject: [PATCH] gnu: libssh: Update to 0.10.4. * gnu/packages/ssh.scm (libssh): Update to 0.10.4. =2D-- gnu/packages/ssh.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 2f6874f811..d398c5911a 100644 =2D-- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -130,7 +130,7 @@ (define-public hss (define-public libssh (package (name "libssh") =2D (version "0.9.6") + (version "0.10.4") (source (origin (method url-fetch) (uri (string-append "https://www.libssh.org/files/" @@ -138,7 +138,7 @@ (define-public libssh "/libssh-" version ".tar.xz")) (sha256 (base32 =2D "16w2mc7pyv9mijjlgacbz8dgczc7ig2m6m70w1pld04vpn2zig46"))= )) + "0zfr9fy4vg1bmz1k836hg9wi20mmaz2sgw61s6464iv1mda2qf87")))) (build-system cmake-build-system) (outputs '("out" "debug")) (arguments =2D-=20 2.39.0 --=-=-=-- --==-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iHUEARYKAB0WIQRlgHNhO/zFx+LkXUXcUY/If5cWqgUCY8g/4wAKCRDcUY/If5cW qnnkAP4iimWYupnjy2MmE+MY+8s7uYf/DIkvafIf2As4QuHOPwEA8II+m6qFUwNP TFzUnQqaiLT5Axgl1rcCwEyUZMIUpw0= =xfGJ -----END PGP SIGNATURE----- --==-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Tue Feb 21 08:34:11 2023 Received: (at submit) by debbugs.gnu.org; 21 Feb 2023 13:34:11 +0000 Received: from localhost ([127.0.0.1]:55005 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUSmY-0004Xq-Nl for submit@debbugs.gnu.org; Tue, 21 Feb 2023 08:34:10 -0500 Received: from lists.gnu.org ([209.51.188.17]:46618) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pUSmW-0004Xa-Uv for submit@debbugs.gnu.org; Tue, 21 Feb 2023 08:34:09 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pUSmU-0003zz-7Q for guix-patches@gnu.org; Tue, 21 Feb 2023 08:34:08 -0500 Received: from mira.cbaines.net ([212.71.252.8]) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pUSmS-0008HD-7F for guix-patches@gnu.org; Tue, 21 Feb 2023 08:34:05 -0500 Received: from localhost (unknown [IPv6:2a02:8010:68c1:0:3a91:a0a4:ecee:f157]) by mira.cbaines.net (Postfix) with ESMTPSA id 1C11516606; Tue, 21 Feb 2023 13:34:03 +0000 (GMT) Received: from felis (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 0b61ccb1; Tue, 21 Feb 2023 13:34:02 +0000 (UTC) References: <87o7qvzndp.fsf@contorta> User-agent: mu4e 1.8.13; emacs 28.2 From: Christopher Baines To: Vagrant Cascadian Subject: Re: [bug#60940] Update libssh to 0.10.4 Date: Tue, 21 Feb 2023 13:33:23 +0000 In-reply-to: <87o7qvzndp.fsf@contorta> Message-ID: <87ttzfdtx3.fsf@cbaines.net> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=212.71.252.8; envelope-from=mail@cbaines.net; helo=mira.cbaines.net X-Spam_score_int: -18 X-Spam_score: -1.9 X-Spam_bar: - X-Spam_report: (-1.9 / 5.0 requ) BAYES_00=-1.9, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: 60940@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.4 (--) --=-=-= Content-Type: text/plain Vagrant Cascadian writes: > I've been working on this one a couple months (mostly was blocked on > fixing guile-ssh to be compatible), and got mostly successful rebuilds > most of the times I've tried it... by the time I finish rebuilds, > though, most changes usually land in master, and the cycle begins anew. > > So I think I am moderately confident to at least let QA build this > now. :) QA looks green to me, please push :) Thanks, Chris --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQKlBAEBCgCPFiEEPonu50WOcg2XVOCyXiijOwuE9XcFAmP0yEhfFIAAAAAALgAo aXNzdWVyLWZwckBub3RhdGlvbnMub3BlbnBncC5maWZ0aGhvcnNlbWFuLm5ldDNF ODlFRUU3NDU4RTcyMEQ5NzU0RTBCMjVFMjhBMzNCMEI4NEY1NzcRHG1haWxAY2Jh aW5lcy5uZXQACgkQXiijOwuE9Xf8sBAAge5h7nlM8ujHslFjy1asnFXtEplCrRij aDmt2iaF8xhQAYzwKOJtqi+gvlUMEdGubz43q7VgkkOLmn+ZYQN0/2aV0J7wF2Cp 5dTXjaWdlqdGtgKoN++v9X+5aADK3ndokfDqyrF67Or7BNF2gROIpNzZsub7uUW1 RV1SEK3l+qd8B2nZRIQkDLBmTi0m0qRVNkyeiDNY2Cw4xfl3ogO+277x/rDu+DXn oc9xW1y8dwthT8Rhbd2okHEY9yuZWABp+XSqvP++ttx7QawaYyfdU5wlgoBUW/SO Kv7K15acZcAGkz4mTWsSqwMQc4Q3bYKgPsjXEMbcsaTMNokiBvWMYjNIzo9rK75p f/mbwHQSmHkNd7kddNFaDZC7l2To3YWPmbG/NRLY/zKE+BmSIV6BzCSa3Yo//94Y OPu4jIdOlf0C+e4sZ7bXw1xNGmyqRgqy+nHelP+zGIRF6mVb/fxPIP/29rN7FeZD kG4ZbITgwY22Tv17Nx8mgullCvktkQa/VojRkYaHnJI7QWWd3ci2YS+oFaV+X+VW XUvyvOXrkar21t6IYwsyIUXh7xo5Spc/vzA/2eQfI5kDgo227seygo4h5roaIFBE wxzCEOM+XAj/XC8QONmPwVQ7p6UHvcul841+wsJdPVK5XFMwqww37ILORkYl/GQT bVQ6WbdZHcQ= =/7v5 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 26 03:38:14 2023 Received: (at 60940-done) by debbugs.gnu.org; 26 Feb 2023 08:38:14 +0000 Received: from localhost ([127.0.0.1]:42298 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWCXu-0005WM-F5 for submit@debbugs.gnu.org; Sun, 26 Feb 2023 03:38:14 -0500 Received: from mail-ed1-f66.google.com ([209.85.208.66]:40863) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWCXs-0005W7-IC for 60940-done@debbugs.gnu.org; Sun, 26 Feb 2023 03:38:12 -0500 Received: by mail-ed1-f66.google.com with SMTP id i34so13909961eda.7 for <60940-done@debbugs.gnu.org>; Sun, 26 Feb 2023 00:38:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:from:to:cc:subject :date:message-id:reply-to; bh=IAR7Wt1xW+SHNrG/GM80YKfOmNqnkbJssrBnEHaftNU=; b=mu+mSxIaz2//KEqIBgEGDorw5GLU/TQ+KVJ7L8SzdKLbK5ai3pheEykCWMDEbTvsXk arFhC5q95OKOoi4/Ml27EezPSIanud3+yMY9Q6r78PsULErfSlWKW6j77ep8WfE3Azjp 6t3zVKhmRqL3iToip4uOmCk2O8hmucii28krv9dVKq0Iff/DNrRhQkqg3TitjkrWIZBm KNrxEUb8TyX/Zrq+aXIt9neq6fqD1694tdAKiF4m1/6fdACJj4Dc7HRIKR9ApaxDwFyN w9fEvDQLxXoKyR3KYpkRBgU6m1MHm1FVYm89P/7CUsFM7BBhShkgDdduzc4BQ0Wg9w1y fPkQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:user-agent:content-transfer-encoding:references :in-reply-to:date:cc:to:from:subject:message-id:x-gm-message-state :from:to:cc:subject:date:message-id:reply-to; bh=IAR7Wt1xW+SHNrG/GM80YKfOmNqnkbJssrBnEHaftNU=; b=mCdzHTD1bTb/sqX4PL88tv3pOEV0GDLyVYNc5ihMtNo3aJrR7jhrsrSr4sDs6St3Jc 7kapAjN0hLLdaHuK/Qr+Zi6476fwx/ujf5l/oZChKE0MmrLTUp2qA8sQVmELepltQDBg Cd9RfzTKxYBnHfJSSDhJdHCgvSEb6ewbb3Rx5Vnlv3Pe2ejbJcbUu1uEek4WRZQaDGIu i+DN/kQ+0izPts4g58WmZkMghAy8Ogd6xad5jTO7Q4uLpSMFzbTvaNUpX0HejFa2cLqD G49WpzuVe3zE1VcgJVvxrTPKMolmH0tLI4KwYTMoHp2/G6Z6G7c95WohQ/uPO015QAWQ b2Dw== X-Gm-Message-State: AO0yUKXwOyJ9q4pO6XmAxIVBXZIte0jWXumPF/l69n0uk+Cj1SjS9dbh mfnk/gm58MLANRrgP0hDDa4= X-Google-Smtp-Source: AK7set8jgTrZyDazLb+jzFu8PeuAygYERfidqBiwTq03lgdJe0pbI+jM2/6bXazcrCUv5bRDQqJirQ== X-Received: by 2002:a05:6402:b11:b0:4ac:beba:dc89 with SMTP id bm17-20020a0564020b1100b004acbebadc89mr25049669edb.38.1677400686803; Sun, 26 Feb 2023 00:38:06 -0800 (PST) Received: from lumine.fritz.box (85-127-52-93.dsl.dynamic.surfer.at. [85.127.52.93]) by smtp.gmail.com with ESMTPSA id a6-20020a509b46000000b004acd9a3afb3sm1661491edj.63.2023.02.26.00.38.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 26 Feb 2023 00:38:06 -0800 (PST) Message-ID: Subject: Re: [bug#60940] Update libssh to 0.10.4 From: Liliana Marie Prikler To: Christopher Baines , Vagrant Cascadian Date: Sun, 26 Feb 2023 09:38:05 +0100 In-Reply-To: <87ttzfdtx3.fsf@cbaines.net> References: <87o7qvzndp.fsf@contorta> <87ttzfdtx3.fsf@cbaines.net> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable User-Agent: Evolution 3.46.0 MIME-Version: 1.0 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 60940-done Cc: 60940-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Am Dienstag, dem 21.02.2023 um 13:33 +0000 schrieb Christopher Baines: >=20 > Vagrant Cascadian writes: >=20 > > I've been working on this one a couple months (mostly was blocked > > on > > fixing guile-ssh to be compatible), and got mostly successful > > rebuilds > > most of the times I've tried it... by the time I finish rebuilds, > > though, most changes usually land in master, and the cycle begins > > anew. > >=20 > > So I think I am moderately confident to at least let QA build this > > now. :) >=20 > QA looks green to me, please push :) Please pushed. From unknown Thu Jun 19 14:00:56 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Sun, 26 Mar 2023 11:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator