From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms13.migadu.com with LMTPS id oD8sIRe5SWengAAAe85BDQ:P1 (envelope-from ) for ; Fri, 29 Nov 2024 12:52:39 +0000 Received: from aspmx1.migadu.com ([2001:41d0:303:e224::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2.migadu.com with LMTPS id oD8sIRe5SWengAAAe85BDQ (envelope-from ) for ; Fri, 29 Nov 2024 13:52:39 +0100 X-Envelope-To: larch@yhetil.org Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=debbugs.gnu.org header.s=debbugs-gnu-org header.b=GO49NhBn; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 134CF8EFB9 for ; Fri, 29 Nov 2024 13:52:39 +0100 (CET) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1tH0Te-00078G-UQ; Fri, 29 Nov 2024 07:52:06 -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 1tH0Tb-00077Q-Ar for guix-patches@gnu.org; Fri, 29 Nov 2024 07:52:03 -0500 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tH0Tb-0002kd-1O for guix-patches@gnu.org; Fri, 29 Nov 2024 07:52:03 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=debbugs.gnu.org; s=debbugs-gnu-org; h=MIME-Version:Date:References:In-Reply-To:From:To:Subject; bh=rFTSaPwrewi5RU+xoBcXD2vWF39Lu43KqtZcGTXGu7c=; b=GO49NhBnYadBW00yCXiE1HnhSIvpesn++ibP81xDr5RjVZcyNbWv25+EozbUzv77lA3TLD4n8segPdyiKQcfJzXG9djk0VaPfZrbg8rmb25Zdc9YK6ST9zisP4yKGAdlZ3EbOk+If0Quvrf4ZgabJ9AFKKFjNJKBpV+J8eVfDYH5BlxY8ljoDDA3gxS4wTa+JImiDEZW2Z/oo8CttAq5BD1xBlkOoGJi0UeAGk6oQWWGkJeHrO0k+EX9zkU0iUzdwBqjRJOjMT2ZmqEbGTkiwj7htfN7iCxud23Jod2CU/stOpb8o2iNq5ZgudMsy86WHPkq5Uvz+a6XTnvHxyAdIw==; Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1tH0Ta-0006kq-Ra for guix-patches@gnu.org; Fri, 29 Nov 2024 07:52:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#74602] [PATCH] gnu: lftp: Update to 4.9.3. Resent-From: Zheng Junjie Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 29 Nov 2024 12:52:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 74602 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 74602@debbugs.gnu.org Cc: ashish.is@lostca.se X-Debbugs-Original-To: "ashish.is--- via Guix-patches" via X-Debbugs-Original-Cc: 74602@debbugs.gnu.org, ashish.is@lostca.se Received: via spool by 74602-submit@debbugs.gnu.org id=B74602.173288466825841 (code B ref 74602); Fri, 29 Nov 2024 12:52:02 +0000 Received: (at 74602) by debbugs.gnu.org; 29 Nov 2024 12:51:08 +0000 Received: from localhost ([127.0.0.1]:41417 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH0Sg-0006ig-56 for submit@debbugs.gnu.org; Fri, 29 Nov 2024 07:51:08 -0500 Received: from smtp81.cstnet.cn ([159.226.251.81]:52126 helo=cstnet.cn) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH0Sb-0006i5-Lf for 74602@debbugs.gnu.org; Fri, 29 Nov 2024 07:51:05 -0500 Received: from m (unknown [107.174.64.25]) by APP-03 (Coremail) with SMTP id rQCowAB3iomjuElnWNRSBg--.47342S2; Fri, 29 Nov 2024 20:50:48 +0800 (CST) From: Zheng Junjie In-Reply-To: (ashish is's message of "Fri, 29 Nov 2024 13:41:36 +0100") References: User-Agent: mu4e 1.12.7; emacs 30.0.92 Date: Fri, 29 Nov 2024 20:50:41 +0800 Message-ID: <87bjxytd9a.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: rQCowAB3iomjuElnWNRSBg--.47342S2 X-Coremail-Antispam: 1UD129KBjvJXoW7Aw47JFy8Wry8CFWfXF48tFb_yoW8tr1rp3 93Z3sxK3W8G34qyFW8KFZFgw1SgFyFy3WUCa1xAwn2kF4YvrW0grZ7KFWfA3W7Ar97J34f Z3W8XF1DWF15ZaDanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUvmb7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_JFI_Gr1l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Gr0_Cr1l84ACjcxK6I8E87Iv67AKxVW0oVCq3wA2z4x0Y4vEx4 A2jsIEc7CjxVAFwI0_GcCE3s1lnx0Ee4C267I2x7xF54xIwI0E7I0Y6sxI4wAS0I0E0xvY zxvE52x082IY62kv0487M2AExVA0xI801c8C04v7Mc02F40EFcxC0VAKzVAqx4xG6I80ew Av7VC0I7IYx2IY67AKxVWUJVWUGwAv7VC2z280aVAFwI0_Jr0_Gr1lOx8S6xCaFVCjc4AY 6r1j6r4UM4x0Y48IcVAKI48JMxAIw28IcxkI7VAKI48JMxC20s026xCaFVCjc4AY6r1j6r 4UMI8I3I0E5I8CrVAFwI0_Jr0_Jr4lx2IqxVCjr7xvwVAFwI0_JrI_JrWlx4CE17CEb7AF 67AKxVWUXVWUAwCIc40Y0x0EwIxGrwCI42IY6xIIjxv20xvE14v26r1j6r1xMIIF0xvE2I x0cI8IcVCY1x0267AKxVWUJVW8JwCI42IY6xAIw20EY4v20xvaj40_Jr0_JF4lIxAIcVC2 z280aVAFwI0_Jr0_Gr1lIxAIcVC2z280aVCY1x0267AKxVW8JVW8JrUvcSsGvfC2KfnxnU UI43ZEXa7IUeAHUPUUUUU== X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -5.39 X-Spam-Score: -5.39 X-Migadu-Queue-Id: 134CF8EFB9 X-Migadu-Scanner: mx12.migadu.com X-TUID: c1woWIDu16QL --=-=-= Content-Type: text/plain "ashish.is--- via Guix-patches" via writes: > From: Ashish SHUKLA > > The updated information is sourced from the upstream repository at > GitHub: https://github.com/lavv17/lftp I think git-fetch with https://github.com/lavv17/lftp better than url-fetch + ftp://ftp.st.ryukoku.ac.jp/pub/network/ > > * gnu/packages/ftp.scm (lftp): Update to 4.9.3. > [source](origin): Switch to the only valid working mirror. > [home-page]: Update. > > Change-Id: I73771ed7e577da4bc82a8e74550eca83413dc8de > --- > gnu/packages/ftp.scm | 14 +++++--------- > 1 file changed, 5 insertions(+), 9 deletions(-) > > diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm > index 9f2334d0dc..04d7995fa1 100644 > --- a/gnu/packages/ftp.scm > +++ b/gnu/packages/ftp.scm > @@ -52,19 +52,15 @@ (define-module (gnu packages ftp) > (define-public lftp > (package > (name "lftp") > - (version "4.9.2") > + (version "4.9.3") > (source (origin > (method url-fetch) > ;; See https://lftp.tech/get.html for mirrors. > - (uri (list (string-append "https://lftp.tech/ftp/lftp-" > - version ".tar.xz") > - (string-append "https://lftp.tech/ftp/old/lftp-" > - version ".tar.xz") > - (string-append "ftp://ftp.st.ryukoku.ac.jp/pub/network/" > - "ftp/lftp/lftp-" version ".tar.xz"))) > + (uri (string-append "ftp://ftp.st.ryukoku.ac.jp/pub/network/" > + "ftp/lftp/lftp-" version ".tar.xz")) > (sha256 > (base32 > - "03b7y0h3mf4jfq5y8zw6hv9v44z3n6i8hc1iswax96y3z7sc85y5")))) > + "1p3y8lzikhagxafa3wndgsvhmd5an9ayjq8idg7k7gimg6fikrwn")))) > (build-system gnu-build-system) > (native-inputs > (list pkg-config)) > @@ -83,7 +79,7 @@ (define-public lftp > #:configure-flags > (list (string-append "--with-readline=" > (assoc-ref %build-inputs "readline"))))) > - (home-page "https://lftp.tech/") > + (home-page "https://lftp.yar.ru/") > (synopsis "Command-line file transfer program") > (description > "LFTP is a sophisticated FTP/HTTP client, and a file transfer program > > base-commit: c5421392081944d43db18fe04eafecec521f994a --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmdJuKIACgkQO1qpk+Gi 3/CLpg/9HgKlFWNeb5ESzXb0edFKFgRKllgwC8u+Lf/bst3KGMGYLvwHg7GvL8SW Gt+3yb+5USqAQy1bj9CxAoSFpsJVpwDQezFZCMDjmqHfJc0ufTRUFV4JfkylhVkw 1hSNOQcpClYCqXDOtkTKr9AKiC/s27KOC+XFglrCjZ8KLuPgGR5mgGFIUoGMsQPW XwO4WpKf5XLAL3zRV/4j62JHL3RPPekGHzXGQVD2xc73HHSiMsN/DAvfY6Km/r4s PbXUOU3T4ZgOP1BPZBv1S9UbrjCUdc7jHLc10YT5Qfv9iPZy5aUFPCN9JUbMRuQN B2Vg5sSxqVbhaxV9bSi3lzU14B2q4urI4J1mII0pG7q+w+J2nJ6zXmhtFw4GmBGJ UEMPeFywnT0nTaSkrEZ500t9Yrz7ATVac4YNUGBOSfnQWlajVnX2YTxqBN/4myrs aNqDhbPNmkJRlB4HGpSyPElD+NDVkuE1f4ZuxyKQcBHuSbmkqixA4a+TuwdvjIYF LDVRcWEqKshriRobeLoD/ZJdJJlAfMrecWrTOfVAmSXkxTbA/i32dMG5Nm0nrXfv tW0WUh4N6a8F88/+ECLOleCI8O43MXBB/Hj/1sqdMzlY/jaRxQU6RxOhOvcG2KdY SavvISA1dGWLlutSbciemAWsdrxfr2qpGPJQ0lJT2kCoWLZ22zg= =k27b -----END PGP SIGNATURE----- --=-=-=--