Commit Graph

35 Commits

Author SHA1 Message Date
Michael Forney 9c28ed7d4e curl: Update to 8.5.0 2024-01-01 13:51:51 -08:00
Randy Palamar 238018da39 curl: update to 8.4.0 2024-01-01 13:50:57 -08:00
Michael Forney 63490ce278 curl: Update to 7.85.0 2022-09-08 13:43:33 -07:00
Michael Forney d95c5b072f curl: Update to 7.80.0 2021-11-17 13:42:34 -08:00
Michael Forney c2dd1cfdf7 curl: Update to 7.78.0 2021-07-24 18:08:15 -07:00
Michael Forney 6b4d47a7ab curl: Update to 7.77.0 2021-05-27 01:19:21 -07:00
Michael Forney 8fdba98d6c curl: Update to 7.76.0 2021-04-07 03:24:27 -07:00
Michael Forney acbd5b328d curl: Update to 7.75.0 2021-03-02 16:20:18 -08:00
Michael Forney fb08b2fe44 curl: Update to 7.74.0 2020-12-10 01:24:09 -08:00
Michael Forney 0a79f27c2c curl: Update to 7.73.0 2020-10-19 15:03:01 -07:00
Michael Forney 1239f92284 curl: Update to 7.72.0 2020-08-19 22:51:58 -07:00
Michael Forney ea8181ae6b curl: Update to 7.71.0 2020-06-30 13:00:03 -07:00
Michael Forney ebd25a569c curl: Disable spurious uninitialized variable warning 2020-06-05 03:11:11 -07:00
Michael Forney d4297a13c8 Use -isystem to include library headers
This way, warnings from headers that come from another package (in
particular linux-headers) won't show up when they get included.

To make sure we still track dependencies, use -MD instead of -MMD.
2020-06-05 03:01:44 -07:00
Michael Forney 5be7466e20 curl: Update to 7.70.0 2020-04-28 23:58:54 -07:00
Michael Forney c8a76e9625 curl: Update to 7.69.0 2020-03-04 18:42:47 -08:00
Michael Forney aea11e0e4a Use our own linux-headers 2020-02-20 20:10:31 -08:00
Michael Forney 051963c7fe Add support for building multiple configurations
Now, you can build in separate directories per configuration:

	mkdir foo
	(cd foo && ../setup.lua)
	samu -C foo
2020-01-29 22:14:33 -08:00
Michael Forney 8b3242fdcd curl: Add warning and -std flags 2019-11-27 00:01:38 -08:00
Michael Forney 67d74f460f curl: Switch to BearSSL for TLS 2019-11-13 20:56:49 -08:00
Michael Forney e22a44e73b curl: Update to 7.67.0 2019-11-07 19:06:32 -08:00
Michael Forney 8a83170de1 curl: Update to 7.66.0 2019-09-20 00:22:23 -07:00
Michael Forney 5defe58d3b curl: Update to 7.65.3 2019-07-20 13:29:14 -07:00
Michael Forney 856462fa60 curl: Update to 7.65.0 2019-05-22 02:33:45 -07:00
Michael Forney 31c538f09f curl: Update to 7.64.1 2019-03-29 13:33:58 -07:00
Michael Forney 38860c2b4b curl: Update to 7.63.0 2018-12-23 13:40:49 -08:00
Michael Forney 1f384d4439 curl: Update to 7.62.0 2018-11-04 18:39:43 -08:00
Michael Forney 6673d9ab52 curl: Probe for size of size_t, time_t and long
There are still several more SIZEOF_* constants in curl_config.h,
but they seem to match for architectures we care about.
2018-10-18 15:27:53 -07:00
Michael Forney cad0f69957 curl: Update to 7.61.0 2018-08-26 13:29:08 -07:00
Michael Forney ab0530c33f curl: Update to 7.59.0 2018-03-14 23:16:34 -07:00
Michael Forney 2485861519 curl: Update to 7.58.0 2018-01-25 10:19:20 -08:00
Michael Forney ec08b97d1d curl: Update to 7.57.0 2017-12-02 19:56:47 -08:00
Michael Forney d9a6a54903 curl: Update to 7.56.0 2017-10-04 10:29:07 -07:00
Michael Forney 433f9a7519 curl: Use configure-generated curl_config.h
Previously we used curl_config.h.cmake since it was tracked by git, but
the cmake build is not well maintained.
2017-10-04 10:24:09 -07:00
Michael Forney ba94a8513d Rewrite ninja generation scripts in Lua 2017-09-25 19:23:06 -07:00