log src/curl.mk @ 4399:ad2ed7500373

age author description
Fri, 23 Jun 2017 13:05:47 -0400 John D curl: update to 7.54.1
Mon, 05 Jun 2017 15:48:34 -0400 John D curl: update to v7.54.0
Thu, 23 Mar 2017 07:46:41 -0400 John D curl: update to 7.53.1
Wed, 04 Jan 2017 08:32:24 -0500 John D * src/curl.mk: update to 7.52.1
Fri, 30 Dec 2016 21:28:46 -0500 John D disable instakll of docs
Tue, 13 Dec 2016 10:48:19 -0500 John D * src/curl.mk: update to v7.51.0
Tue, 15 Nov 2016 20:18:19 -0500 John D curl: enable winssl if compiling for windows
Sun, 04 Sep 2016 10:05:39 -0400 John D curl: disable openssl check
Tue, 05 Jul 2016 13:36:55 -0400 John Donoghue curl: update to 7.49.1
Tue, 03 May 2016 12:45:48 -0400 John Donoghue curl: update to 7.48.0
Thu, 15 Oct 2015 07:48:54 -0400 John Donoghue curl: update to v7.45.0
Wed, 12 Aug 2015 08:07:41 -0400 John Donoghue curl: update to 7.44.0
Sat, 11 Jul 2015 11:19:18 -0400 John D curl: update to 7.43.0
Tue, 03 Mar 2015 11:40:37 -0500 John Donoghue curl: update to v7.41.0
Thu, 15 Jan 2015 09:29:53 -0500 John Donoghue curl: update to 7.40.0
Tue, 11 Nov 2014 08:29:35 -0500 John Donoghue curl: update to version 7.39.0
Mon, 04 Aug 2014 21:13:25 -0400 John Donoghue curl: update to 7.37.1
Mon, 02 Jun 2014 16:09:18 -0400 John Donoghue curl: update to version 7.37.0
Wed, 23 Apr 2014 20:12:41 -0400 John Donoghue curl: update to 7.36.0
Sat, 01 Feb 2014 14:17:59 -0500 John Donoghue Update curl to 7.35.0
Fri, 31 Jan 2014 16:04:01 -0500 John W. Eaton move version info from index.html to src/*.mk files
Sat, 09 Nov 2013 23:28:04 -0500 Michael Goffioul Support file list generation in packages.
Thu, 17 Oct 2013 20:00:34 -0400 John Donoghue Update curl to 7.33.0
Sat, 31 Aug 2013 16:30:34 -0400 John Donoghue Update curl to 7.32.0
Mon, 24 Jun 2013 13:28:33 -0400 Michael Goffioul [MSVC] enable curl compilation
Fri, 14 Jun 2013 16:51:29 -0400 John W. Eaton treat gcc and binutils as build tools
Sun, 09 Jun 2013 09:48:08 -0400 John W. Eaton improve handling of cross tool prefix
Sun, 02 Jun 2013 16:59:24 -0400 John W. Eaton Use HOST_BINDIR, HOST_LIBDIR, and HOST_INCDIR instead of MXE_BINDIR, MXE_LIBDIR, and MXE_INCDIR. Attempt to use these variables consistently instead of using $(HOST_PREFIX)/bin, $(HOST_PREFIX)/lib, and $(HOST_PREFIX)/include
Sun, 02 Jun 2013 12:40:32 -0400 John W. Eaton use variable for --host and --build configure arguments
Sun, 02 Jun 2013 10:31:04 -0400 John W. Eaton Improve handling of prefix directories by defining HOST_PREFIX and