From unknown Wed Jun 18 23:14:19 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#74602 <74602@debbugs.gnu.org> To: bug#74602 <74602@debbugs.gnu.org> Subject: Status: [PATCH v2] gnu: lftp: Update to 4.9.3. Reply-To: bug#74602 <74602@debbugs.gnu.org> Date: Thu, 19 Jun 2025 06:14:19 +0000 retitle 74602 [PATCH v2] gnu: lftp: Update to 4.9.3. reassign 74602 guix-patches submitter 74602 ashish.is@lostca.se severity 74602 normal tag 74602 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 29 07:42:14 2024 Received: (at submit) by debbugs.gnu.org; 29 Nov 2024 12:42:14 +0000 Received: from localhost ([127.0.0.1]:41399 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH0K5-0006Gh-Kd for submit@debbugs.gnu.org; Fri, 29 Nov 2024 07:42:14 -0500 Received: from lists.gnu.org ([209.51.188.17]:44050) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH0K3-0006GZ-EO for submit@debbugs.gnu.org; Fri, 29 Nov 2024 07:42:12 -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 1tH0K2-0005z7-Pr for guix-patches@gnu.org; Fri, 29 Nov 2024 07:42:11 -0500 Received: from anamika.lostca.se ([2a01:4f9:3b:505c::2]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1tH0K0-00061I-L7 for guix-patches@gnu.org; Fri, 29 Nov 2024 07:42:10 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:bf00:36:17ab:c57d:201e]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id DFEAE3E85C; Fri, 29 Nov 2024 12:41:51 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1732884112; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding; bh=QXj56HzLy4ToILHnJ21A4YNdggGJPTuC8BikRlArCAM=; b=qG4Fn8mX2mrQoOyzA6tQXqChAad69Oh47ueqH1V8xtcUzqO+/HE2rWovcQk2We4K+4pqOP KejXp9+G2DcDl+bPxiRpxWu06yoDW0rlCeUK4jwQZapvuEoVo/k8IOr9CKmeCzj8unAJmW P0mrE0xtYDDMW7BeQNZly0VkZ+n2+5I= From: ashish.is@lostca.se To: guix-patches@gnu.org Subject: [PATCH] gnu: lftp: Update to 4.9.3. Date: Fri, 29 Nov 2024 13:41:36 +0100 Message-ID: X-Mailer: git-send-email 2.47.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=2a01:4f9:3b:505c::2; envelope-from=ashish.is@lostca.se; helo=anamika.lostca.se 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, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_NONE=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: Ashish SHUKLA 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 (--) From: Ashish SHUKLA The updated information is sourced from the upstream repository at GitHub: https://github.com/lavv17/lftp * 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 -- 2.47.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 29 07:51:13 2024 Received: (at submit) by debbugs.gnu.org; 29 Nov 2024 12:51:13 +0000 Received: from localhost ([127.0.0.1]:41420 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH0Sm-0006iz-J0 for submit@debbugs.gnu.org; Fri, 29 Nov 2024 07:51:13 -0500 Received: from lists.gnu.org ([209.51.188.17]:45974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH0Sl-0006is-5x for submit@debbugs.gnu.org; Fri, 29 Nov 2024 07:51:11 -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 1tH0Sk-00074X-Ds for guix-patches@gnu.org; Fri, 29 Nov 2024 07:51:10 -0500 Received: from smtp81.cstnet.cn ([159.226.251.81] helo=cstnet.cn) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1tH0Sg-0002Fw-HA for guix-patches@gnu.org; Fri, 29 Nov 2024 07:51:10 -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 To: "ashish.is--- via Guix-patches" via Subject: Re: [bug#74602] [PATCH] gnu: lftp: Update to 4.9.3. 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/ Received-SPF: pass client-ip=159.226.251.81; envelope-from=zhengjunjie@iscas.ac.cn; helo=cstnet.cn 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, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, 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: 74602@debbugs.gnu.org, ashish.is@lostca.se 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 "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----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 29 11:31:13 2024 Received: (at 74602) by debbugs.gnu.org; 29 Nov 2024 16:31:13 +0000 Received: from localhost ([127.0.0.1]:44182 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH3tg-0001dn-Oq for submit@debbugs.gnu.org; Fri, 29 Nov 2024 11:31:13 -0500 Received: from anamika.lostca.se ([65.21.75.227]:52974) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH3td-0001dO-W1 for 74602@debbugs.gnu.org; Fri, 29 Nov 2024 11:31:11 -0500 Received: from localhost.localdomain (unknown [IPv6:2a02:9140:3880:bf00:36:17ab:c57d:201e]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id 16F893E92C; Fri, 29 Nov 2024 16:31:01 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1732897862; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=lvyUwSRdJNp7XZeRplKly4imdGQBvbuo6pL0wPM4rxk=; b=OlGk2TgOE3+9QeC0rKM7w4rOSbvZxr42qMtws7qJRt5sytqyJwr3q8nSoMl8eLvju3e8hP QhGkMk664dlox7lNdsdn9rof8d1pDi2sYBcxMvysj/PNQ31/60UXG+AMOsClQZHtRY/i4W aJ5LRK6zfppDjjrnXJjCGbJR0x0rEso= From: ashish.is@lostca.se To: 74602@debbugs.gnu.org Subject: [PATCH v2] gnu: lftp: Update to 4.9.3. Date: Fri, 29 Nov 2024 17:30:46 +0100 Message-ID: <4174ce8a2c288822b16e1e6936c83ffc481eed3e.1732897846.git.ashish.is@lostca.se> X-Mailer: git-send-email 2.47.1 In-Reply-To: <87bjxytd9a.fsf@iscas.ac.cn> References: <87bjxytd9a.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 74602 Cc: Ashish SHUKLA 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 (-) From: Ashish SHUKLA The updated information is sourced from the upstream repository at GitHub: https://github.com/lavv17/lftp * gnu/packages/ftp.scm (lftp): Update to 4.9.3. [source]: Switch to git upstream. [native-inputs]: Add autoconf, automake, gettext-minimal, bison, gnulib, gperf, and libtool. [arguments]: Add unpack-gnulib phase. Delete existing bootstrap phase. Add new bootstrap phase to invoke it after patch-source-shebangs. [home-page]: Update. Change-Id: I73771ed7e577da4bc82a8e74550eca83413dc8de --- gnu/packages/ftp.scm | 52 ++++++++++++++++++++++++++++++++++---------- 1 file changed, 40 insertions(+), 12 deletions(-) diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm index 9f2334d0dc..3b43d17f57 100644 --- a/gnu/packages/ftp.scm +++ b/gnu/packages/ftp.scm @@ -27,16 +27,19 @@ (define-module (gnu packages ftp) #:use-module ((guix licenses) #:select (gpl2 gpl2+ gpl3+ clarified-artistic)) #:use-module (guix build-system gnu) #:use-module (guix download) + #:use-module (guix git-download) #:use-module (guix packages) #:use-module (guix utils) #:use-module (gnu packages) #:use-module (gnu packages autotools) + #:use-module (gnu packages bison) #:use-module (gnu packages check) #:use-module (gnu packages compression) #:use-module (gnu packages crypto) #:use-module (gnu packages freedesktop) #:use-module (gnu packages gettext) #:use-module (gnu packages glib) + #:use-module (gnu packages gperf) #:use-module (gnu packages gtk) #:use-module (gnu packages libidn) #:use-module (gnu packages linux) @@ -52,27 +55,52 @@ (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"))) + (method git-fetch) + (uri (git-reference + (url "https://github.com/lavv17/lftp") + (commit (string-append "v" version)))) + (file-name (git-file-name name version)) (sha256 (base32 - "03b7y0h3mf4jfq5y8zw6hv9v44z3n6i8hc1iswax96y3z7sc85y5")))) + "1hzy2g426az6y5gh2pzkz8bd0z744ibnvs72iqwy902y7lhdil0f")))) (build-system gnu-build-system) (native-inputs - (list pkg-config)) + `(("autoconf" ,autoconf-2.71) + ("automake" ,automake) + ("gettext-minimal" ,gettext-minimal) + ;; required by gnulib to fix parse-datetime.c compilation error + ("bison" ,bison) + ("gnulib" + ,(let ((commit "949989513e631b61196f11fd8d647d4dc77d7f40")) + (origin + (method git-fetch) + (uri (git-reference + (url "git://git.savannah.gnu.org/gnulib.git") + (commit commit))) + (sha256 + (base32 "0jk336yxfzldi0nsni0q3cxa7lqxb8lzmiisrr594v8cfvcprqn9")) + (file-name (git-file-name "gnulib" commit))))) + ("gperf" ,gperf) + ("libtool" ,libtool) + ("pkg-config" ,pkg-config))) (inputs (list zlib readline gnutls)) (arguments `(#:phases (modify-phases %standard-phases + (add-after 'unpack 'unpack-gnulib + (lambda* (#:key inputs #:allow-other-keys) + (copy-recursively (assoc-ref inputs "gnulib") + "gnulib"))) + (delete 'bootstrap) + (add-after 'patch-source-shebangs 'bootstrap + (lambda _ + (invoke "sh" "bootstrap" + "--no-git" + "--gnulib-srcdir=gnulib") + #t)) ;; Disable tests that require network access, which is most of them. (add-before 'check 'disable-impure-tests (lambda _ @@ -83,7 +111,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: f129a6cc591817c5c51770d5b8712eeb344ba4e4 -- 2.47.1 From debbugs-submit-bounces@debbugs.gnu.org Fri Nov 29 12:24:48 2024 Received: (at control) by debbugs.gnu.org; 29 Nov 2024 17:24:48 +0000 Received: from localhost ([127.0.0.1]:44260 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH4jX-0004IC-Vq for submit@debbugs.gnu.org; Fri, 29 Nov 2024 12:24:48 -0500 Received: from anamika.lostca.se ([65.21.75.227]:50538) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tH4jU-0004Ht-T4 for control@debbugs.gnu.org; Fri, 29 Nov 2024 12:24:45 -0500 Received: from localhost (unknown [IPv6:2a02:9140:3880:bf00:36:17ab:c57d:201e]) (using TLSv1.3 with cipher TLS_AES_128_GCM_SHA256 (128/128 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: abbe) by anamika.lostca.se (Postfix) with ESMTPSA id A187D3E8D6 for ; Fri, 29 Nov 2024 17:24:37 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=lostca.se; s=anamika; t=1732901077; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type: content-transfer-encoding:content-transfer-encoding; bh=qAyCYcUCFLAE0E7WJhGW4LFupYsLhipxwPt0MajhN7A=; b=qrVQFVFj1suMOAkam+k3l3s8KlSTz78aN9cu+/MZfaCvkNrPAJr3LS/Y49yfeFr3xsZ1Cy i3tbDrtX/PN3BKU8Bssa10x/ej9myuaeJP5xmequ4iAfPUcifF5I9uxWR5nYUuUWkfgQfb A2dv6jU8CbLcVw2UvDGTwXD0IOpJGaE= Mime-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset=UTF-8; format=Flowed Date: Fri, 29 Nov 2024 17:24:35 +0000 Message-Id: Subject: retitle bug From: "Ashish SHUKLA" To: X-Mailer: aerc 0.18.2 X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: control 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 (-) retitle 74602 [PATCH v2] gnu: lftp: Update to 4.9.3. quit --=20 Ashish SHUKLA | GPG: F682 CDCC 39DC 0FEA E116 20B6 C746 CFA9 E74F A4B0 "If I destroy you, what business is it of yours ?" (Dark Forest, Liu Cixin) From debbugs-submit-bounces@debbugs.gnu.org Sun Dec 01 03:07:26 2024 Received: (at submit) by debbugs.gnu.org; 1 Dec 2024 08:07:26 +0000 Received: from localhost ([127.0.0.1]:50174 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tHezF-0001aT-Kc for submit@debbugs.gnu.org; Sun, 01 Dec 2024 03:07:26 -0500 Received: from lists.gnu.org ([209.51.188.17]:42094) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1tHezD-0001aJ-S5 for submit@debbugs.gnu.org; Sun, 01 Dec 2024 03:07:24 -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 1tHezD-0000eL-LE for guix-patches@gnu.org; Sun, 01 Dec 2024 03:07:23 -0500 Received: from smtp21.cstnet.cn ([159.226.251.21] helo=cstnet.cn) by eggs.gnu.org with esmtps (TLS1.2:DHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.90_1) (envelope-from ) id 1tHezB-0002wj-A3 for guix-patches@gnu.org; Sun, 01 Dec 2024 03:07:23 -0500 Received: from m (unknown [107.174.64.25]) by APP-01 (Coremail) with SMTP id qwCowACXDccpGUxnkiQNBw--.1877S2; Sun, 01 Dec 2024 16:07:09 +0800 (CST) From: Zheng Junjie To: "ashish.is--- via Guix-patches" via Subject: Re: [bug#74602] [PATCH v2] gnu: lftp: Update to 4.9.3. In-Reply-To: <4174ce8a2c288822b16e1e6936c83ffc481eed3e.1732897846.git.ashish.is@lostca.se> (ashish is's message of "Fri, 29 Nov 2024 17:30:46 +0100") References: <87bjxytd9a.fsf@iscas.ac.cn> <4174ce8a2c288822b16e1e6936c83ffc481eed3e.1732897846.git.ashish.is@lostca.se> User-Agent: mu4e 1.12.7; emacs 30.0.92 Date: Sun, 01 Dec 2024 16:07:04 +0800 Message-ID: <875xo3q11z.fsf@iscas.ac.cn> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-CM-TRANSID: qwCowACXDccpGUxnkiQNBw--.1877S2 X-Coremail-Antispam: 1UD129KBjvJXoWxGrWUuF1DJw47Xr17XFWUJwb_yoWrZFW3pF WfZ34Fgr48Kr9xXa1SgF1Uur13ur93tFWjqa4xCrn7ta15trW0yrZ7Ka95Aw17Cw1xJw43 ua1DXF13uFyUZFJanT9S1TB71UUUUU7qnTZGkaVYY2UrUUUUjbIjqfuFe4nvWSU5nxnvy2 9KBjDU0xBIdaVrnRJUUUvCb7Iv0xC_Kw4lb4IE77IF4wAFF20E14v26r1j6r4UM7CY07I2 0VC2zVCF04k26cxKx2IYs7xG6rWj6s0DM7CIcVAFz4kK6r1j6r18M28lY4IEw2IIxxk0rw A2F7IY1VAKz4vEj48ve4kI8wA2z4x0Y4vE2Ix0cI8IcVAFwI0_Jr0_JF4l84ACjcxK6xII jxv20xvEc7CjxVAFwI0_Jr0_Gr1l84ACjcxK6I8E87Iv67AKxVW8Jr0_Cr1UM28EF7xvwV C2z280aVCY1x0267AKxVW8Jr0_Cr1UM2vj62AExVA0xI801c8C04v26x02cVCv0xWle2I2 62IYc4CY6c8Ij28IcVAaY2xG8wASzI0EjI02j7AqF2xKxwAqx4xG64xvF2IEw4CE5I8CrV C2j2WlYx0E2Ix0cI8IcVAFwI0_Jrv_JF1lYx0Ex4A2jsIE14v26r1j6r4UMcvjeVCFs4IE 7xkEbVWUJVW8JwACjcxG0xvEwIxGrwCF04k20xvY0x0EwIxGrwCFx2IqxVCFs4IE7xkEbV WUJVW8JwC20s026c02F40E14v26r1j6r18MI8I3I0E7480Y4vE14v26r106r1rMI8E67AF 67kF1VAFwI0_Jrv_JF1lIxkGc2Ij64vIr41lIxAIcVC0I7IYx2IY67AKxVWUJVWUCwCI42 IY6xIIjxv20xvEc7CjxVAFwI0_Jr0_Gr1lIxAIcVCF04k26cxKx2IYs7xG6r1j6r1xMIIF 0xvEx4A2jsIE14v26r1j6r4UMIIF0xvEx4A2jsIEc7CjxVAFwI0_Jr0_GrUvcSsGvfC2Kf nxnUUI43ZEXa7IUepbytUUUUU== X-Originating-IP: [107.174.64.25] X-CM-SenderInfo: x2kh0wxmxqyx3h6l2u1dvotugofq/ Received-SPF: pass client-ip=159.226.251.21; envelope-from=zhengjunjie@iscas.ac.cn; helo=cstnet.cn X-Spam_score_int: -50 X-Spam_score: -5.1 X-Spam_bar: ----- X-Spam_report: (-5.1 / 5.0 requ) BAYES_00=-1.9, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H2=-0.93, RCVD_IN_VALIDITY_CERTIFIED_BLOCKED=0.001, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, 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: 74602-done@debbugs.gnu.org, ashish.is@lostca.se 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 "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 > > * gnu/packages/ftp.scm (lftp): Update to 4.9.3. > [source]: Switch to git upstream. [native-inputs]: Add autoconf, > automake, gettext-minimal, bison, gnulib, gperf, and libtool. > [arguments]: Add unpack-gnulib phase. Delete existing bootstrap > phase. Add new bootstrap phase to invoke it after patch-source-shebangs. > [home-page]: Update. > > Change-Id: I73771ed7e577da4bc82a8e74550eca83413dc8de > --- > gnu/packages/ftp.scm | 52 ++++++++++++++++++++++++++++++++++---------- > 1 file changed, 40 insertions(+), 12 deletions(-) > > diff --git a/gnu/packages/ftp.scm b/gnu/packages/ftp.scm > index 9f2334d0dc..3b43d17f57 100644 > --- a/gnu/packages/ftp.scm > +++ b/gnu/packages/ftp.scm > @@ -27,16 +27,19 @@ (define-module (gnu packages ftp) > #:use-module ((guix licenses) #:select (gpl2 gpl2+ gpl3+ clarified-artistic)) > #:use-module (guix build-system gnu) > #:use-module (guix download) > + #:use-module (guix git-download) > #:use-module (guix packages) > #:use-module (guix utils) > #:use-module (gnu packages) > #:use-module (gnu packages autotools) > + #:use-module (gnu packages bison) > #:use-module (gnu packages check) > #:use-module (gnu packages compression) > #:use-module (gnu packages crypto) > #:use-module (gnu packages freedesktop) > #:use-module (gnu packages gettext) > #:use-module (gnu packages glib) > + #:use-module (gnu packages gperf) > #:use-module (gnu packages gtk) > #:use-module (gnu packages libidn) > #:use-module (gnu packages linux) > @@ -52,27 +55,52 @@ (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"))) > + (method git-fetch) > + (uri (git-reference > + (url "https://github.com/lavv17/lftp") > + (commit (string-append "v" version)))) > + (file-name (git-file-name name version)) > (sha256 > (base32 > - "03b7y0h3mf4jfq5y8zw6hv9v44z3n6i8hc1iswax96y3z7sc85y5")))) > + "1hzy2g426az6y5gh2pzkz8bd0z744ibnvs72iqwy902y7lhdil0f")))) > (build-system gnu-build-system) > (native-inputs > - (list pkg-config)) > + `(("autoconf" ,autoconf-2.71) > + ("automake" ,automake) > + ("gettext-minimal" ,gettext-minimal) > + ;; required by gnulib to fix parse-datetime.c compilation error > + ("bison" ,bison) > + ("gnulib" > + ,(let ((commit "949989513e631b61196f11fd8d647d4dc77d7f40")) > + (origin > + (method git-fetch) > + (uri (git-reference > + (url "git://git.savannah.gnu.org/gnulib.git") > + (commit commit))) > + (sha256 > + (base32 "0jk336yxfzldi0nsni0q3cxa7lqxb8lzmiisrr594v8cfvcprqn9")) > + (file-name (git-file-name "gnulib" commit))))) > + ("gperf" ,gperf) > + ("libtool" ,libtool) > + ("pkg-config" ,pkg-config))) > (inputs > (list zlib readline gnutls)) > (arguments > `(#:phases > (modify-phases %standard-phases > + (add-after 'unpack 'unpack-gnulib > + (lambda* (#:key inputs #:allow-other-keys) > + (copy-recursively (assoc-ref inputs "gnulib") > + "gnulib"))) > + (delete 'bootstrap) > + (add-after 'patch-source-shebangs 'bootstrap > + (lambda _ > + (invoke "sh" "bootstrap" > + "--no-git" > + "--gnulib-srcdir=gnulib") > + #t)) > ;; Disable tests that require network access, which is most of them. > (add-before 'check 'disable-impure-tests > (lambda _ > @@ -83,7 +111,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: f129a6cc591817c5c51770d5b8712eeb344ba4e4 pushed, closing. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEfr6klGDOXiwIdX/bO1qpk+Gi3/AFAmdMGSgACgkQO1qpk+Gi 3/BfAQ/+NDVPd+b9RDe08jnKbP30CG3sQNKoadH2QDHiyEjxhhLLSFuVFTqM4Hdr QRz1Ewdm6o3JJa4PB9uKaQcmJebf81hh15tj5ZnfyDIimdU94Me41V2M1ZyQF4K2 e4G1VNQXsU6Y4BZuyT3n7i06KHdGR3A9TMrfRC8tXBwFtU9hFqIZS44ndxyYX1cK e5IoHVG2tUM3JDWh8ty6zimkCMe2xLhEEDRVFZWznBhn+7w8KHrUv3b49iQ1PKo4 cb9JMkVOCYAI+ObdgBsGiIjqYBTiAnthjMFAuq4irRaokgr8rnNUZ3nV5HyEo8Uk 2Y2O8E5BTEaCm7lNxnHHfTVohzEoA6sAd0KjjbHMfmlJXxK7FJodXjAnVStNO51C voHJgJA8tReZslGbAnAmm8Tet+iFR7Y0tcMp1Dn6YDDYgIoPw2nhlu3aDvUqMuk/ vkB1ZCQBTumhSuLS6szc60URzSeAdwgTW1+tXjqZsYd4Wb/XEEYV4C5pWgqn8N9k hYYWYuhKT7OnlmCtrizMDRNrKTb3nTazYs0EyENG3bGEshG4aRZp/Zra5l9sf6dm aZedR0S0/AeuGM+LEtKw8JkguWaHq8ifE0xqpKQbQ7KqLHPzVgg2BrKzZwbShEzs +qAeqxkyVebGDHLvl69xJUn3k6R+kLYI/vTbnfdF5EdmyVIHteM= =MQmP -----END PGP SIGNATURE----- --=-=-=-- From unknown Wed Jun 18 23:14:19 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, 29 Dec 2024 12:24:05 +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