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

libuv: update to 1.44.1 #418

Merged
merged 1 commit into from
Apr 30, 2022
Merged
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
1 change: 1 addition & 0 deletions releases.json
Original file line number Diff line number Diff line change
Expand Up @@ -888,6 +888,7 @@
"libuv"
],
"versions": [
"1.44.1-1",
"1.43.0-1",
"1.42.0-1",
"1.41.0-1",
Expand Down
8 changes: 4 additions & 4 deletions subprojects/libuv.wrap
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
[wrap-file]
directory = libuv-v1.43.0
source_url = https://dist.libuv.org/dist/v1.43.0/libuv-v1.43.0.tar.gz
source_filename = libuv-v1.43.0.tar.gz
source_hash = 90d72bb7ae18de2519d0cac70eb89c319351146b90cd3f91303a492707e693a4
directory = libuv-v1.44.1
source_url = https://dist.libuv.org/dist/v1.44.1/libuv-v1.44.1.tar.gz
source_filename = libuv-v1.44.1.tar.gz
source_hash = 9d37b63430fe3b92a9386b949bebd8f0b4784a39a16964c82c9566247a76f64a
patch_directory = libuv

[provide]
Expand Down
5 changes: 3 additions & 2 deletions subprojects/packagefiles/libuv/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project('libuv', 'c',
version : '1.43.0',
version : '1.44.1',
license : 'libuv',
default_options : [ 'c_std=c89' ],
default_options : [ 'c_std=c99' ],
)

# get compiler type
Expand Down Expand Up @@ -376,6 +376,7 @@ if libuv_build_bench
'test/benchmark-ping-udp.c',
'test/benchmark-pound.c',
'test/benchmark-pump.c',
'test/benchmark-queue-work.c',
'test/benchmark-sizes.c',
'test/benchmark-spawn.c',
'test/benchmark-tcp-write-batch.c',
Expand Down