Commit graph

69 commits

Author SHA1 Message Date
Bas van Dijk 21ad5c123b libuv: 1.34.1 -> 1.34.2 2020-02-06 22:12:38 +01:00
R. RyanTM 6a6ba8fbf9 libuv: 1.34.0 -> 1.34.1 2020-01-22 00:34:18 +00:00
R. RyanTM ef135db301 libuv: 1.33.1 -> 1.34.0 2019-12-15 18:45:16 +01:00
R. RyanTM 5728d7d0ae libuv: 1.32.0 -> 1.33.1 2019-11-02 01:47:38 -07:00
Will Dietz f0b80242da
libuv: 1.30.1 -> 1.32.0
https://github.com/libuv/libuv/releases/tag/v1.32.0
https://github.com/libuv/libuv/releases/tag/v1.31.0
2019-09-13 22:12:22 -05:00
Roman Volosatovs 14070d1fdc libuv: 1.30.0 -> 1.30.1 2019-07-28 09:20:07 +02:00
R. RyanTM 75aee3cfdb libuv: 1.29.1 -> 1.30.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libuv/versions
2019-07-03 08:38:57 +02:00
volth f3282c8d1e treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
2019-06-16 19:59:05 +00:00
R. RyanTM 3313c5e3f5 libuv: 1.28.0 -> 1.29.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libuv/versions
2019-06-01 21:24:41 -07:00
volth a134f9cb01 libuv: blacklist "tcp_writealot" test
sometimes it times out https://logs.nix.ci/?key=nixos/nixpkgs.59849&attempt_id=5efe1166-4a32-4a3d-976c-45b3a34f0441
2019-05-04 18:12:52 +02:00
volth 8062ef595c libuv: disable "get_passwd" test 2019-05-04 18:12:52 +02:00
Mathias Schreck a66d273e23 libuv: 1.27.0 -> 1.28.0 2019-04-24 00:23:45 +02:00
Daiderd Jordan cc6b56d381
Merge pull request #59624 from LnL7/darwin-libuv
libuv: fix darwin sandbox build
2019-04-20 15:46:25 +02:00
R. RyanTM a55aa5e9a8 libuv: 1.26.0 -> 1.27.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libuv/versions
2019-04-16 19:00:23 +02:00
Daiderd Jordan 22157b544b
libuv: fix darwin sandbox build 2019-04-15 19:56:05 +02:00
Will Dietz 2973f1780f libuv: 1.24.1 -> 1.26.0
https://github.com/libuv/libuv/releases/tag/v1.26.0
https://github.com/libuv/libuv/releases/tag/v1.25.0
2019-02-12 03:55:09 -06:00
Mathias Schreck e96e5bc0d7 libuv: 1.23.2 -> 1.24.1 2019-01-08 11:49:48 +01:00
R. RyanTM 1699401625 libuv: 1.23.1 -> 1.23.2
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libuv/versions
2018-11-09 09:46:07 -08:00
Markus Kowalewski 0d0b4a8988
libuv: add licenses 2018-10-23 19:37:33 +02:00
R. RyanTM ef93155f60 libuv: 1.23.0 -> 1.23.1 (#47763)
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libuv/versions
2018-10-12 23:11:18 +02:00
John Ericson 7319013ea1 Merge remote-tracking branch 'upstream/master' into staging 2018-09-18 16:55:42 -04:00
Dan Peebles 4efd4053ed stdenv/darwin: integrate a new CoreFoundation
This also updates the bootstrap tool builder to LLVM 5, but not the ones
we actually use for bootstrap. I'll make that change in a subsequent commit
so as to provide traceable provenance of the bootstrap tools.
2018-09-15 16:05:46 -04:00
qoli c909dc2da4 Disable temperamental shutdown_close_pipe test on Aarch32. 2018-09-06 15:27:57 -07:00
R. RyanTM 5a95b0b440 libuv: 1.21.0 -> 1.23.0
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/libuv/versions.
2018-08-24 02:11:55 -07:00
Matthew Bauer 465166fb1a libuv: disable tty_pty test on darwin 2018-07-29 12:04:29 -04:00
Matthew Bauer 0467e8d1f6 libuv: fix apple patch url
The old url was subject to change on pushing to the PR. It now
references the correct commit.
2018-07-19 10:12:58 -04:00
Matthew Bauer f513d580b0
Merge pull request #43040 from matthewbauer/darwin-closure-reductions
Darwin stdenv tweaks
2018-07-05 14:34:54 -04:00
Matthew Bauer 6202380094 libuv: use fetchpatch for apple patch 2018-07-05 14:28:50 -04:00
Matthew Bauer e8303d2baf libuv: reenable tests on macOS
I want these tests to run because libuv is very important to lots of
things in Nixpkgs. I have a very large list of tests to disable for
now just to be on the safe side. For the record this is definitely a
libuv issue - their tests should be robust - but this is a safety
precaution for now.
2018-07-04 15:08:07 -04:00
Matthew Bauer 1dca19f057 libuv: remove frameworks
It’s not a good idea to rely on apple’s sdk for such a core library in
Nixpkgs. I have made a patch to libuv to make these frameworks
optional. There is also a pull request here:

https://github.com/libuv/libuv/pull/1909
2018-07-04 15:02:07 -04:00
R. RyanTM 97b23e19d0 libuv: 1.20.3 -> 1.21.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libuv/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.21.0 with grep in /nix/store/95msjm8zq3ahka1i7jcllk6kzqa2xxzp-libuv-1.21.0
- directory tree listing: https://gist.github.com/8a2b5bb197a6f9ec0f1e2ba156b359f7
- du listing: https://gist.github.com/ef01d39e12559715d3876f27594aa77f
2018-07-03 22:11:37 -07:00
R. RyanTM e78d2930b2 libuv: 1.20.2 -> 1.20.3
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libuv/versions.

These checks were done:

- built on NixOS

- 0 of 0 passed binary check by having a zero exit code.
- 0 of 0 passed binary check by having the new version present in output.
- found 1.20.3 with grep in /nix/store/b4y0y1c7m7f5c4c1br4wj1pxf7697nrq-libuv-1.20.3
- directory tree listing: https://gist.github.com/1f99355746873a783216ee9070502567
- du listing: https://gist.github.com/4035cf19282d81bcbe9d9976d026af99
2018-06-14 04:08:32 -07:00
Sergej Leibenzon c53c7a02fe libuv: 1.20.0 -> 1.20.2 2018-04-26 17:54:35 +02:00
R. RyanTM 4292c633b4 libuv: 1.19.2 -> 1.20.0
Semi-automatic update generated by https://github.com/ryantm/nixpkgs-update tools.

This update was made based on information from https://repology.org/metapackage/libuv/versions.

These checks were done:

- built on NixOS
- Warning: no binary found that responded to help or version flags. (This warning appears even if the package isn't expected to have binaries.)
- found 1.20.0 with grep in /nix/store/r6j9x782s7pl6a5055icynmzk1991imw-libuv-1.20.0
- directory tree listing: https://gist.github.com/cff77ff2c13f732c2027bb680a833c5e
2018-04-06 10:18:21 -07:00
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