From unknown Sat Jun 21 10:33:32 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#41411 <41411@debbugs.gnu.org> To: bug#41411 <41411@debbugs.gnu.org> Subject: Status: gnu: gnurl: Update to 7.70.0 Reply-To: bug#41411 <41411@debbugs.gnu.org> Date: Sat, 21 Jun 2025 17:33:32 +0000 retitle 41411 gnu: gnurl: Update to 7.70.0 reassign 41411 guix-patches submitter 41411 Nikita Gillmann severity 41411 normal thanks From debbugs-submit-bounces@debbugs.gnu.org Tue May 19 18:17:53 2020 Received: (at submit) by debbugs.gnu.org; 19 May 2020 22:17:53 +0000 Received: from localhost ([127.0.0.1]:51333 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbAYV-0003fG-Ue for submit@debbugs.gnu.org; Tue, 19 May 2020 18:17:53 -0400 Received: from lists.gnu.org ([209.51.188.17]:45978) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbAYU-0003f8-AE for submit@debbugs.gnu.org; Tue, 19 May 2020 18:17:47 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:43244) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jbAYU-0000DC-4E for guix-patches@gnu.org; Tue, 19 May 2020 18:17:46 -0400 Received: from aibo.runbox.com ([91.220.196.211]:59694) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1jbAYR-0007dY-UF for guix-patches@gnu.org; Tue, 19 May 2020 18:17:45 -0400 Received: from [10.9.9.204] (helo=mailfront22.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1jbAYP-0007Kw-13 for guix-patches@gnu.org; Wed, 20 May 2020 00:17:41 +0200 Received: by mailfront22.runbox with esmtpsa [Authenticated alias (924257)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1jbAYA-0005CX-8S for guix-patches@gnu.org; Wed, 20 May 2020 00:17:26 +0200 Date: Wed, 20 May 2020 00:17:25 +0200 From: Nikita Gillmann To: guix-patches@gnu.org Subject: gnu: gnurl: Update to 7.70.0 Message-ID: <20200519221714.qywwmiyq6zivfrjb@hex> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="mp4qxkdbc7e52mlc" Content-Disposition: inline Received-SPF: pass client-ip=91.220.196.211; envelope-from=nikita@n0.is; helo=aibo.runbox.com X-detected-operating-system: by eggs.gnu.org: First seen = 2020/05/19 18:17:41 X-ACL-Warn: Detected OS = ??? 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_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_PASS=-0.001, URIBL_BLOCKED=0.001 autolearn=_AUTOLEARN 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: -0.3 (/) --mp4qxkdbc7e52mlc Content-Type: text/plain; charset=utf-8 Content-Disposition: inline This updates gnurl to version 7.70.0. Something to consider (for gnurl and curl): While all tests pass, gnurl and curl want the python module "impacket" for some tests since bundled impacket got removed. runtests.pl: In the environment of guix, $USER is unset. # get the name of the current user my $USER = $ENV{USER}; # Linux if (!$USER) { $USER = $ENV{USERNAME}; # Windows if (!$USER) { $USER = $ENV{LOGNAME}; # Some Unix (I think) } } leads to $USER being uninitialized at some point (around line 3600 or something further below, grep for it). The tests loudly complain to the log but it's not fatal. Can I (as gnurl upstream) set a fallback value like "Anonymous" in the next release, or what's your take on this? --mp4qxkdbc7e52mlc Content-Type: text/plain; charset=utf-8 Content-Disposition: attachment; filename="0001-gnu-gnurl-Update-to-7.70.0.patch" Content-Transfer-Encoding: quoted-printable =46rom 2a2da39e5139a41b0a96531f9919e0225ac02ea4 Mon Sep 17 00:00:00 2001 =46rom: nikita Date: Wed, 20 May 2020 00:06:05 +0200 Subject: [PATCH] gnu: gnurl: Update to 7.70.0. * gnu/packages/gnunet.scm (gnurl): Update to 7.70.0. --- gnu/packages/gnunet.scm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gnu/packages/gnunet.scm b/gnu/packages/gnunet.scm index 1b7ea9246c..27fb39fb8b 100644 --- a/gnu/packages/gnunet.scm +++ b/gnu/packages/gnunet.scm @@ -5,7 +5,7 @@ ;;; Copyright =C2=A9 2015, 2017, 2019, 2020 Efraim Flashner ;;; Copyright =C2=A9 2016 Ricardo Wurmus ;;; Copyright =C2=A9 2016 Mark H Weaver -;;; Copyright =C2=A9 2016, 2017, 2018, 2019 Nikita +;;; Copyright =C2=A9 2016, 2017, 2018, 2019, 2020 Nikita ;;; Copyright =C2=A9 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice ;;; Copyright =C2=A9 2018 Alex Vong ;;; Copyright =C2=A9 2019 Brett Gilio @@ -180,13 +180,13 @@ authentication and support for SSL3 and TLS.") (define-public gnurl (package (name "gnurl") - (version "7.69.1") + (version "7.70.0") (source (origin (method url-fetch) (uri (string-append "mirror://gnu/gnunet/gnurl-" version ".tar= =2Egz")) (sha256 (base32 - "0x8m26y3klndis6a28j8i0b7ab04d38q3rmlvgaqa65bjhlfdrp0")))) + "0px9la8v4bj1dzxb95fx3yxk0rcjqjrxpj733ga27cza45wwzkqa")))) (build-system gnu-build-system) (outputs '("out" "doc")) ; 1.8 MiB of man3 pages --=20 2.25.2 --mp4qxkdbc7e52mlc-- From debbugs-submit-bounces@debbugs.gnu.org Tue May 19 20:54:32 2020 Received: (at 41411) by debbugs.gnu.org; 20 May 2020 00:54:32 +0000 Received: from localhost ([127.0.0.1]:51609 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbD0B-0001D0-S6 for submit@debbugs.gnu.org; Tue, 19 May 2020 20:54:32 -0400 Received: from sender4-of-o53.zoho.com ([136.143.188.53]:21335) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbD08-0001Cr-SN for 41411@debbugs.gnu.org; Tue, 19 May 2020 20:54:30 -0400 ARC-Seal: i=1; a=rsa-sha256; t=1589936067; cv=none; d=zohomail.com; s=zohoarc; b=YK3wzLHhymCrf0U7jASczsgv0J8cYPZEO7zeb+pynxIme/H99bkMy5/KJxy6sh3gNfgHaqsPRKCKwBeSpR40meK8nJfuDwRWbblL2gqrB8ifFo+aFf0y3LtcuymQPL0DUNeyPSRc2iYmr0I6yv+XcQVwgOLM3RIeYD38UdkXuiI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1589936067; h=Content-Type:Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:MIME-Version:Message-ID:References:Subject:To; bh=ic1ZREiLym96ReJx3YGZdU/rcdwrKxn8HfAJO2ek3oo=; b=NGTb4KpTp90g6jpre5rZeYxyK1QRUyLV7wksUZ6AYBbskK5uq9oObCefpfa13I8elyTNos+bdqAUJAoborbB8gWc2dSxRy/HuoP1HOFwY88elEPU0aJNolqZsd+sSKnqSAkmeb24uUZG1l++DFxzNfWD7JoXlsW2Q2FELS/ZbHg= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass header.i=elephly.net; spf=pass smtp.mailfrom=rekado@elephly.net; dmarc=pass header.from= header.from= DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1589936067; s=zoho; d=elephly.net; i=rekado@elephly.net; h=References:From:To:Cc:Subject:In-reply-to:Date:Message-ID:MIME-Version:Content-Type:Content-Transfer-Encoding; bh=ic1ZREiLym96ReJx3YGZdU/rcdwrKxn8HfAJO2ek3oo=; b=Five3TGHAjCIW0qTWFKy8pm/QtYydQ0hC/Z4GkwdrgP8J+t8/NIVII9PYfHmo4ta OkT5BonOIWuHNh6AwQeJW9e9GJGM1nR4CUPF3/0cj2QKUs9gbC2Pi9oA932s219A1gM 4pXB3ZK+8esZ9bNcSE+JQoL3WrECrZq6H97KHFiE= Received: from localhost (p54ad4b90.dip0.t-ipconnect.de [84.173.75.144]) by mx.zohomail.com with SMTPS id 1589936065657742.5012269960049; Tue, 19 May 2020 17:54:25 -0700 (PDT) References: <20200519221714.qywwmiyq6zivfrjb@hex> User-agent: mu4e 1.4.4; emacs 26.3 From: Ricardo Wurmus To: Nikita Gillmann Subject: Re: [bug#41411] gnu: gnurl: Update to 7.70.0 In-reply-to: <20200519221714.qywwmiyq6zivfrjb@hex> X-URL: https://elephly.net X-PGP-Key: https://elephly.net/rekado.pubkey X-PGP-Fingerprint: BCA6 89B6 3655 3801 C3C6 2150 197A 5888 235F ACAC Date: Wed, 20 May 2020 02:54:22 +0200 Message-ID: <87a723fmtd.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-ZohoMailClient: External X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 41411 Cc: 41411@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 (-) > runtests.pl: > In the environment of guix, $USER is unset. > > # get the name of the current user > my $USER =3D $ENV{USER}; # Linux > if (!$USER) { > $USER =3D $ENV{USERNAME}; # Windows > if (!$USER) { > $USER =3D $ENV{LOGNAME}; # Some Unix (I think) > } > } > > > leads to $USER being uninitialized at some point (around line 3600 or > something further below, grep for it). The tests loudly complain to the > log but it's not fatal. What is the USER variable used for? If it=E2=80=99s not needed why set it = at all? --=20 Ricardo From debbugs-submit-bounces@debbugs.gnu.org Wed May 20 05:05:34 2020 Received: (at 41411) by debbugs.gnu.org; 20 May 2020 09:05:34 +0000 Received: from localhost ([127.0.0.1]:52275 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbKfN-0000dW-Qm for submit@debbugs.gnu.org; Wed, 20 May 2020 05:05:34 -0400 Received: from aibo.runbox.com ([91.220.196.211]:58438) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jbKfL-0000dM-8F for 41411@debbugs.gnu.org; Wed, 20 May 2020 05:05:31 -0400 Received: from [10.9.9.204] (helo=mailfront22.runbox) by mailtransmit03.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1jbKfH-0002NN-VE; Wed, 20 May 2020 11:05:28 +0200 Received: by mailfront22.runbox with esmtpsa [Authenticated alias (924257)] (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) id 1jbKez-0004zO-Qs; Wed, 20 May 2020 11:05:09 +0200 Date: Wed, 20 May 2020 11:05:08 +0200 From: Nikita Gillmann To: Ricardo Wurmus Subject: Re: [bug#41411] gnu: gnurl: Update to 7.70.0 Message-ID: <20200520090508.wc5rac3islnxy6se@hex> References: <20200519221714.qywwmiyq6zivfrjb@hex> <87a723fmtd.fsf@elephly.net> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <87a723fmtd.fsf@elephly.net> X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 41411 Cc: Nikita Gillmann , 41411@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.7 (-) Ricardo Wurmus transcribed 0.6K bytes: > > > runtests.pl: > > In the environment of guix, $USER is unset. > > > > # get the name of the current user > > my $USER = $ENV{USER}; # Linux > > if (!$USER) { > > $USER = $ENV{USERNAME}; # Windows > > if (!$USER) { > > $USER = $ENV{LOGNAME}; # Some Unix (I think) > > } > > } > > > > > > leads to $USER being uninitialized at some point (around line 3600 or > > something further below, grep for it). The tests loudly complain to the > > log but it's not fatal. > > What is the USER variable used for? If it’s not needed why set it at all? I did some reading in runtests.pl and then sshserver.pl. My perl knowledge isn't that good but from what I can gather the main reason it exists is so that sshserver.pl can check if the arguments passed to it and the env do not result in user root starting an ssh server. Most tests run with predefined user, and runtests.pl seems to do some substition with $USER when it's in the environment. Since gnurl does not build with ssh enabled I assume the ssh tests are unnecessary anyway (if they are run at all), so a fallback to 'Anonymous' (like most tests which set this user) should be free of unexpected side-effects. > -- > Ricardo From debbugs-submit-bounces@debbugs.gnu.org Wed Jun 17 06:01:29 2020 Received: (at 41411-done) by debbugs.gnu.org; 17 Jun 2020 10:01:29 +0000 Received: from localhost ([127.0.0.1]:50390 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlUsr-0006Xz-5k for submit@debbugs.gnu.org; Wed, 17 Jun 2020 06:01:29 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33052) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1jlUsp-0006Xn-Bw for 41411-done@debbugs.gnu.org; Wed, 17 Jun 2020 06:01:27 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:42763) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jlUsi-0002pm-0t; Wed, 17 Jun 2020 06:01:20 -0400 Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (port=40566 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jlUsd-0007og-CD; Wed, 17 Jun 2020 06:01:18 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Nikita Gillmann Subject: Re: [bug#41411] gnu: gnurl: Update to 7.70.0 References: <20200519221714.qywwmiyq6zivfrjb@hex> Date: Wed, 17 Jun 2020 12:01:13 +0200 In-Reply-To: <20200519221714.qywwmiyq6zivfrjb@hex> (Nikita Gillmann's message of "Wed, 20 May 2020 00:17:25 +0200") Message-ID: <87blliroye.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 41411-done Cc: 41411-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: -3.3 (---) Hi Nikita, Nikita Gillmann skribis: > From 2a2da39e5139a41b0a96531f9919e0225ac02ea4 Mon Sep 17 00:00:00 2001 > From: nikita > Date: Wed, 20 May 2020 00:06:05 +0200 > Subject: [PATCH] gnu: gnurl: Update to 7.70.0. > > * gnu/packages/gnunet.scm (gnurl): Update to 7.70.0. Applied, thanks! BTW, the home page is now 404. Ludo=E2=80=99. From unknown Sat Jun 21 10:33:32 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Wed, 15 Jul 2020 11:24:04 +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