Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

deps: upgrade to libuv 1.45.0 #48078

Closed
wants to merge 3 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 0 additions & 11 deletions LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -644,9 +644,6 @@ The externally maintained libraries used by Node.js are:

- libuv, located at deps/uv, is licensed as follows:
"""
libuv is licensed for use as follows:

====
Copyright (c) 2015-present libuv project contributors.

Permission is hereby granted, free of charge, to any person obtaining a copy
Expand All @@ -666,8 +663,6 @@ The externally maintained libraries used by Node.js are:
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
IN THE SOFTWARE.
====

This license applies to parts of libuv originating from the
https://github.com/joyent/libuv repository:

Expand Down Expand Up @@ -704,12 +699,6 @@ The externally maintained libraries used by Node.js are:
- inet_pton and inet_ntop implementations, contained in src/inet.c, are
copyright the Internet Systems Consortium, Inc., and licensed under the ISC
license.

- stdint-msvc2008.h (from msinttypes), copyright Alexander Chemeris. Three
clause BSD license.

- pthread-fixes.c, copyright Google Inc. and Sony Mobile Communications AB.
Three clause BSD license.
"""

- llhttp, located at deps/llhttp, is licensed as follows:
Expand Down
3 changes: 3 additions & 0 deletions deps/uv/.mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Keno Fischer <[email protected]> <[email protected]>
Keno Fischer <[email protected]> <[email protected]>
Leith Bade <[email protected]> <[email protected]>
Leonard Hecker <[email protected]> <[email protected]>
Lewis Russell <[email protected]> <[email protected]>
Maciej Małecki <[email protected]> <[email protected]>
Marc Schlaich <[email protected]> <[email protected]>
Michael <[email protected]>
Expand Down Expand Up @@ -60,5 +61,7 @@ gengjiawen <[email protected]>
jBarz <[email protected]> <[email protected]>
jBarz <[email protected]> <[email protected]>
ptlomholt <[email protected]>
theanarkh <[email protected]> <[email protected]>
tjarlama <[email protected]> <[email protected]>
ywave620 <[email protected]> <[email protected]>
zlargon <[email protected]>
5 changes: 4 additions & 1 deletion deps/uv/.readthedocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ sphinx:
configuration: null
fail_on_warning: false

build:
tools:
python: "3.9"

python:
version: 3.8
install:
- requirements: docs/requirements.txt
25 changes: 25 additions & 0 deletions deps/uv/AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -517,3 +517,28 @@ chucksilvers <[email protected]>
Sergey Fedorov <[email protected]>
theanarkh <[email protected]>
Samuel Cabrero <[email protected]>
自发对称破缺 <[email protected]>
Luan Devecchi <[email protected]>
Steven Schveighoffer <[email protected]>
number201724 <[email protected]>
Daniel <[email protected]>
Christian Clason <[email protected]>
ywave620 <[email protected]>
jensbjorgensen <[email protected]>
daomingq <[email protected]>
Qix <[email protected]>
Edward Humes <[email protected]>
Tim Besard <[email protected]>
Sergey Rubanov <[email protected]>
Stefan Stojanovic <[email protected]>
Zvicii <[email protected]>
dundargoc <[email protected]>
Jack·Boos·Yu <[email protected]>
panran <[email protected]>
Tamás Bálint Misius <[email protected]>
Bruno Passeri <[email protected]>
Jason Zhang <[email protected]>
Lewis Russell <[email protected]>
sivadeilra <[email protected]>
cui fliter <[email protected]>
Mohammed Keyvanzadeh <[email protected]>
Loading