Subject: CVS commit: pkgsrc/devel/libuv
From: Adam Ciarcinski
Date: 2020-01-24 19:49:38
Message id: 20200124184939.63D91FBF4@cvs.NetBSD.org

Log Message:
libuv: updated to 1.34.2

Version 1.34.2:
* misc: adjust stalebot deadlines
* test: fix env-vars flakiness
* test: avoid truncating output lines
* darwin: stop calling SetApplicationIsDaemon()
* ibmi: implement uv_interface_addresses()
* osx,fsevent: fix race during uv_loop_close
* osx,fsevent: clear pointer when deleting it [NFCI]
* Revert "aix: replace ECONNRESET with EOF if already closed"
* unix: handle uv__open_cloexec return value correctly

Version 1.34.1:
* unix: fix -Wstrict-aliasing compiler warning
* unix: cache address of dlsym("mkostemp")
* build: remove -pedantic from compiler flags
* Revert "darwin: assume pthread_setname_np() is available"
* Revert "darwin: speed up uv_set_process_title()"
* darwin: assume pthread_setname_np() is available
* ibmi: fix the false isatty() issue on IBMi
* test: fix test failure under NetBSD and OpenBSD
* test: skip some test cases on IBMi
* test: skip uv_(get|set)_process_title on IBMi
* doc: remove binaries for Windows from README
* unix: fix -Wunused-but-set-variable warning
* unix: pass sysctl size arg using ARRAY_SIZE macro
* test: disallow running the test suite as root
* unix: suppress -Waddress-of-packed-member warning
* misc: make more tags "not-stale"
* test: fix pthread memory leak
* docs: delete socks5-proxy sample
* ibmi: fix the CMSG length issue
* docs: fix formatting
* unix: squelch fchmod() EPERM on CIFS share
* docs: fix linkcheck
* docs: switch from linux.die.net to man7.org
* win: remove abort when non-IFS LSP detection fails
* docs: clarify that uv_pipe_t is a pipe
* win,tty: avoid regressions in utf-8 handling
* win: remove bad assert in uv_loop_close
* test: fix -fno-common build errors
* build: turn on -fno-common to catch regressions
* test: fix fs birth time test failure
* tty,unix: avoid affecting controlling TTY

Files:
RevisionActionfile
1.58modifypkgsrc/devel/libuv/Makefile
1.53modifypkgsrc/devel/libuv/distinfo
1.1removepkgsrc/devel/libuv/patches/patch-test_test-fs.c