Commit graph

35 commits

Author SHA1 Message Date
Ryan Mulligan 04ec090f6f libuv: 1.19.1 -> 1.19.2
Semi-automatic update. These checks were performed:

- built on NixOS
- found 1.19.2 with grep in /nix/store/f45rl4z9a2rqd7hdhwnj9g831z1k4ilr-libuv-1.19.2
- found 1.19.2 in filename of file in /nix/store/f45rl4z9a2rqd7hdhwnj9g831z1k4ilr-libuv-1.19.2

cc "@cstrahan"
2018-02-26 21:15:04 -08:00
adisbladis 24dff4b341
libuv: 1.18.0 -> 1.19.1 2018-02-04 03:06:12 +08:00
Bob van der Linden aa86d135f8 libuv: 1.16.1 -> 0.18.0 2017-12-14 23:28:27 +01:00
adisbladis 3aa914ceeb
libuv: 1.15.0 -> 1.16.1 2017-11-16 01:57:15 +08:00
Vladimír Čunát 63a06627b8
libuv: 1.14.1 -> 1.15.0 2017-10-08 18:24:11 +02:00
Mathias Schreck f4b207438d libuv: 1.13.1 -> 1.14.1 2017-09-18 13:50:56 +02:00
Vladimír Čunát b3729eb3f2
libuv: 1.12.0 -> 1.13.1 2017-07-15 15:59:21 +02:00
Tuomas Tynkkynen 5ff18c4484 libuv: Disable yet another test
This consistently times out for me on ARM, and apparently for others as
well: https://github.com/libuv/libuv/issues/687
2017-07-14 22:52:36 +03:00
Vladimír Čunát ea7e54be18
libuv: 1.11.0 -> 1.12.0
The changelog seems safe; I tried some reverse dependencies, too.
2017-05-30 19:32:30 +02:00
Dan Peebles 15a1743d87 libuv: disable tests (temporarily) on Darwin
They're flaky, break Hydra builds regularly, and lots of stuff depends
transitively on libuv.
2017-03-09 07:45:50 -05:00
Vladimír Čunát 2fd787ddd1
libuv: disable another flaky test on Darwin
I really want to avoid debugging these on Darwin.
2017-03-05 12:38:20 +01:00
Vladimír Čunát e6541423b6
libuv: disable a problematic test on Darwin 2017-02-28 09:14:38 +01:00
Vladimír Čunát 292efffb62
libuv: 1.10.1 -> 1.11.0
And a nitpick in the expression.
2017-02-20 21:23:47 +01:00
Shea Levy c5c7911ac2 libuv: disable getaddrinfo tests.
Seem to require network access, at least on darwin
2017-01-06 21:09:49 -05:00
Shea Levy 7ee897a3b3 libuv: Tests fail when cross-compiling 2017-01-06 10:37:04 -05:00
Vladimír Čunát 39e4d93649
libuv: disable tests broken on Hydra
They were broken by nix starting to use user namespaces.
2016-12-22 11:30:39 +01:00
Vladimír Čunát 56366b5e66
libuv: enable checks and parallel building 2016-11-29 18:41:44 +01:00
Mathias Schreck 0f7f0ced81
libuv: 1.9.1 -> 1.10.1
Taken from #20650.
2016-11-29 18:25:22 +01:00
Alexander Ried 88ffa3ae89 libuv: 1.9.0 -> 1.9.1 2016-05-18 18:36:53 +02:00
Tobias Pflug 7dcf75bdd4 libuv: 1.7.5 -> 1.9.0 2016-04-27 11:06:47 +02:00
Eelco Dolstra 69e1bec716 libuv: Get rid of unused versions
Building dozens of unused versions is a bit excessive.
2015-10-08 11:15:23 +02:00
Jude Taylor 14bd5c0b39 revert realLibtool 2015-09-28 09:19:57 -07:00
Benjamin Saunders fce8924331 libuv: 1.6.1 -> 1.7.5
closes #9814
2015-09-28 01:00:50 -04:00
Jude Taylor 2d464f75ed give libuv real libtool 2015-09-21 12:17:29 -07:00
Jude Taylor 26da697f73 darwin purity: libuv, again 2015-06-21 00:56:48 -07:00
Jude Taylor 72737118fd darwin purity: libuv 2015-06-20 15:29:55 -07:00
Benjamin Saunders cec71a01d9 libuv: 1.5.0 -> 1.6.1, closes #8365 2015-06-18 11:23:04 +02:00
Benjamin Saunders f392d36b17 libuv: version 1.5.0 2015-05-09 17:13:51 +00:00
Benjamin Saunders 7f00ab7f67 libuv: version 1.4.2 2015-05-06 01:44:24 +00:00
Valérian Galliat ef86e3c1b5 libuv: version 1.4.0 2015-02-22 12:41:03 +01:00
Benjamin Saunders c6269eb0d8 libuv: pkgconfig 2015-01-18 22:24:16 +01:00
Benjamin Saunders f012dc3216 libuv: add v1.2.0 2015-01-07 20:56:31 -08:00
Benjamin Saunders 1f80c4cb2d libuv: update to new repository location 2015-01-07 20:56:06 -08:00
ambrop7@gmail.com 896ef91242 libuv: Add version 0.11.29. 2014-08-22 21:52:22 +02:00
Charles Strahan 16bcf5bda9 add libuv package
This adds multiple versions of libuv: "a multi-platform support library with a
focus on asynchronous I/O."

The latest 0.10.* versions are considered stable (and thus I've only included
0.10.27), while the 0.11.* versions are unstable and often break API
compatibility (and thus I've included multiple version thereof).

Versions >= 0.11.1 && <= 0.11.5 do not create shared libraries, so I've
excluded them.

This should help clean up some of our other packages that depend on libuv (e.g.
rust, nodejs) where we currently use whatever version is included in the
package's archive.
2014-07-08 21:01:57 -04:00