From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: Re: [PATCH] libuv: Update to version 1.44.2 Date: Mon, 21 Nov 2022 09:46:05 +0000 Message-ID: <6EC8631F-5CA4-419F-936F-BC4628FA58C0@ipfire.org> In-Reply-To: <20221119175210.4019217-1-adolf.belka@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============5410430520468458209==" List-Id: --===============5410430520468458209== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable Reviewed-by: Michael Tremer > On 19 Nov 2022, at 17:52, Adolf Belka wrote: >=20 > - Update from 1.42.0 to 1.44.2 > - Update of rootfile not required. > - Changelog > Version 1.44.2 > * Add SHA to ChangeLog (Jameson Nash) > * aix, ibmi: handle server hang when remote sends TCP RST (V-for-Vasili) > * build: make CI a bit noisier (Jameson Nash) > * process: reset the signal mask if the fork fails (Jameson Nash) > * zos: implement cmpxchgi() using assembly (Shuowang (Wayne) Zhang) > * build: AC_SUBST for AM_CFLAGS (Claes N=C3=A4st=C3=A9n) > * ibmi: Implement UDP disconnect (V-for-Vasili) > * doc: update active maintainers list (Ben Noordhuis) > * build: fix kFreeBSD build (James McCoy) > * build: remove Windows 2016 workflows (Darshan Sen) > * Revert "win,errors: remap ERROR_ACCESS_DENIED to UV_EACCES" (Darshan Sen) > * unix: simplify getpwuid call (Jameson Nash) > * build: filter CI by paths and branches (Jameson Nash) > * build: add iOS to macos CI (Jameson Nash) > * build: re-enable CI for windows changes (Jameson Nash) > * process,iOS: fix build breakage in process.c (Denny C. Dai) > * test: remove unused declarations in tcp_rst test (V-for-Vasili) > * core: add thread-safe strtok implementation (Guilherme =C3=8Dscaro) > * win: fix incompatible-types warning (twosee) > * test: fix flaky file watcher test (Ben Noordhuis) > * build: fix AIX xlc autotools build (V-for-Vasili) > * unix,win: fix UV_RUN_ONCE + uv_idle_stop loop hang (Ben Noordhuis) > * win: fix unexpected ECONNRESET error on TCP socket (twosee) > * doc: make sample cross-platform build (gengjiawen) > * test: separate some static variables by test cases (Hannah Shi) > * sunos: fs-event callback can be called after uv_close() (Andy Fiddaman) > * uv: re-register interest in a file after change (Shuowang (Wayne) Zhang) > * uv: register UV_RENAME event for _RFIM_UNLINK (Shuowang (Wayne) Zhang) > * uv: register __rfim_event 156 as UV_RENAME (Shuowang (Wayne) Zhang) > * doc: remove smartos from supported platforms (Ben Noordhuis) > * macos: avoid posix_spawnp() cwd bug (Jameson Nash) > * release: check versions of autogen scripts are newer (Jameson Nash) > * test: rewrite embed test (Ben Noordhuis) > * openbsd: use utimensat instead of lutimes (tuftedocelot) > * doc: fix link to uvwget example main() function (blogdaren) > * unix: use MSG_CMSG_CLOEXEC where supported (Ben Noordhuis) > * test: remove disabled callback_order test (Ben Noordhuis) > * win,pipe: fix bugs with pipe resource lifetime management (Jameson Nash) > * loop: better align order-of-events behavior between platforms (Jameson Na= sh) > * aix,test: uv_backend_fd is not supported by poll (V-for-Vasili) > * kqueue: skip EVFILT_PROC when invalidating fds (chucksilvers) > * darwin: fix atomic-ops.h ppc64 build (Sergey Fedorov) > * zos: don't err when killing a zombie process (Shuowang (Wayne) Zhang) > * zos: avoid fs event callbacks after uv_close() (Shuowang (Wayne) Zhang) > * zos: correctly format interface addresses names (Shuowang (Wayne) Zhang) > * zos: add uv_interface_addresses() netmask support (Shuowang (Wayne) Zhang) > * zos: improve memory management of ip addresses (Shuowang (Wayne) Zhang) > * tcp,pipe: fail `bind` or `listen` after `close` (theanarkh) > * zos: implement uv_available_parallelism() (Shuowang (Wayne) Zhang) > * udp,win: fix UDP compiler warning (Jameson Nash) > * zos: fix early exit of epoll_wait() (Shuowang (Wayne) Zhang) > * unix,tcp: fix errno handling in uv__tcp_bind() (Samuel Cabrero) > * shutdown,unix: reduce code duplication (Jameson Nash) > * unix: fix c99 comments (Ben Noordhuis) > * unix: retry tcgetattr/tcsetattr() on EINTR (Ben Noordhuis) > * docs: update introduction.rst (Ikko Ashimine) > * unix,stream: optimize uv_shutdown() codepath (Jameson Nash) > * zos: delay signal handling until after normal i/o (Shuowang (Wayne) Zhang) > * stream: uv__drain() always needs to stop POLLOUT (Jameson Nash) > * unix,tcp: allow EINVAL errno from setsockopt in uv_tcp_close_reset() (Sta= cey > Marshall) > * win,shutdown: improve how shutdown is dispatched (Jameson Nash) > Version 1.44.1 > * process: simplify uv__write_int calls (Jameson Nash) > * macos: don't use thread-unsafe strtok() (Ben Noordhuis) > * process: fix hang after NOTE_EXIT (Jameson Nash) > Version 1.44.0 > * darwin: remove EPROTOTYPE error workaround (Ben Noordhuis) > * doc: fix v1.43.0 changelog entries (cjihrig) > * win: replace CRITICAL_SECTION+Semaphore with SRWLock (David Machaj) > * darwin: translate EPROTOTYPE to ECONNRESET (Ben Noordhuis) > * android: use libc getifaddrs() (Ben Noordhuis) > * unix: fix STATIC_ASSERT to check what it means to check (Jessica Clarke) > * unix: ensure struct msghdr is zeroed in recvmmsg (Ond=C5=99ej Sur=C3=BD) > * test: test with maximum recvmmsg buffer (Ond=C5=99ej Sur=C3=BD) > * unix: don't allow too small thread stack size (Ben Noordhuis) > * bsd: ensure mutex is initialized (Ben Noordhuis) > * doc: add gengjiawen as maintainer (gengjiawen) > * process: monitor for exit with kqueue on BSDs (Jeremy Rose) > * test: fix flaky uv_fs_lutime test (Momtchil Momtchev) > * build: fix cmake install locations (Jameson Nash) > * thread,win: fix C90 style nit (ssrlive) > * build: rename CFLAGS to AM_CFLAGS (Jameson Nash) > * doc/guide: update content and sample code (woclass) > * process,bsd: handle kevent NOTE_EXIT failure (Jameson Nash) > * test: remove flaky test ipc_closed_handle (Ben Noordhuis) > * darwin: bump minimum supported version to 10.15 (Ben Noordhuis) > * win: return fractional seconds in uv_uptime() (Luca Adrian L) > * build: export uv_a for cmake (WenTao Ou) > * loop: add pending work to loop-alive check (Jameson Nash) > * win: use GetTickCount64 for uptime again (Jameson Nash) > * win: restrict system DLL load paths (jonilaitinen) > * win,errors: remap ERROR_ACCESS_DENIED to UV_EACCES (Darshan Sen) > * bench: add `uv_queue_work` ping-pong measurement (Momtchil Momtchev) > * build: fix error C4146 on MSVC (UMU) > * test: fix benchmark-ping-udp (Ryan Liptak) > * win,fs: consider broken pipe error a normal EOF (Momtchil Momtchev) > * document the values of enum uv_stdio_flags (Paul Evans) > * win,loop: add missing uv_update_time (twosee) > * win,fs: avoid closing an invalid handle (Jameson Nash) > * fix oopsie from > * doc: clarify android api level (Ben Noordhuis) > * win: fix style nits [NFC] (Jameson Nash) > * test: fix flaky udp_mmsg test (Santiago Gimeno) > * test: fix ipc_send_recv_pipe flakiness (Ben Noordhuis) > * doc: checkout -> check out (wyckster) > * core: change uv_get_password uid/gid to unsigned (Jameson Nash) > * hurd: unbreak build on GNU/Hurd (Vittore F. Scolari) > * freebsd: use copy_file_range() in uv_fs_sendfile() (David Carlier) > * test: use closefd in runner-unix.c (Guilherme =C3=8Dscaro) > * Reland "macos: use posix_spawn instead of fork" (Jameson Nash) > * android: fix build error when no ifaddrs.h (ssrlive) > * unix,win: add uv_available_parallelism() (Ben Noordhuis) > * process: remove OpenBSD from kevent list (Jameson Nash) > * zos: fix build breakage (Ben Noordhuis) > * process: only use F_DUPFD_CLOEXEC if it is defined (Jameson Nash) > * win,poll: add the MSAFD GUID for AF_UNIX (roflcopter4) > * unix: simplify uv__cloexec_fcntl() (Ben Noordhuis) > * doc: add secondary GPG ID for vtjnash (Jameson Nash) > * unix: remove uv__cloexec_ioctl() (Jameson Nash) > Version 1.43.0 > * run test named ip6_sin6_len (Jameson Nash) > * docs: fix wrong information about scheduling (Mohamed Edrah) > * unix: protect fork in uv_spawn from signals (Jameson Nash) > * drop only successfully sent packets post sendmmsg (Supragya Raj) > * test: fix typo in test-tty-escape-sequence-processing.c (Ikko Ashimine) > * cmake: use standard installation layout always (Sylvain Corlay) > * win,spawn: allow UNC path with forward slash (earnal) > * win,fsevent: fix uv_fs_event_stop() assert (Ben Noordhuis) > * unix: remove redundant include in unix.h (Juan Jos=C3=A9 Arboleda) > * doc: mark SmartOS as Tier 3 support (Ben Noordhuis) > * doc: fix broken links for netbsd's sysctl manpage (YAKSH BARIYA) > * misc: adjust stalebot deadline (Ben Noordhuis) > * test: remove `dns-server.c` as it is not used anywhere (Darshan Sen) > * build: fix non-cmake android builds (YAKSH BARIYA) > * doc: replace pyuv with uvloop (Ofek Lev) > * asan: fix some tests (Jameson Nash) > * build: add experimental TSAN configuration (Jameson Nash) > * pipe: remove useless assertion (~locpyl-tidnyd) > * bsd: destroy mutex in uv__process_title_cleanup() (Darshan Sen) > * build: add windows build to CI (Darshan Sen) > * win,fs: fix error code in uv_fs_read() and uv_fs_write() (Darshan Sen) > * build: add macos-latest to ci matrix (Ben Noordhuis) > * udp: fix &/&& typo in macro condition (Evan Miller) > * build: install cmake package module (Petr Men=C5=A1=C3=ADk) > * win: fix build for mingw32 (Nicolas Noble) > * build: fix build failures with MinGW new headers (erw7) > * build: fix win build with cmake versions before v3.14 (AJ Heller) > * unix: support aarch64 in uv_cpu_info() (Juan Jos=C3=A9 Arboleda) > * linux: work around CIFS EPERM bug (Ben Noordhuis) > * sunos: Oracle Developer Studio support (Stacey Marshall) > * Revert "sunos: Oracle Developer Studio support (cjihrig) > * sunos: Oracle Developer Studio support (Stacey Marshall) > * stream: permit read after seeing EOF (Jameson Nash) > * thread: initialize uv_thread_self for all threads (Jameson Nash) > * kqueue: ignore write-end closed notifications (Jameson Nash) > * macos: fix the cfdata length in uv__get_cpu_speed (Jesper Storm Bache) > * unix,win: add uv_ip_name to get name from sockaddr (Campbell He) > * win,test: fix a few typos (AJ Heller) > * zos: use destructor for uv__threadpool_cleanup() (Wayne Zhang) > * linux: use MemAvailable instead of MemFree (Andrey Hohutkin) > * freebsd: call dlerror() only if necessary (Jameson Nash) > * bsd,windows,zos: fix udp disconnect EINVAL (deal) >=20 > Signed-off-by: Adolf Belka > --- > lfs/libuv | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) >=20 > diff --git a/lfs/libuv b/lfs/libuv > index 0da6e8c29..95a30cc96 100644 > --- a/lfs/libuv > +++ b/lfs/libuv > @@ -25,9 +25,9 @@ >=20 > include Config >=20 > -VER =3D 1.42.0 > +VER =3D 1.44.2 >=20 > -THISAPP =3D libuv-v$(VER) > +THISAPP =3D libuv-$(VER) > DL_FILE =3D $(THISAPP).tar.gz > DL_FROM =3D $(URL_IPFIRE) > DIR_APP =3D $(DIR_SRC)/$(THISAPP) > @@ -42,7 +42,7 @@ objects =3D $(DL_FILE) >=20 > $(DL_FILE) =3D $(DL_FROM)/$(DL_FILE) >=20 > -$(DL_FILE)_BLAKE2 =3D 4b282aeb234aa0dbf44b45ef160fcd773b62f3e5090699bff0e1= edf208be79831dff382b495fde670370673b13c8e0c3a053f8c8afcf1430db37c30970e337c7 > +$(DL_FILE)_BLAKE2 =3D 883a1fbffcd8f55bf28ea5a79ed18aa3e2f2fac126285e8aca2e= f9370eafc62f69f95ddb8bf27d4159e038bfb0a01abafdf0dadbc4309e5d31f0e77057ee84ac >=20 > install : $(TARGET) >=20 > --=20 > 2.38.1 >=20 --===============5410430520468458209==--