Re: [RELEASE] curl and libcurl 7.40.1

2015-03-06 Thread Daniel Stenberg
On Fri, 6 Mar 2015, Dan Fandrich wrote: I'm seeing a lot of errors #error Configuration error; cannot use GnuTLS *and* OpenSSL. in a number of my autobuilds now. Oops, fix for that pushed just now! -- / daniel.haxx.se --- List

Re: [RELEASE] curl and libcurl 7.40.1

2015-03-06 Thread Dan Fandrich
On Fri, Mar 06, 2015 at 12:36:04AM +0100, Jan Ehrhardt wrote: Daniel Stenberg in gmane.comp.web.curl.library (Thu, 5 Mar 2015 18:34:04 +0100 (CET)): On Wed, 25 Feb 2015, Jan Ehrhardt wrote: When compiling with VC11 I am getting a lot of errors, starting with OCSP_BASICRESP: undeclared

Re: [RELEASE] curl and libcurl 7.40.1

2015-03-05 Thread Jan Ehrhardt
Daniel Stenberg in gmane.comp.web.curl.library (Thu, 5 Mar 2015 18:34:04 +0100 (CET)): On Wed, 25 Feb 2015, Jan Ehrhardt wrote: When compiling with VC11 I am getting a lot of errors, starting with OCSP_BASICRESP: undeclared identifier. I believe this problem is fixed in git now with my

Re: [RELEASE] curl and libcurl 7.40.1

2015-03-05 Thread Daniel Stenberg
On Wed, 25 Feb 2015, Jan Ehrhardt wrote: When compiling with VC11 I am getting a lot of errors, starting with OCSP_BASICRESP: undeclared identifier. I believe this problem is fixed in git now with my SSLeay/OpenSSL cleanup. -- / daniel.haxx.se

Re: [RELEASE] curl and libcurl 7.40.1

2015-02-26 Thread Kamil Dudka
On Wednesday 25 February 2015 19:32:29 Daniel Johnson wrote: On Feb 25, 2015, at 2:55 AM, Daniel Stenberg dan...@haxx.se wrote: Hi friends! I'm glad to announce that I just put together another curl release and put it up on the server: http://curl.haxx.se/ Thanks to everyone.

Re: [RELEASE] curl and libcurl 7.40.1

2015-02-25 Thread Jan Ehrhardt
Daniel Stenberg in gmane.comp.web.curl.library (Wed, 25 Feb 2015 11:18:31 +0100 (CET)): On Wed, 25 Feb 2015, Jan Ehrhardt wrote: When compiling with VC11 I am getting a lot of errors, starting with OCSP_BASICRESP: undeclared identifier. That is quite surprising to me. Are you sure you're

RE: [RELEASE] curl and libcurl 7.40.1

2015-02-25 Thread Daniel Stenberg
On Wed, 25 Feb 2015, Jonathan C. wrote: Looks like the issue I reported didn't make into the release. Yeah, I sometimes lose track of things (that aren't submitted in the bug tracker). I always have more things to do than I can handle, so some things just have to slip through. I thus

RE: [RELEASE] curl and libcurl 7.40.1

2015-02-25 Thread Jonathan C.
Looks like the issue I reported didn't make into the release. Daniel, can you take a look into it? http://curl.haxx.se/mail/lib-2015-02/0162.html It's still possible to get that into 7.40.1? I just saw that there is already a pull request for the exact problem:

Re: [RELEASE] curl and libcurl 7.40.1

2015-02-25 Thread Jan Ehrhardt
Jan Ehrhardt in gmane.comp.web.curl.library (Wed, 25 Feb 2015 13:15:58 +0100): I will change the OCSP_RESPDATA in ocsp.h into something else to see if that file is actually included. Then it should generate an error for OCSP_RESPDATA. The conclusion was that it loaded the openssl/ocsp.c from the

RE: [RELEASE] curl and libcurl 7.40.1

2015-02-25 Thread Daniel Stenberg
On Wed, 25 Feb 2015, Jonathan C. wrote: I will make sure to submit first to http://sourceforge.net/p/curl/bugs/ next time, by the way, I just saw that the github issue track is open, https://github.com/bagder/curl/issues, but empty, Is posting issues allowed there? I opened that one up the

Re: [RELEASE] curl and libcurl 7.40.1

2015-02-25 Thread Daniel Johnson
On Feb 25, 2015, at 2:55 AM, Daniel Stenberg dan...@haxx.se wrote: Hi friends! I'm glad to announce that I just put together another curl release and put it up on the server: http://curl.haxx.se/ Thanks to everyone. Now let's do it all again! Curl and libcurl 7.41.0 There's a

RE: [RELEASE] curl and libcurl 7.40.1

2015-02-25 Thread Steve Holme
On Wed, 25 Feb 2015, Jonathan C. wrote: So I take it the fix in the pull request fixes the problem for you? It does. In reality I just saw the pull request after you posted the release notes. I have now commented on the bug report and await feedback from Grant (The author of the report and

Re: [RELEASE] curl and libcurl 7.40.1

2015-02-25 Thread Jan Ehrhardt
Jan Ehrhardt in gmane.comp.web.curl.library (Wed, 25 Feb 2015 16:02:16 +0100): When I saw where OCSP_RESPONSE was defined I added this after line 202 of ossl_typ.h: typedef struct ocsp_req_ctx_st OCSP_REQ_CTX; typedef struct ocsp_response_st OCSP_RESPONSE; +typedef struct ocsp_basicresp_st

Re: [RELEASE] curl and libcurl 7.40.1

2015-02-25 Thread Daniel Stenberg
On Wed, 25 Feb 2015, Jan Ehrhardt wrote: When compiling with VC11 I am getting a lot of errors, starting with OCSP_BASICRESP: undeclared identifier. That is quite surprising to me. Are you sure you're actually using up-to-date openssl headers? openssl/ocsp.h seems to have been present for a

Re: [RELEASE] curl and libcurl 7.40.1

2015-02-25 Thread Jan Ehrhardt
When compiling with VC11 I am getting a lot of errors, starting with OCSP_BASICRESP: undeclared identifier. Configure line: nmake /f Makefile.vc mode=static VC=11 WITH_DEVEL=D:\repo\curl_deps.x86 WITH_SSL=dll WITH_ZLIB=static WITH_SSH2=static ENABLE_WINSSL=no USE_IDN=yes ENABLE_IPV6=yes

Re: [RELEASE] curl and libcurl 7.40.1

2015-02-25 Thread Daniel Stenberg
On Wed, 25 Feb 2015, Daniel Stenberg wrote: (I restrict my reply to this list only) Sorry for being sloppy, but the version number in the subject line is wrong. It is actually 7.41.0 everywhere else. -- / daniel.haxx.se ---