Ludovic Courtès skribis:
> I’ve submitted a bunch of changes upstream to better support
> post-handshake re-authentication:
>
> https://gitlab.com/gnutls/gnutls/merge_requests/1026
>
> In particular, this adds ‘connection-flag/post-handshake-auth’ and
> ‘connection-flag/auto-reauth’, which can
On Wed, 2020-01-08 at 22:58 +0100, Ludovic Courtès wrote:
> Hi Roel,
>
> Roel Janssen skribis:
>
> > When inside a container produced with:
> > $ guix environment -CN --ad-hoc ...
> >
> > I encounter a problem when running "make" for some code base:
> > make[3]: /gnu/store/5hkc9q38w6afhrf7xyz5y
Roel Janssen skribis:
> On Wed, 2020-01-08 at 22:58 +0100, Ludovic Courtès wrote:
>> Hi Roel,
>>
>> Roel Janssen skribis:
>>
>> > When inside a container produced with:
>> > $ guix environment -CN --ad-hoc ...
>> >
>> > I encounter a problem when running "make" for some code base:
>> > make[3
On Thu, Mar 26, 2020 at 01:09:40PM +0100, Ludovic Courtès wrote:
> I (finally!) implemented this second option in commit
> c7af9d0b5ebaa1fdb08ff5d8a56004998bcd8103.
It still doesn't work for me :/
> I confirmed that it has the indented effect like this:
[...]
> where the strace log shows:
>
>
Hi,
while trying to run a simple R script on my guix server, I stumbled upon
a problem with HTTPS and R. It's nothing urgent...
reproducer.R
library(jsonlite)
library(tidyverse)
library(lubridate)
api_parking <- "https://guix.gnu.org/packages.json";
parking.raw <- fromJSON(api_parking, simplifyDa
Jonathan Brielmaier writes:
> Error in open.connection(con, "rb") :
> server certificate verification failed. CAfile: none CRLfile: none
This is due to a change in r-curl. We patched it to respect the
CURL_CA_BUNDLE environment variable, not just when it’s used on Windows.
The code has chan
This is a followup to commit c7af9d0b5ebaa1fdb08ff5d8a56004998bcd8103.
This patch does as expected for me! But it's been some years since I
wrote C code, so I copy existing functions and fought through compiler
errors to write this — please give a close review.
* gnu/packages/patches/gnupg-defaul