summaryrefslogtreecommitdiffstats
path: root/meta/recipes-connectivity/libuv
AgeCommit message (Collapse)Author
2022-07-28libuv: upgrade 1.44.1 -> 1.44.2Alexander Kanavin
Important bugs fixed loop: better align order-of-events behavior between platforms #3598 zos: fix fs event not fired if the watched file is moved/removed/recreated #3540 win: Fix pipe resource leak if closed during connect (and other bugs) #3611 zos: don't error when killing a zombie process #3625 Regressions fixed macos: avoid posix_spawnp() cwd bug #3597 kqueue: skip EVFILT_PROC events when invalidating events for an fd. #3629 Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> (cherry picked from commit ccd589604c2d7648dcd3541c61a2b48e692ca258) Signed-off-by: Steve Sakoman <steve@sakoman.com>
2022-03-16libuv: upgrade 1.43.0 -> 1.44.1wangmy
License-Update: the following message removed from LICENSE: android-ifaddrs.h, android-ifaddrs.c, copyright Berkeley Software Design Inc, Kenneth MacKay and Emergya (Cloud4all, FP7/2007-2013, grant agreement n° 289016). Three clause BSD license. Changes since version 1.43.0: ============================= * process: simplify uv__write_int calls * macos: don't use thread-unsafe strtok() * process: fix hang after NOTE_EXIT * darwin: remove EPROTOTYPE error workaround * doc: fix v1.43.0 changelog entries * win: replace CRITICAL_SECTION+Semaphore with SRWLock * darwin: translate EPROTOTYPE to ECONNRESET * android: use libc getifaddrs() * unix: fix STATIC_ASSERT to check what it means to check * unix: ensure struct msghdr is zeroed in recvmmsg * test: test with maximum recvmmsg buffer * unix: don't allow too small thread stack size * bsd: ensure mutex is initialized * doc: add gengjiawen as maintainer * process: monitor for exit with kqueue on BSDs * test: fix flaky uv_fs_lutime test * build: fix cmake install locations * thread,win: fix C90 style nit * build: rename CFLAGS to AM_CFLAGS * doc/guide: update content and sample code * process,bsd: handle kevent NOTE_EXIT failure * test: remove flaky test ipc_closed_handle * darwin: bump minimum supported version to 10.15 * win: return fractional seconds in uv_uptime() * build: export uv_a for cmake * loop: add pending work to loop-alive check * win: use GetTickCount64 for uptime again * win: restrict system DLL load paths * win,errors: remap ERROR_ACCESS_DENIED to UV_EACCES * bench: add 'uv_queue_work' ping-pong measurement * build: fix error C4146 on MSVC * test: fix benchmark-ping-udp * win,fs: consider broken pipe error a normal EOF * document the values of enum uv_stdio_flags * win,loop: add missing uv_update_time * win,fs: avoid closing an invalid handle * fix oopsie from * doc: clarify android api level * win: fix style nits [NFC] * test: fix flaky udp_mmsg test * test: fix ipc_send_recv_pipe flakiness * doc: checkout -> check out * core: change uv_get_password uid/gid to unsigned * hurd: unbreak build on GNU/Hurd * freebsd: use copy_file_range() in uv_fs_sendfile() * test: use closefd in runner-unix.c * Reland "macos: use posix_spawn instead of fork" * android: fix build error when no ifaddrs.h * unix,win: add uv_available_parallelism() * process: remove OpenBSD from kevent list * zos: fix build breakage * process: only use F_DUPFD_CLOEXEC if it is defined * win,poll: add the MSAFD GUID for AF_UNIX * unix: simplify uv__cloexec_fcntl() * doc: add secondary GPG ID for vtjnash * unix: remove uv__cloexec_ioctl() Signed-off-by: Wang Mingyu <wangmy@fujitsu.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-03-09libuv: fix upstream version checkAlexander Kanavin
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2022-01-20libuv: update 1.42.0 -> 1.43.0Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-11-03recipes: Update github.com urls to use httpsRichard Purdie
Github has announced there will be no more git:// fetching from their servers: https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git and they're about to start having brownout periods to encourage people to update. This runs the conversion script over OE-Core to update our urls to use https instead of git. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-07-24libuv: update 1.41.0 -> 1.42.0Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-02-26meta/recipes-connectivity: Add HOMEPAGE / DESCRIPTIONDorinda
Added HOMEPAGE and DESCRIPTION for recipes with missing decriptions or homepage [YOCTO #13471] Signed-off-by: Dorinda Bassey <dorindabassey@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2021-02-18libuv: upgrade 1.40.0 -> 1.41.0Anuj Mittal
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-11-03libuv: upgrade 1.39.0 -> 1.40.0Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-09-03libuv: upgrade 1.38.1 -> 1.39.0Alexander Kanavin
Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-07-18libuv: upgrade 1.38.0 -> 1.38.1Richard Purdie
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-06-28libuv: update to the last version in meta-oeakuster
Looks like I forgot to update the contrib branch. This is a squished set of these changes: https://git.openembedded.org/meta-openembedded/commit/?id=e03b48481438c747322f07ac1e1f04add541ffac https://git.openembedded.org/meta-openembedded/commit/?id=9b61f412d36b390f8d71ad1fb5875f5f6e32fd8a https://git.openembedded.org/meta-openembedded/commit/?id=644ea1ee145902b00e4e66856ebe8d8800dfc1f0 Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2020-06-23libuv: move from meta-oe to core for bind updateArmin Kuster
Signed-off-by: Armin Kuster <akuster@mvista.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>