Skip to content

deps: upgrade to libuv 1.43.0 - #41398

Merged
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
cjihrig:libuv
Jan 7, 2022
Merged

deps: upgrade to libuv 1.43.0#41398
nodejs-github-bot merged 1 commit into
nodejs:masterfrom
cjihrig:libuv

Conversation

@cjihrig

Copy link
Copy Markdown
Contributor

Notable changes:

  • uv_ip_name() has been added.
  • On Windows, uv_fs_read() and uv_fs_write() now return
    UV_EBADF instead of UV_EPERM when the file descriptor
    was opened with incorrect flags. This matches the behavior
    on other platforms.
  • Streams can be reset and attempted to read from after
    EOF is read.
  • The main thread now has a valid ID instead of NULL.
  • uv_cpu_info() now supports aarch64.
  • Several minor issues related to mingw32 have been fixed.

Notable changes:
- `uv_ip_name()` has been added.
- On Windows, `uv_fs_read()` and `uv_fs_write()` now return
`UV_EBADF` instead of `UV_EPERM` when the file descriptor
was opened with incorrect flags. This matches the behavior
on other platforms.
- Streams can be reset and attempted to read from after
EOF is read.
- The main thread now has a valid ID instead of `NULL`.
- `uv_cpu_info()` now supports `aarch64`.
- Several minor issues related to mingw32 have been fixed.
@nodejs-github-botnodejs-github-bot added libuv Issues and PRs related to the libuv dependency or the uv binding. needs-ci PRs that need a full CI run. labels Jan 4, 2022
@cjihrigcjihrig added the request-ci Add this label to start a Jenkins CI on a PR. label Jan 4, 2022
@github-actionsgithub-actionsBot removed the request-ci Add this label to start a Jenkins CI on a PR. label Jan 4, 2022
@nodejs-github-bot

This comment has been minimized.

@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

@cjihrigcjihrig added author ready PRs that have at least one approval, no pending requests for changes, and a CI started. and removed needs-ci PRs that need a full CI run. labels Jan 4, 2022
@cjihrigcjihrig added the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 7, 2022
@nodejs-github-botnodejs-github-bot removed the commit-queue Add this label to land a pull request using GitHub Actions. label Jan 7, 2022
@nodejs-github-bot
nodejs-github-bot merged commit b6b6510 into nodejs:masterJan 7, 2022
@nodejs-github-bot

Copy link
Copy Markdown
Collaborator

Landed in b6b6510

@cjihrig
cjihrig deleted the libuv branch January 7, 2022 02:46
targos pushed a commit that referenced this pull request Jan 14, 2022
Notable changes:
- `uv_ip_name()` has been added.
- On Windows, `uv_fs_read()` and `uv_fs_write()` now return
`UV_EBADF` instead of `UV_EPERM` when the file descriptor
was opened with incorrect flags. This matches the behavior
on other platforms.
- Streams can be reset and attempted to read from after
EOF is read.
- The main thread now has a valid ID instead of `NULL`.
- `uv_cpu_info()` now supports `aarch64`.
- Several minor issues related to mingw32 have been fixed.
PR-URL: #41398
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@targostargos mentioned this pull request Jan 16, 2022
danielleadams pushed a commit that referenced this pull request Feb 1, 2022
Notable changes:
- `uv_ip_name()` has been added.
- On Windows, `uv_fs_read()` and `uv_fs_write()` now return
`UV_EBADF` instead of `UV_EPERM` when the file descriptor
was opened with incorrect flags. This matches the behavior
on other platforms.
- Streams can be reset and attempted to read from after
EOF is read.
- The main thread now has a valid ID instead of `NULL`.
- `uv_cpu_info()` now supports `aarch64`.
- Several minor issues related to mingw32 have been fixed.
PR-URL: #41398
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>
@danielleadamsdanielleadams mentioned this pull request Feb 1, 2022
codebytere added a commit to electron/electron that referenced this pull request Feb 10, 2022
codebytere added a commit to electron/electron that referenced this pull request Feb 10, 2022
codebytere added a commit to electron/electron that referenced this pull request Feb 10, 2022
codebytere added a commit to electron/electron that referenced this pull request Mar 9, 2022
codebytere added a commit to electron/electron that referenced this pull request Mar 17, 2022
jkleinsc pushed a commit to electron/electron that referenced this pull request Mar 23, 2022
* chore: bump node in DEPS to v16.14.0
* src: add flags for controlling process behavior
nodejs/node#40339
* src: add x509.fingerprint512 to crypto module
nodejs/node#39809
* deps: upgrade to libuv 1.43.0
nodejs/node#41398
* chore: fixup patch indices
* chore: add missing filenames
nodejs/node#39283nodejs/node#40665
* crypto: trim input for NETSCAPE_SPKI_b64_decode
nodejs/node#40757
* chore: update patches
* chore: bump node in DEPS to v16.14.1
* tools: enable no-empty ESLint rule
nodejs/node#41831
* chore: update patches
* chore: update patches
* chore: bump node in DEPS to v16.14.2
* chore: update patches
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
bavulapati pushed a commit to bavulapati/electron that referenced this pull request Apr 29, 2022
* chore: bump node in DEPS to v16.14.0
* src: add flags for controlling process behavior
nodejs/node#40339
* src: add x509.fingerprint512 to crypto module
nodejs/node#39809
* deps: upgrade to libuv 1.43.0
nodejs/node#41398
* chore: fixup patch indices
* chore: add missing filenames
nodejs/node#39283nodejs/node#40665
* crypto: trim input for NETSCAPE_SPKI_b64_decode
nodejs/node#40757
* chore: update patches
* chore: bump node in DEPS to v16.14.1
* tools: enable no-empty ESLint rule
nodejs/node#41831
* chore: update patches
* chore: update patches
* chore: bump node in DEPS to v16.14.2
* chore: update patches
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
khalwa pushed a commit to solarwindscloud/electron that referenced this pull request Feb 22, 2023
* chore: bump node in DEPS to v16.14.0
* src: add flags for controlling process behavior
nodejs/node#40339
* src: add x509.fingerprint512 to crypto module
nodejs/node#39809
* deps: upgrade to libuv 1.43.0
nodejs/node#41398
* chore: fixup patch indices
* chore: add missing filenames
nodejs/node#39283nodejs/node#40665
* crypto: trim input for NETSCAPE_SPKI_b64_decode
nodejs/node#40757
* chore: update patches
* chore: bump node in DEPS to v16.14.1
* tools: enable no-empty ESLint rule
nodejs/node#41831
* chore: update patches
* chore: update patches
* chore: bump node in DEPS to v16.14.2
* chore: update patches
Co-authored-by: electron-roller[bot] <84116207+electron-roller[bot]@users.noreply.github.com>
Co-authored-by: Shelley Vohr <shelley.vohr@gmail.com>
Co-authored-by: PatchUp <73610968+patchup[bot]@users.noreply.github.com>
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

author readyPRs that have at least one approval, no pending requests for changes, and a CI started.libuvIssues and PRs related to the libuv dependency or the uv binding.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

9 participants

@cjihrig@nodejs-github-bot@Trott@addaleax@lpinca@tniessen@richardlau@BethGriggs@VoltrexKeyva