diff options
author | Wang Mingyu <wangmy@fujitsu.com> | 2025-02-18 15:39:14 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-02-18 22:53:44 +0000 |
commit | 9b2abb4a004a63143468f4023256bed3e961a173 (patch) | |
tree | 2647cfa8467780a3a71671a09f65d559e3e2f6f8 /meta/recipes-connectivity | |
parent | ff1f5baf3826c8a42b6a883879906a5ea7bb2b25 (diff) | |
download | poky-9b2abb4a004a63143468f4023256bed3e961a173.tar.gz |
libuv: upgrade 1.49.2 -> 1.50.0
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
(From OE-Core rev: 0a941918275ea089fa94d05129a2b88858aec8bd)
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-connectivity')
-rw-r--r-- | meta/recipes-connectivity/libuv/libuv_1.50.0.bb (renamed from meta/recipes-connectivity/libuv/libuv_1.49.2.bb) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-connectivity/libuv/libuv_1.49.2.bb b/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" | |||
6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \ | 6 | LIC_FILES_CHKSUM = "file://LICENSE;md5=74b6f2f7818a4e3a80d03556f71b129b \ |
7 | file://LICENSE-extra;md5=f9307417749e19bd1d6d68a394b49324" | 7 | file://LICENSE-extra;md5=f9307417749e19bd1d6d68a394b49324" |
8 | 8 | ||
9 | SRCREV = "e1095c7a4373ce00cd8874d8e820de5afb25776e" | 9 | SRCREV = "8fb9cb919489a48880680a56efecff6a7dfb4504" |
10 | SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https" | 10 | SRC_URI = "git://github.com/libuv/libuv.git;branch=v1.x;protocol=https" |
11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" | 11 | UPSTREAM_CHECK_GITTAGREGEX = "v(?P<pver>\d+(\.\d+)+)" |
12 | 12 | ||