guix-patches
[Top][All Lists]
Advanced

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

[bug#41411] gnu: gnurl: Update to 7.70.0


From: Nikita Gillmann
Subject: [bug#41411] 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


reply via email to

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