summary refs log tree commit diff
path: root/pkgs/development/libraries/libuv
Commit message (Collapse)AuthorAge
* libuv: 1.41.1 -> 1.42.0Mario Rodas2021-07-20
| | | | https://github.com/libuv/libuv/releases/tag/v1.42.0
* libuv: 1.41.0 -> 1.41.1R. RyanTM2021-07-19
|
* libuv: add patch for CVE-2021-22918Martin Weinelt2021-07-05
| | | | | | | | | | | > 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. https://github.com/libuv/libuv/commit/b7466e31e4bee160d82a68fca11b1f61d46debae Fixes: CVE-2021-22918
* Merge pull request #111473 from veprbl/pr/libuv_disable_tcp_connect_timeoutDmitry Kalinkin2021-02-18
|\ | | | | libuv: disable an impure test
| * libuv: disable tcp_connect_timeout testDmitry Kalinkin2021-01-31
| | | | | | | | | | | | | | | | 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.
* | libuv: 1.40.0 -> 1.41.0R. RyanTM2021-02-15
|/
* pkgs/development/libraries: stdenv.lib -> libBen Siraphob2021-01-21
|
* treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nixJonathan Ringer2021-01-19
| | | | | | | | | | | | | 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.
* libuv: 1.39.0 -> 1.40.0Mario Rodas2020-10-06
|
* libuv: 1.38.1 -> 1.39.0Mario Rodas2020-09-08
|
* libuv: Skip tests which time outRohit Goswami2020-08-15
|
* libuv: disable flaky test "udp_multicast_join" on darwinAndrew Childs2020-07-26
|
* libuv: 1.38.0 -> 1.38.1R. RyanTM2020-07-06
|
* libuv: 1.37.0 -> 1.38.0R. RyanTM2020-05-22
|
* libuv: 1.35.0 -> 1.37.0R. RyanTM2020-05-08
|
* treewide: Per RFC45, remove all unquoted URLsMichael Reilly2020-04-10
|
* libuv: 1.34.2 -> 1.35.0R. RyanTM2020-03-13
|
* libuv: 1.34.1 -> 1.34.2Bas van Dijk2020-02-06
|
* libuv: 1.34.0 -> 1.34.1R. RyanTM2020-01-22
|
* libuv: 1.33.1 -> 1.34.0R. RyanTM2019-12-15
|
* libuv: 1.32.0 -> 1.33.1R. RyanTM2019-11-02
|
* libuv: 1.30.1 -> 1.32.0Will Dietz2019-09-13
| | | | | https://github.com/libuv/libuv/releases/tag/v1.32.0 https://github.com/libuv/libuv/releases/tag/v1.31.0
* libuv: 1.30.0 -> 1.30.1Roman Volosatovs2019-07-28
|
* libuv: 1.29.1 -> 1.30.0R. RyanTM2019-07-03
| | | | | | | 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
* treewide: remove unused variables (#63177)volth2019-06-16
| | | | | | * treewide: remove unused variables * making ofborg happy
* libuv: 1.28.0 -> 1.29.1R. RyanTM2019-06-01
| | | | | | | 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
* libuv: blacklist "tcp_writealot" testvolth2019-05-04
| | | | sometimes it times out https://logs.nix.ci/?key=nixos/nixpkgs.59849&attempt_id=5efe1166-4a32-4a3d-976c-45b3a34f0441
* libuv: disable "get_passwd" testvolth2019-05-04
|
* libuv: 1.27.0 -> 1.28.0Mathias Schreck2019-04-24
|
* Merge pull request #59624 from LnL7/darwin-libuvDaiderd Jordan2019-04-20
|\ | | | | libuv: fix darwin sandbox build
| * libuv: fix darwin sandbox buildDaiderd Jordan2019-04-15
| |
* | libuv: 1.26.0 -> 1.27.0R. RyanTM2019-04-16
|/ | | | | | | 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
* libuv: 1.24.1 -> 1.26.0Will Dietz2019-02-12
| | | | | https://github.com/libuv/libuv/releases/tag/v1.26.0 https://github.com/libuv/libuv/releases/tag/v1.25.0
* libuv: 1.23.2 -> 1.24.1Mathias Schreck2019-01-08
|
* libuv: 1.23.1 -> 1.23.2R. RyanTM2018-11-09
| | | | | | | 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
* libuv: add licensesMarkus Kowalewski2018-10-23
|
* libuv: 1.23.0 -> 1.23.1 (#47763)R. RyanTM2018-10-12
| | | | | | 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
* Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2018-09-18
|\
| * Disable temperamental shutdown_close_pipe test on Aarch32.qoli2018-09-06
| |
* | stdenv/darwin: integrate a new CoreFoundationDan Peebles2018-09-15
| | | | | | | | | | 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.
* | libuv: 1.21.0 -> 1.23.0R. RyanTM2018-08-24
|/ | | | | | | 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.
* libuv: disable tty_pty test on darwinMatthew Bauer2018-07-29
|
* libuv: fix apple patch urlMatthew Bauer2018-07-19
| | | | | The old url was subject to change on pushing to the PR. It now references the correct commit.
* Merge pull request #43040 from matthewbauer/darwin-closure-reductionsMatthew Bauer2018-07-05
|\ | | | | Darwin stdenv tweaks
| * libuv: use fetchpatch for apple patchMatthew Bauer2018-07-05
| |
| * libuv: reenable tests on macOSMatthew Bauer2018-07-04
| | | | | | | | | | | | | | | | 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.
| * libuv: remove frameworksMatthew Bauer2018-07-04
| | | | | | | | | | | | | | | | 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
* | libuv: 1.20.3 -> 1.21.0R. RyanTM2018-07-03
|/ | | | | | | | | | | | | | | | 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
* libuv: 1.20.2 -> 1.20.3R. RyanTM2018-06-14
| | | | | | | | | | | | | | | | 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
* libuv: 1.20.0 -> 1.20.2Sergej Leibenzon2018-04-26
|