From unknown Sun Jun 22 11:37:11 2025 X-Loop: help-debbugs@gnu.org Subject: [bug#31076] gnurl 7.59.0 Resent-From: Nils Gillmann Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 06 Apr 2018 12:25:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 31076 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: To: 31076@debbugs.gnu.org X-Debbugs-Original-To: guix-patches@gnu.org Received: via spool by submit@debbugs.gnu.org id=B.152301749124744 (code B ref -1); Fri, 06 Apr 2018 12:25:01 +0000 Received: (at submit) by debbugs.gnu.org; 6 Apr 2018 12:24:51 +0000 Received: from localhost ([127.0.0.1]:39914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f4QQF-0006R2-1n for submit@debbugs.gnu.org; Fri, 06 Apr 2018 08:24:51 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56091) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f4QQD-0006Qn-IJ for submit@debbugs.gnu.org; Fri, 06 Apr 2018 08:24:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4QQ7-0006R7-ES for submit@debbugs.gnu.org; Fri, 06 Apr 2018 08:24:44 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40939) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f4QQ7-0006R3-9U for submit@debbugs.gnu.org; Fri, 06 Apr 2018 08:24:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4QQ5-0006Ki-42 for guix-patches@gnu.org; Fri, 06 Apr 2018 08:24:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4QQ3-0006QE-U5 for guix-patches@gnu.org; Fri, 06 Apr 2018 08:24:41 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:46826) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f4QQ3-0006OT-IH for guix-patches@gnu.org; Fri, 06 Apr 2018 08:24:39 -0400 Received: by conspiracy.of.n0.is (OpenSMTPD) with ESMTPSA id ffd8469b (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Fri, 6 Apr 2018 12:24:36 +0000 (UTC) Date: Fri, 6 Apr 2018 12:24:57 +0000 From: Nils Gillmann Message-ID: <20180406122457.dg5mvmgmuotfslho@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="kdku43fuxqkjkv7x" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.4 (----) 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: -5.4 (-----) --kdku43fuxqkjkv7x Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Seems like ftp.gnu.org is currently either very slow or having troubles with the actual software distribution. The signatures landed on there, the rest has yet to materialize. That's why ftp.n0.is has been added as a fallback. You can check the files on ftp.n0.is gnurl directory with signify(1). --kdku43fuxqkjkv7x Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-gnurl-Update-to-version-7.59.0.patch" Content-Transfer-Encoding: quoted-printable =46rom 86bfb288c227f4100f06a175e833b06aae68c89d Mon Sep 17 00:00:00 2001 =46rom: Nils Gillmann Date: Fri, 6 Apr 2018 11:09:43 +0000 Subject: [PATCH] gnu: gnurl: Update to version 7.59.0. * gnu/packages/gnunet.scm (gnurl): Update to version 7.59.0. [source]: Add temporary second source at ftp.n0.is. Signed-off-by: Nils Gillmann --- gnu/packages/gnunet.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 7f442910e..b6062625c 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -186,13 +186,16 @@ authentication and support for SSL3 and TLS.") (define-public gnurl (package (name "gnurl") - (version "7.58.0") + (version "7.59.0") (source (origin (method url-fetch) - (uri (string-append "mirror://gnu/gnunet/" name "-" version ".= tar.xz")) + (uri (list (string-append "mirror://gnu/gnunet/" name "-" vers= ion ".tar.xz") + ;; TODO: Remove once gnurl-7.59.0 release has synce= d to ftp.gnu.org + (string-append "https://ftp.n0.is/pub/releases/gnur= l/" + name "-" version ".tar.xz"))) (sha256 (base32 - "1yyswsz0csplqi8hlhqaxlafqn5kh5016j8k2gaxziv4cb343znx")))) + "0fdwqxs4crzj1nbq3lz0xbqjiiqpq16vpll09gryyq4c1y6lbyib")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 1.5 MiB of man3 pages --=20 2.16.3 --kdku43fuxqkjkv7x-- From unknown Sun Jun 22 11:37:11 2025 MIME-Version: 1.0 X-Mailer: MIME-tools 5.505 (Entity 5.505) X-Loop: help-debbugs@gnu.org From: help-debbugs@gnu.org (GNU bug Tracking System) To: Nils Gillmann Subject: bug#31076: closed (Re: [bug#31076] gnurl 7.59.0) Message-ID: References: <87po39todl.fsf@gnu.org> <20180406122457.dg5mvmgmuotfslho@abyayala> X-Gnu-PR-Message: they-closed 31076 X-Gnu-PR-Package: guix-patches Reply-To: 31076@debbugs.gnu.org Date: Sun, 08 Apr 2018 20:50:03 +0000 Content-Type: multipart/mixed; boundary="----------=_1523220603-12187-1" This is a multi-part message in MIME format... ------------=_1523220603-12187-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable Content-Type: text/plain; charset="utf-8" Your bug report #31076: gnurl 7.59.0 which was filed against the guix-patches package, has been closed. The explanation is attached below, along with your original report. If you require more details, please reply to 31076@debbugs.gnu.org. --=20 31076: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=3D31076 GNU Bug Tracking System Contact help-debbugs@gnu.org with problems ------------=_1523220603-12187-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at 31076-done) by debbugs.gnu.org; 8 Apr 2018 20:49:31 +0000 Received: from localhost ([127.0.0.1]:42880 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f5HFj-00039o-3B for submit@debbugs.gnu.org; Sun, 08 Apr 2018 16:49:31 -0400 Received: from hera.aquilenet.fr ([185.233.100.1]:55310) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f5HFh-00039g-5m for 31076-done@debbugs.gnu.org; Sun, 08 Apr 2018 16:49:29 -0400 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id 7BBEA12198; Sun, 8 Apr 2018 22:49:28 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Yz7m_SL7KNKf; Sun, 8 Apr 2018 22:49:27 +0200 (CEST) Received: from ribbon (unknown [IPv6:2a01:e0a:1d:7270:af76:b9b:ca24:c465]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 20F961218B; Sun, 8 Apr 2018 22:49:27 +0200 (CEST) From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) To: Nils Gillmann Subject: Re: [bug#31076] gnurl 7.59.0 References: <20180406122457.dg5mvmgmuotfslho@abyayala> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: 19 Germinal an 226 de la =?utf-8?Q?R=C3=A9volution?= X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Sun, 08 Apr 2018 22:49:26 +0200 In-Reply-To: <20180406122457.dg5mvmgmuotfslho@abyayala> (Nils Gillmann's message of "Fri, 6 Apr 2018 12:24:57 +0000") Message-ID: <87po39todl.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 31076-done Cc: 31076-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: -0.0 (/) Hi, Nils Gillmann skribis: > Seems like ftp.gnu.org is currently either very slow or having troubles > with the actual software distribution. The signatures landed on there, > the rest has yet to materialize. I think you made a mistake: gnurl-7.59.0.tar.gz.sig gnurl-7.59.0.tar.gz.sig.sig You=E2=80=99ll have to reupload without the extra .sig. :-) I=E2=80=99ve applied the patch since there=E2=80=99s a fallback URL anyway. Thanks, Ludo=E2=80=99. ------------=_1523220603-12187-1 Content-Type: message/rfc822 Content-Disposition: inline Content-Transfer-Encoding: 7bit Received: (at submit) by debbugs.gnu.org; 6 Apr 2018 12:24:51 +0000 Received: from localhost ([127.0.0.1]:39914 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f4QQF-0006R2-1n for submit@debbugs.gnu.org; Fri, 06 Apr 2018 08:24:51 -0400 Received: from eggs.gnu.org ([208.118.235.92]:56091) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1f4QQD-0006Qn-IJ for submit@debbugs.gnu.org; Fri, 06 Apr 2018 08:24:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4QQ7-0006R7-ES for submit@debbugs.gnu.org; Fri, 06 Apr 2018 08:24:44 -0400 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on eggs.gnu.org X-Spam-Level: X-Spam-Status: No, score=-1.9 required=5.0 tests=BAYES_00 autolearn=disabled version=3.3.2 Received: from lists.gnu.org ([2001:4830:134:3::11]:40939) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f4QQ7-0006R3-9U for submit@debbugs.gnu.org; Fri, 06 Apr 2018 08:24:43 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47045) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1f4QQ5-0006Ki-42 for guix-patches@gnu.org; Fri, 06 Apr 2018 08:24:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1f4QQ3-0006QE-U5 for guix-patches@gnu.org; Fri, 06 Apr 2018 08:24:41 -0400 Received: from conspiracy.of.n0.is ([2a01:4f8:1c0c:7ad0::1]:46826) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1f4QQ3-0006OT-IH for guix-patches@gnu.org; Fri, 06 Apr 2018 08:24:39 -0400 Received: by conspiracy.of.n0.is (OpenSMTPD) with ESMTPSA id ffd8469b (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256:NO) for ; Fri, 6 Apr 2018 12:24:36 +0000 (UTC) Date: Fri, 6 Apr 2018 12:24:57 +0000 From: Nils Gillmann To: guix-patches@gnu.org Subject: gnurl 7.59.0 Message-ID: <20180406122457.dg5mvmgmuotfslho@abyayala> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="kdku43fuxqkjkv7x" Content-Disposition: inline X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6.x X-Received-From: 2001:4830:134:3::11 X-Spam-Score: -4.4 (----) 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: -5.4 (-----) --kdku43fuxqkjkv7x Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Seems like ftp.gnu.org is currently either very slow or having troubles with the actual software distribution. The signatures landed on there, the rest has yet to materialize. That's why ftp.n0.is has been added as a fallback. You can check the files on ftp.n0.is gnurl directory with signify(1). --kdku43fuxqkjkv7x Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-gnurl-Update-to-version-7.59.0.patch" Content-Transfer-Encoding: quoted-printable =46rom 86bfb288c227f4100f06a175e833b06aae68c89d Mon Sep 17 00:00:00 2001 =46rom: Nils Gillmann Date: Fri, 6 Apr 2018 11:09:43 +0000 Subject: [PATCH] gnu: gnurl: Update to version 7.59.0. * gnu/packages/gnunet.scm (gnurl): Update to version 7.59.0. [source]: Add temporary second source at ftp.n0.is. Signed-off-by: Nils Gillmann --- gnu/packages/gnunet.scm | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 7f442910e..b6062625c 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -186,13 +186,16 @@ authentication and support for SSL3 and TLS.") (define-public gnurl (package (name "gnurl") - (version "7.58.0") + (version "7.59.0") (source (origin (method url-fetch) - (uri (string-append "mirror://gnu/gnunet/" name "-" version ".= tar.xz")) + (uri (list (string-append "mirror://gnu/gnunet/" name "-" vers= ion ".tar.xz") + ;; TODO: Remove once gnurl-7.59.0 release has synce= d to ftp.gnu.org + (string-append "https://ftp.n0.is/pub/releases/gnur= l/" + name "-" version ".tar.xz"))) (sha256 (base32 - "1yyswsz0csplqi8hlhqaxlafqn5kh5016j8k2gaxziv4cb343znx")))) + "0fdwqxs4crzj1nbq3lz0xbqjiiqpq16vpll09gryyq4c1y6lbyib")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 1.5 MiB of man3 pages --=20 2.16.3 --kdku43fuxqkjkv7x-- ------------=_1523220603-12187-1--