Re: [PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-24 Thread Roel Janssen
Ricardo Wurmus writes: > Leo Famulari writes: > >> On Wed, Sep 21, 2016 at 09:24:10PM +0200, Ricardo Wurmus wrote: >>> Leo Famulari writes: >>> >>> > On Tue, Sep 13, 2016 at 11:53:33PM +0200, Roel Janssen wrote: >>> >> This patch was essential to me

Re: [PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-24 Thread Ricardo Wurmus
Leo Famulari writes: > On Wed, Sep 21, 2016 at 09:24:10PM +0200, Ricardo Wurmus wrote: >> Leo Famulari writes: >> >> > On Tue, Sep 13, 2016 at 11:53:33PM +0200, Roel Janssen wrote: >> >> This patch was essential to me being able to interact with HTTPS

Re: [PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-22 Thread Leo Famulari
On Wed, Sep 21, 2016 at 09:24:10PM +0200, Ricardo Wurmus wrote: > Leo Famulari writes: > > > On Tue, Sep 13, 2016 at 11:53:33PM +0200, Roel Janssen wrote: > >> This patch was essential to me being able to interact with HTTPS urls in > >> R. As far as I understand, by

Re: [PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-21 Thread Ricardo Wurmus
Leo Famulari writes: > On Tue, Sep 13, 2016 at 11:53:33PM +0200, Roel Janssen wrote: >> This patch was essential to me being able to interact with HTTPS urls in >> R. As far as I understand, by default, R only looks for CURL_CA_BUNDLE >> on Windows, but with this patch it

Re: [PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-13 Thread Leo Famulari
On Tue, Sep 13, 2016 at 11:53:33PM +0200, Roel Janssen wrote: > This patch was essential to me being able to interact with HTTPS urls in > R. As far as I understand, by default, R only looks for CURL_CA_BUNDLE > on Windows, but with this patch it looks for CURL_CA_BUNDLE on GNU/Linux > as well.

Re: [PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-13 Thread Roel Janssen
Ricardo Wurmus writes: > * gnu/packages/web.scm (r-curl)[arguments]: Add phase > "allow-CURL_CA_BUNDLE". > --- > gnu/packages/web.scm | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm > index 87bc3e2..321a250 100644 > ---

Re: [PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-12 Thread Leo Famulari
On Wed, Sep 07, 2016 at 04:56:59PM +0200, Ricardo Wurmus wrote: > * gnu/packages/web.scm (r-curl)[arguments]: Add phase > "allow-CURL_CA_BUNDLE". > --- > gnu/packages/web.scm | 13 + > 1 file changed, 13 insertions(+) > > diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm >

[PATCH] gnu: r-curl: Respect CURL_CA_BUNDLE variable.

2016-09-07 Thread Ricardo Wurmus
* gnu/packages/web.scm (r-curl)[arguments]: Add phase "allow-CURL_CA_BUNDLE". --- gnu/packages/web.scm | 13 + 1 file changed, 13 insertions(+) diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm index 87bc3e2..321a250 100644 --- a/gnu/packages/web.scm +++ b/gnu/packages/web.scm