Commit Graph

103 Commits

Author SHA1 Message Date
Mario Rodas
581894d437 libuv: 1.45.0 -> 1.46.0
Diff: https://github.com/libuv/libuv/compare/v1.45.0...v1.46.0

Changelog: https://github.com/libuv/libuv/blob/v1.46.0/ChangeLog
2023-07-01 04:20:00 +00:00
Adam Joseph
6d40273168
libuv: use finalAttrs instead of rec (#237140)
Co-authored-by: figsoda <figsoda@pm.me>
2023-06-15 16:52:28 -04:00
Vladimír Čunát
2f9191eb88
Merge branch 'master' into staging-next 2023-05-29 08:14:18 +02:00
Martin Weinelt
16995eedcc
Merge pull request #226511 from risicle/ris-libuv-passthru-tests
libuv: add some key reverse-dependencies to `passthru.tests`
2023-05-29 00:19:03 +02:00
Mario Rodas
9d2e951570 libuv: 1.44.2 -> 1.45.0
Diff: https://github.com/libuv/libuv/compare/v1.44.2...v1.45.0

Changelog: https://github.com/libuv/libuv/blob/v1.45.0/ChangeLog
2023-05-19 04:20:00 +00:00
Robert Scott
92abde3062
Merge pull request #226482 from trofi/libuv-dev-output
libuv: split headers to "dev" output
2023-04-21 19:29:44 +01:00
Robert Scott
61f8876da7 libuv: add some key reverse-dependencies to passthru.tests 2023-04-16 19:17:31 +01:00
Sergei Trofimovich
690583b348 libuv: split headers to "dev" output 2023-04-16 15:41:41 +01:00
Guillaume Girol
8f57ffce3d libuv: add debug output
would have been valuable for https://github.com/NixOS/nixpkgs/issues/218939
2023-03-05 12:00:00 +00:00
paretoOptimalDev
cb7cb27083
libuv: fix musl libc dlerror test expectation
Fixes #189180
2023-01-27 22:25:01 +01:00
Adam Joseph
c040a98a33 libuv: expand the steaming pile of unsandboxable tests
https://logs.nix.ci/?key=nixos/nixpkgs.209870&attempt_id=0d5c4dad-7738-4204-ad65-25f6ab51a5cf
2023-01-23 16:15:38 +02:00
Alex Wied
a05f2b15b9 libuv: 1.44.1 -> 1.44.2 2022-07-13 01:40:55 -04:00
Rasmus Rendal
5dde16145c
libuv: enable on windows (#171818) 2022-05-06 18:30:41 -05:00
Vladimír Čunát
173de4efbf
libuv: drop a test that seems flaky on Hydra
https://hydra.nixos.org/log/lg744sdh93maxbb68bk1p29a9rpnx2pw-libuv-1.44.1.drv
2022-03-25 10:01:51 +01:00
Mario Rodas
7c19019c1b libuv: 1.44.0 -> 1.44.1
https://github.com/libuv/libuv/releases/tag/v1.44.1
2022-03-13 04:20:00 +00:00
R. Ryantm
191f62fe30 libuv: 1.43.0 -> 1.44.0 2022-03-08 12:11:42 +00:00
Mario Rodas
c797aa41f4
libuv: 1.42.0 -> 1.43.0 (#154195)
https://github.com/libuv/libuv/raw/v1.43.0/ChangeLog
2022-01-12 01:34:48 -05:00
Mario Rodas
3ba8bc012c libuv: 1.41.1 -> 1.42.0
https://github.com/libuv/libuv/releases/tag/v1.42.0
2021-07-20 04:20:00 +00:00
R. RyanTM
9136bd1e2f libuv: 1.41.0 -> 1.41.1 2021-07-19 16:09:29 +00:00
Martin Weinelt
742b8f71f7 libuv: add patch for CVE-2021-22918
> libuv was vulnerable to out-of-bounds reads in the uv__idna_toascii()
> function which is used to convert strings to ASCII. This is called by
> the DNS resolution function and can lead to information disclosures or
> crashes.

b7466e31e4

Fixes: CVE-2021-22918
2021-07-05 21:17:06 +02:00
Dmitry Kalinkin
78f333489e
Merge pull request #111473 from veprbl/pr/libuv_disable_tcp_connect_timeout
libuv: disable an impure test
2021-02-18 19:34:34 -05:00
R. RyanTM
2d6909d416 libuv: 1.40.0 -> 1.41.0 2021-02-15 01:34:39 +00:00
Dmitry Kalinkin
0b214e0956
libuv: disable tcp_connect_timeout test
The test relies on connection to 8.8.8.8 port 9999 to hang.

In sandboxed build it is skipped anyway:

ok 270 - tcp_connect_timeout # SKIP Network unreachable.
2021-01-31 11:10:28 -05:00
Ben Siraphob
66e44425c6 pkgs/development/libraries: stdenv.lib -> lib 2021-01-21 19:11:02 -08:00
Jonathan Ringer
9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Mario Rodas
13eb51b092 libuv: 1.39.0 -> 1.40.0 2020-10-06 09:45:05 +02:00
Mario Rodas
90c5f2f953 libuv: 1.38.1 -> 1.39.0 2020-09-08 04:20:00 +00:00
Rohit Goswami
1a3c5b2203 libuv: Skip tests which time out 2020-08-15 08:37:12 +02:00
Andrew Childs
2d6b1f1239 libuv: disable flaky test "udp_multicast_join" on darwin 2020-07-26 19:00:54 +02:00
R. RyanTM
dde33111a2 libuv: 1.38.0 -> 1.38.1 2020-07-06 04:08:30 +02:00
R. RyanTM
a1416e63dd libuv: 1.37.0 -> 1.38.0 2020-05-22 03:00:15 +00:00
R. RyanTM
3350c080e2 libuv: 1.35.0 -> 1.37.0 2020-05-08 06:53:29 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
R. RyanTM
ea1dc9b5a9 libuv: 1.34.2 -> 1.35.0 2020-03-13 14:25:49 +00:00
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