diff mbox series

[11/32] libuv: upgrade 1.49.2 -> 1.50.0

Message ID 1739864375-21394-11-git-send-email-wangmy@fujitsu.com
State Accepted, archived
Commit 0a941918275ea089fa94d05129a2b88858aec8bd
Headers show
Series [01/32] btrfs-tools: upgrade 6.12 -> 6.13 | expand

Commit Message

Mingyu Wang (Fujitsu) Feb. 18, 2025, 7:39 a.m. UTC
From: Wang Mingyu <wangmy@fujitsu.com>

Changes since version 1.49.2:
==============================
* ci: run macOS and iOS tests also on macOS 14
* unix,win: map ENOEXEC errno
* test: skip multicast join test on ENOEXEC
* ci: make sure the macOS firewall is disabled
* darwin,test: squelch EBUSY error on multicast join
* build: update minimum cmake to 3.10
* kqueue: use EVFILT_USER for async if available
* unix,win: fix off-by-one in uv_wtf8_to_utf16()
* doc: add scala-native-loop to LINKS.md
* unix: fix build breakage on haiku, openbsd, etc
* kqueue: lower overhead in uv__io_check_fd
* doc: move cjihrig back to active maintainers
* build(deps): bump actions/checkout from 3 to 4
* unix,pipe: fix handling null buffer in uv_pipe_get{sock,peer}name
* unix,win: harmonize buffer checking
* unix,win: add support for detached threads
* src: add uv_thread_set/getname() methods
* build: fix qemu builds
* win: drop support for windows 8
* linux: fix uv_cpu_info() arm cpu model detection
* linux: always use io_uring for epoll batching
* doc: clarify repeating timer behavior more
* unix,win: handle nbufs=0 in uv_udp_try_send
* win: use GetQueuedCompletionStatusEx directly
* win: enable uv_thread_{get,set}name on MinGW
* win: drop support for the legacy MinGW
* win,fs: get (most) fstat when no permission
* win: plug uv_fs_event_start memory leak
* test: address FreeBSD kernel bug causing NULL path in fsevents
* unix: refactor udp sendmsg code
* unix,win: add uv_udp_try_send2
* build: enable fdsan in Android
* test: fix udp-multicast-join for FreeBSD
* win: fix leak processing fs event
* src: set a default thread name for workers
* misc: implement uv_getrusage_thread

Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
 .../libuv/{libuv_1.49.2.bb => libuv_1.50.0.bb}                  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-connectivity/libuv/{libuv_1.49.2.bb => libuv_1.50.0.bb} (94%)
diff mbox series

Patch

diff --git a/meta/recipes-connectivity/libuv/libuv_1.49.2.bb b/meta/recipes-connectivity/libuv/libuv_1.50.0.bb
similarity index 94%
rename from meta/recipes-connectivity/libuv/libuv_1.49.2.bb
rename to meta/recipes-connectivity/libuv/libuv_1.50.0.bb
index ecffb30c24..c5f4e9d3ac 100644
--- a/meta/recipes-connectivity/libuv/libuv_1.49.2.bb
+++ b/meta/recipes-connectivity/libuv/libuv_1.50.0.bb
@@ -6,7 +6,7 @@  LICENSE = "MIT"
 LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \
                     file://LICENSE-extra;md5=f9307417749e19bd1d6d68a394b49324"
 
-SRCREV = "e1095c7a4373ce00cd8874d8e820de5afb25776e"
+SRCREV = "8fb9cb919489a48880680a56efecff6a7dfb4504"
 SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https"
 UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)"