emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#41411: closed (gnu: gnurl: Update to 7.70.0)


From: GNU bug Tracking System
Subject: bug#41411: closed (gnu: gnurl: Update to 7.70.0)
Date: Wed, 17 Jun 2020 10:02:01 +0000

Your message dated Wed, 17 Jun 2020 12:01:13 +0200
with message-id <87blliroye.fsf@gnu.org>
and subject line Re: [bug#41411] gnu: gnurl: Update to 7.70.0
has caused the debbugs.gnu.org bug report #41411,
regarding gnu: gnurl: Update to 7.70.0
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41411: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41411
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: gnu: gnurl: Update to 7.70.0 Date: Wed, 20 May 2020 00:17:25 +0200
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?

Attachment: 0001-gnu-gnurl-Update-to-7.70.0.patch
Description: Text document


--- End Message ---
--- Begin Message --- Subject: Re: [bug#41411] gnu: gnurl: Update to 7.70.0 Date: Wed, 17 Jun 2020 12:01:13 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi Nikita,

Nikita Gillmann <nikita@n0.is> skribis:

> From 2a2da39e5139a41b0a96531f9919e0225ac02ea4 Mon Sep 17 00:00:00 2001
> From: nikita <nikita@n0.is>
> 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’.


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]