Re: Problem with include files - 32-bit and 64-bit modes are not supported in a "single-set of include files"

2015-11-23 Thread Michael Felt
On 2015-11-23 22:58, Daniel Stenberg wrote: On Mon, 23 Nov 2015, aixtools wrote: (let's keep this in curl-library since it concerns the library) During a build of curl-7.45 (and I expect earlier versions) - when the target is a 32-bit build (on AIX) - sizeof(long) == 4, but on a 64-bit build

Re: Problem with include files - 32-bit and 64-bit modes are not supported in a "single-set of include files"

2015-11-25 Thread Michael Felt
On 2015-11-24 09:06, Daniel Stenberg wrote: On Tue, 24 Nov 2015, Michael Felt wrote: If someone has a good idea of how to tweak libcurl to make this process easier or more streamlined in any way, please let me know. I have not been concerned with things like this for a long long time. The

Re: Problem with include files - 32-bit and 64-bit modes are not supported in a "single-set of include files"

2016-09-16 Thread Michael Felt
On 23/11/2015 22:58, Daniel Stenberg wrote: (let's keep this in curl-library since it concerns the library) During a build of curl-7.45 (and I expect earlier versions) - when the target is a 32-bit build (on AIX) - sizeof(long) == 4, but on a 64-bit build sizeof(long) == 8. (This has been th

shouldnt SSLv2 be disabled by default, mk_ca_bundle and install question

2016-09-16 Thread Michael Felt
Hi, I am back to repackaging libcurl - and seems I missed 7.50.3 by a day, so starting all over and looking at different things. FYI: I got started because git stopped working - and I am guessing it was because the last curl I built was not being strict enough with SSL. So, this time I watch

Re: Regarding CVE-2016-9594 (uninitialized random)

2017-02-18 Thread Michael Felt
On 17/02/2017 20:28, Rich Gray wrote: I do not understand what you mean by BREAK-CAST. Assuming I am not the only one who does not understand it, putting it to the advisory would hardly help. Yay! I'm not the only one! :) Rich No you are not alone - after reading through this I am now wo

Re: Regarding CVE-2016-9594 (uninitialized random)

2017-02-18 Thread Michael Felt
On 18/02/2017 11:14, Daniel Stenberg wrote: I see warnings - frequently - from the IBM xlc compiler, but they seem to be missed or ignored by gcc (default flags). I probably should have been clearer - warnings on other projects. From memory curl is was clean last go around. We need to keep bui

Re: possible patch release?

2017-02-22 Thread Michael Felt
On 22/02/2017 14:37, Jan Ehrhardt wrote: Daniel Stenberg in gmane.comp.web.curl.library (Wed, 22 Feb 2017 08:16:42 +0100 (CET)): Due to issue #1276 [1] that was reported within an hour of the 7.53.0 release, we're contemplating a follow-up patch release. All opinions and arguments for or against

Re: possible patch release?

2017-04-20 Thread Michael Felt
On 22/02/2017 19:21, Michael Felt wrote: On 22/02/2017 14:37, Jan Ehrhardt wrote: Daniel Stenberg in gmane.comp.web.curl.library (Wed, 22 Feb 2017 08:16:42 +0100 (CET)): Due to issue #1276 [1] that was reported within an hour of the 7.53.0 release, we're contemplating a follow-up patch re

minor issue with build

2017-04-21 Thread Michael Felt
The generated Makefile in ./src is not working on AIX (tried both AIX 5.3 and AIX 6.1). I would think it should work, but sadly - it does not seem to. Here is the "diff -u" that fixes it for me. --- Makefile-7.54 2017-04-21 12:12:03 + +++ Makefile2017-04-21 12:14:57 + @@ -222

Re: minor issue with build

2017-04-21 Thread Michael Felt
On 21/04/2017 14:24, Daniel Stenberg wrote: On Fri, 21 Apr 2017, Michael Felt wrote: The generated Makefile in ./src is not working on AIX (tried both AIX 5.3 and AIX 6.1). I would think it should work, but sadly - it does not seem to. Here is the "diff -u" that fixes it for me.

Re: Closing idle issues and pull-requests

2017-04-21 Thread Michael Felt
As far as 90/14 days - what is your bigger concern? That something gets lost (removed) prematurely, or that it hangs around "too" long, before someone gets back to it. If this is only for "stale" pull-requests - may be fine, as the original author (pull-requestor) should still have their files

Re: Keeping your clone in sync (was Re: minor issue with build)

2017-04-21 Thread Michael Felt
On 21/04/2017 15:18, Daniel Stenberg wrote: On Fri, 21 Apr 2017, Michael Felt wrote: p.s. - Once upon a time I cloned curl (at least I think I did) - what is the correct way to update that, ideally via the command line (question may also be ignored as it is a git thing, not curl). You can

Re: Keeping your clone in sync (was Re: minor issue with build)

2017-04-22 Thread Michael Felt
On 4/21/2017 4:44 PM, Daniel Stenberg wrote: Oops, that's a mistake. I believe I just fixed and pushed a fix for this after this email. Normal builds or make dist should not need roffit (anymore). Thanks, so I should do "rebase" of my master, and then copy that (which is where I would mak

Re: Time to disable "Expect: 100-continue" by default?

2017-07-25 Thread Michael Felt
On 7/6/2017 9:59 AM, Daniel Stenberg wrote: Hey, libcurl has hueristics to include the "Expect: 100-continue" header in several circumstances when doing POST and PUT requests. This header was designed to allow servers to reject a request before any data has been sent from the client, so tha

Re: code style fixes I'd like to do

2017-09-11 Thread Michael Felt
I am not likely to be one to add code here, but anything that makes code easier to read - makes it easier to maintain and improve. On 9/11/2017 12:35 AM, Daniel Stenberg wrote: Hey, I've created PR 1878 [1] that makes the checksrc script check for space around equals and plus signs. And subs

Fwd: Re: [RELEASE] curl 7.56.0

2017-10-12 Thread Michael Felt
My bad - sent to wrong list. Now to the correct list! :) Forwarded Message Subject:Re: [RELEASE] curl 7.56.0 Date: Thu, 12 Oct 2017 19:10:53 +0200 From: Michael Felt To: Daniel Stenberg , sudo-work...@sudo.ws On 12/10/2017 18:04, Michael Felt wrote: On 04

Re: curl 7.56.0 build problems

2017-10-16 Thread Michael Felt
On 15/10/2017 23:14, Mamfelt wrote: Sent from my iPhone On 15 Oct 2017, at 00:40, Daniel Stenberg wrote: On Thu, 12 Oct 2017, Michael Felt wrote: I do not remember a dependency on gmake aka GNU make before. curl doesn't depend on GNU make. It builds on systems without it. What&

Re: curl 7.56.0 build problems

2017-10-16 Thread Michael Felt
On 16/10/2017 17:26, Daniel Stenberg wrote: On Mon, 16 Oct 2017, Michael Felt wrote: + make > .buildaix/make.out "Makefile", line 3771: make: 1254-055 Dependency line needs colon or double colon operator. I do not understand the wrror message (line-numbers) as those seem to

Re: curl 7.56.0 build problems

2017-10-16 Thread Michael Felt
On 16/10/2017 19:10, Michael Felt wrote: On 16/10/2017 17:26, Daniel Stenberg wrote: On Mon, 16 Oct 2017, Michael Felt wrote: + make > .buildaix/make.out "Makefile", line 3771: make: 1254-055 Dependency line needs colon or double colon operator. I do not understand the wrror

Re: I'm awarded, for curl

2017-10-19 Thread Michael Felt
On 18/10/2017 10:35, Daniel Stenberg wrote: I couldn't have dont it alone. But without you curl would not be here. Well deserved - and Contradulations! --- Unsubscribe: https://cool.haxx.se/list/listinfo/curl-library Etiquette:

Re: Feature freeze for 7.57.0 this Wednesday!

2017-11-12 Thread Michael Felt
On 06/11/2017 09:48, Daniel Stenberg wrote: Hi friends! If you want a feature/change merged before the pending release, you better move fast since we close that window on Wednesday November 8. The release date is scheduled at November 29, leaving us three intense weeks to fix bugs without ge

building 'master' branch from github...

2017-11-12 Thread Michael Felt
michael@x071:[/data/prj/aixtools/curl]git clone https://github.com/curl/curl.git curl-master Cloning into 'curl-master'... remote: Counting objects: 131328, done. remote: Compressing objects: 100% (31/31), done. remote: Total 131328 (delta 11), reused 12 (delta 3), pack-reused 131294 Receiving ob

Re: curl 7.56.0 build problems

2017-11-12 Thread Michael Felt
On 16/10/2017 19:50, Michael Felt wrote: Back to this problem though (I think I mentioned it before) root@x064:[/data/prj/aixtools/curl-7.56.0/lib]make     make  all-am   CC   libcurl_la-http_ntlm.lo "/usr/include/openssl/crypto.h", line 518.44: 1506-275 (S) Unexpected text

Re: curl 7.56.0 build problems

2017-11-12 Thread Michael Felt
On 12/11/2017 13:36, Michael Felt wrote: So, are you defining 'free_func'? - Looking for that now, but this 'redefine' did not happen in 54.1 - which is the last version I have been able to build. I cannot find "what changed" - but on the same server - so the

Re: curl 7.56.0 build problems

2017-11-12 Thread Michael Felt
On 12/11/2017 14:44, Patrick Monnerat via curl-library wrote: On 11/12/2017 01:36 PM, Michael Felt wrote: So, are you defining 'free_func'? - Looking for that now, but this 'redefine' did not happen in 54.1 - which is the last version I have been able to build. No, b

Re: curl 7.56.0 build problems

2017-11-12 Thread Michael Felt
On 12/11/2017 15:29, Patrick Monnerat via curl-library wrote: On 11/12/2017 03:19 PM, Michael Felt wrote: On 12/11/2017 14:44, Patrick Monnerat via curl-library wrote: The problem has probably been introduced by commit https://github.com/curl/curl/commit

Re: building 'master' branch from github...

2017-11-12 Thread Michael Felt
On 12/11/2017 20:38, Ray Satiro via curl-library wrote: On 11/12/2017 7:27 AM, Michael Felt wrote: "makefile", line 3214: make: 1254-055 Dependency line needs colon or double colon operator. May be += operator present Global:AM_DISTCHECK_CONFIGURE_FLAGS = --disable-code-coverage

Re: Libcurl Darwin SSL Errors

2017-11-14 Thread Michael Felt
On 11/14/2017 9:56 PM, Kelly Graus wrote: Using curl_version_info, I get the following: libcurl 7.56.1 ssl: SecureTransport host: x86_64-apple-darwin17.2.0 protocols: dict, file, ftp, ftps, gopher, http, https, imap, imaps, pop3, pop3s, rtsp, smb, smbs, smtp, smtps, telnet, tftp features: IPv6

Re: [RELEASE] curl 7.57.0

2017-11-29 Thread Michael Felt
kub Zakrzewski,   John Starks, Juro Bystricky, Kamil Dudka, Luca Boccassi, Marcel Raad,   Martin Storsjö, Matthew Kerwin, Max Dymond, Michael Felt, Michael Kaufmann,   moohoorama on github, omau on github, Orgad Shaneh, Patrick Monnerat,   Paul Howarth, Pavel Gushchin, Pavol Markovic, Per Lun

Re: the feature window is now closed

2018-04-18 Thread Michael Felt
On 18/04/2018 23:49, Daniel Stenberg wrote: Hi, Our 8 week development cycle is explained at the bottom of https://curl.haxx.se/dev/release-procedure.html OMGoodness! This sounds like work! :) aka - thx for your continuing "work" (effort is not accurate!). Thanks for flying curl!

Re: should we really offer axTLS support ?

2018-06-02 Thread Michael Felt
On 6/2/2018 8:20 AM, Patrick Monnerat wrote: This is true for third party libraries, not for those provided as a part of the OS. Is cURL a benefit to commercial platforms for free ? If yes, by following your above statement, we should stop supporting them. Don't take these words too strictl

Re: A 7.69.1 follow-up?

2020-03-07 Thread Michael Felt via curl-library
Should I remove the 7.69.0 from the packaged versions - i.e., prefer 7.68 over 7.69? On 07/03/2020 10:37, Daniel Stenberg via curl-library wrote: > Hi, > > I'm thinking of doing a patch release on Wednesday with the early > bug-fixes done since the 7.69.0 release, in particular the HTTP/2 one > is

Re: curl is 22 years old now!

2020-03-20 Thread Michael Felt via curl-library
Congratulations! And many thanks for 22 years of devotion! Glad I read it here - as an old dog - rather than on puppy media (twitter, facebook, etc.). On 20/03/2020 00:28, Daniel Stenberg via curl-library wrote: > Hi friends, > > I just wanted to highlight the fact that today is exactly 22 years

Re: We got the gold badge!

2020-06-13 Thread Michael Felt via curl-library
Congratulations! Sent from my iPhone > On 13 Jun 2020, at 23:01, Daniel Stenberg via curl-library > wrote: > > Hi team, > > As of just a few moments ago we fulfill the gold level best practices! > > With the extra effort we put in over the last few days, storing the last > missing informat

Re: Feature-Request: sendfile(2)

2021-02-26 Thread Michael Felt via curl-library
a) Long before sendfile() there was/is send_file() in the UNIX world. b) just read in the linux man pages that sendfile() is limited to 2GB file transfers c) imho - too much complexity for read/write activity when one medium (network) is likely much slower (or faster) than another medium - or e