From unknown Mon Aug 18 15:38:49 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#61621 <61621@debbugs.gnu.org> To: bug#61621 <61621@debbugs.gnu.org> Subject: Status: [PATCH] gnu: sshpass: Update to 1.10. Reply-To: bug#61621 <61621@debbugs.gnu.org> Date: Mon, 18 Aug 2025 22:38:49 +0000 retitle 61621 [PATCH] gnu: sshpass: Update to 1.10. reassign 61621 guix-patches submitter 61621 Nicolas Goaziou severity 61621 normal tag 61621 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sun Feb 19 05:19:44 2023 Received: (at submit) by debbugs.gnu.org; 19 Feb 2023 10:19:44 +0000 Received: from localhost ([127.0.0.1]:45751 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pTgnH-0007BY-Fb for submit@debbugs.gnu.org; Sun, 19 Feb 2023 05:19:43 -0500 Received: from lists.gnu.org ([209.51.188.17]:40626) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pTgnF-0007BP-FD for submit@debbugs.gnu.org; Sun, 19 Feb 2023 05:19:42 -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 1pTgnE-0007In-Am for guix-patches@gnu.org; Sun, 19 Feb 2023 05:19:40 -0500 Received: from relay5-d.mail.gandi.net ([2001:4b98:dc4:8::225]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pTgnB-0001XR-Id for guix-patches@gnu.org; Sun, 19 Feb 2023 05:19:40 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id A85361C0003 for ; Sun, 19 Feb 2023 10:19:25 +0000 (UTC) From: Nicolas Goaziou To: guix-patches@gnu.org Subject: [PATCH] gnu: sshpass: Update to 1.10. Date: Sun, 19 Feb 2023 11:19:19 +0100 Message-Id: <20230219101919.140392-1-mail@nicolasgoaziou.fr> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2001:4b98:dc4:8::225; envelope-from=mail@nicolasgoaziou.fr; helo=relay5-d.mail.gandi.net X-Spam_score_int: -25 X-Spam_score: -2.6 X-Spam_bar: -- X-Spam_report: (-2.6 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_LOW=-0.7, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) 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: -2.6 (--) * gnu/packages/ssh.scm (sshpass): Update to 1.10. --- gnu/packages/ssh.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/ssh.scm b/gnu/packages/ssh.scm index 685b5b039a..22cf0e2d45 100644 --- a/gnu/packages/ssh.scm +++ b/gnu/packages/ssh.scm @@ -4,7 +4,7 @@ ;;; Copyright © 2014, 2015, 2016 Mark H Weaver ;;; Copyright © 2015, 2016, 2018, 2019, 2020, 2021, 2022 Efraim Flashner ;;; Copyright © 2016, 2019 Leo Famulari -;;; Copyright © 2016, 2021 Nicolas Goaziou +;;; Copyright © 2016, 2021, 2023 Nicolas Goaziou ;;; Copyright © 2016 Christine Lemmer-Webber ;;; Copyright © 2017–2021 Tobias Geerinckx-Rice ;;; Copyright © 2017 Stefan Reichör @@ -695,14 +695,14 @@ (define-public lsh (define-public sshpass (package (name "sshpass") - (version "1.09") + (version "1.10") (source (origin (method url-fetch) (uri (string-append "mirror://sourceforge/sshpass/sshpass/" version "/sshpass-" version ".tar.gz")) (sha256 - (base32 "1dwzqknpswa8vjlbwsx9rcq1j2a7px9h9i2anh09pzkz0mg6wx3i")))) + (base32 "1npfvxxqs77qg6l4s6cn8q3b98zwr9n8rb9vra2n3dfb0g10c4dd")))) (build-system gnu-build-system) (home-page "https://sourceforge.net/projects/sshpass/") (synopsis "Non-interactive password authentication with SSH") base-commit: 2fb42567ebd37cb63c431100021e1a895a2ff4b6 -- 2.39.1 From debbugs-submit-bounces@debbugs.gnu.org Thu Feb 23 09:33:15 2023 Received: (at 61621-done) by debbugs.gnu.org; 23 Feb 2023 14:33:15 +0000 Received: from localhost ([127.0.0.1]:33519 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVCep-0006kq-5Z for submit@debbugs.gnu.org; Thu, 23 Feb 2023 09:33:15 -0500 Received: from relay8-d.mail.gandi.net ([217.70.183.201]:34913) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVCen-0006ke-V2 for 61621-done@debbugs.gnu.org; Thu, 23 Feb 2023 09:33:14 -0500 Received: (Authenticated sender: admin@nicolasgoaziou.fr) by mail.gandi.net (Postfix) with ESMTPSA id BD35D1BF206 for <61621-done@debbugs.gnu.org>; Thu, 23 Feb 2023 14:33:06 +0000 (UTC) From: Nicolas Goaziou To: 61621-done@debbugs.gnu.org Subject: Re: [bug#61621] [PATCH] gnu: sshpass: Update to 1.10. References: <20230219101919.140392-1-mail@nicolasgoaziou.fr> Date: Thu, 23 Feb 2023 15:32:59 +0100 In-Reply-To: <20230219101919.140392-1-mail@nicolasgoaziou.fr> (Nicolas Goaziou's message of "Sun, 19 Feb 2023 11:19:19 +0100") Message-ID: <87y1ooo3j8.fsf@nicolasgoaziou.fr> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 61621-done 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.7 (-) Nicolas Goaziou writes: > * gnu/packages/ssh.scm (sshpass): Update to 1.10. Already applied. Closing. From unknown Mon Aug 18 15:38:49 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Fri, 24 Mar 2023 11:24:08 +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