Subject: CVS commit: pkgsrc/devel/libuv
From: Adam Ciarcinski
Date: 2018-02-22 09:44:15
Message id: 20180222084415.3ED3CFB40@cvs.NetBSD.org

Log Message:
libuv: updated to 1.19.2

Version 1.19.2

Changes since version 1.19.1:
* test: fix incorrect asserts
* test: fix a typo in test-fork.c
* build: remove long-obsolete gyp workarounds
* build: split off tests into separate gyp file
* test: check uv_cond_timedwait more carefully
* include,src: introduce UV__ERR() macro
* build: add url field to libuv.pc
* doc: mark IBM i as Tier 3 support
* win,build: correct C2059 errors
* zos: fix timeout for condition variable
* win: CREATE_NO_WINDOW when stdio is not inherited
* build: fix commmon.gypi comment
* doc: document uv_timer_start() on an active timer
* doc: add note about handle movability
* doc: fix syntax error in loop documentation
* osx,stream: retry sending handle on EMSGSIZE error
* unix: delay fs req register until after validation
* test: add tests for bad inputs
* unix,win: ensure req->bufs is freed
* test: add additional fs memory management checks

Files:
RevisionActionfile
1.31modifypkgsrc/devel/libuv/Makefile
1.29modifypkgsrc/devel/libuv/distinfo
1.4modifypkgsrc/devel/libuv/patches/patch-src_unix_thread.c