summaryrefslogtreecommitdiff
path: root/devel/libuv
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2020-03-12 16:12:47 +0000
committeradam <adam@pkgsrc.org>2020-03-12 16:12:47 +0000
commitce3c75a39074ac3f08d92637cbfe2a5f400efeff (patch)
tree2dfeb01fdacb848bbf32c49f1e104dbf856322fa /devel/libuv
parent21061f145c03f3bd2e5e4fa6a49986ce8376c32d (diff)
downloadpkgsrc-ce3c75a39074ac3f08d92637cbfe2a5f400efeff.tar.gz
libuv: updated to 1.35.0
v1.35.0 * src: android build fix * build: make code compilable for iOS on Xcode * ibmi: skip unsupported fs test cases * ibmi: ensure that pipe backlog is not zero * test,udp6: fix udp_ipv6 test flakiness * test: fix fs_event_watch_dir_recursive flakiness * pipe: disallow listening on an IPC pipe * build,cmake: improve buil experience * unix: remove support for FreeBSD < 10 * linux: simplify uv__accept() * linux: assume presence of SOCK_CLOEXEC flag * linux: simplify uv__dup2_cloexec() * freebsd,linux: simplify uv__make_socketpair() * unix: fix error handling in uv__make_socketpair() * freebsd,linux: simplify uv__make_pipe() * unix: fix error handling in uv__make_pipe() * linux: simplify uv__async_eventfd() * linux: assume the presence of inotify system calls * doc: strip ICC profile from 2 jpg files * unix: make uv_tcp_keepalive predictable * docs: uv_setup_args() may take ownership of argv * unix: fix error path in uv_setup_args() * unix: fix size check in uv_get_process_title() * doc: add erw7 to maintainers * test: fixed udp4_echo_server implementation * test: added udp ping benchmark * freebsd,linux: add recvmmsg() + sendmmsg() udp implementation * win,pipe: DRY/simplify some code paths * win: address some style nits * win,pipe: ensure `req->event_handle` is defined * win,pipe: consolidate overlapped initialization * win,pipe: erase event_handle after deleting pointer * build: fix android cmake build, build missing file * test: skip some UDP tests on IBMi * test: skip some spawn test cases on IBMi * src: fix wrong method name in comment * test: add UV_TIMEOUT_MULTIPLIER environment var * unix: fix uv_cpu_info always returning UV_ENOTDIR on OpenBSD * test: skip the pwd_shell test on IBMi * win,tty: Change to restore cursor shape with uv_tty_reset() * win,tty: Added set cursor style to CSI sequences * test: handle EINTR, fix EOF check in poll test * unix: use socklen_t instead of size_t * doc: fix header file location * unix: fix signal handle closing deferral * ibmi: set the amount of memory in use to zero * zos: return on realloc failure in scandir() * zos: fix scandir() error path NULL pointer deref
Diffstat (limited to 'devel/libuv')
-rw-r--r--devel/libuv/Makefile4
-rw-r--r--devel/libuv/distinfo10
2 files changed, 7 insertions, 7 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile
index e2230d4528c..553f0565bdf 100644
--- a/devel/libuv/Makefile
+++ b/devel/libuv/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2020/01/24 18:49:38 adam Exp $
+# $NetBSD: Makefile,v 1.59 2020/03/12 16:12:47 adam Exp $
-DISTNAME= libuv-1.34.2
+DISTNAME= libuv-1.35.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/}
GITHUB_TAG= v${PKGVERSION_NOREV}
diff --git a/devel/libuv/distinfo b/devel/libuv/distinfo
index aaf1e514121..addc8ee80ff 100644
--- a/devel/libuv/distinfo
+++ b/devel/libuv/distinfo
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.53 2020/01/24 18:49:38 adam Exp $
+$NetBSD: distinfo,v 1.54 2020/03/12 16:12:47 adam Exp $
-SHA1 (libuv-1.34.2.tar.gz) = f59b25c0f1a855eef66298d65bd4fb288e0132b9
-RMD160 (libuv-1.34.2.tar.gz) = af4cc012ffa9c8b16583e58e4946265ecb27eb65
-SHA512 (libuv-1.34.2.tar.gz) = 7e7a54d2d1e0ed76654ece9481f02177d201a4590c5d9b5c8b4edf6f795a0d7c30970b907481847930a524a0f06c15c6c73b3ce73a8afa2f836e33dbd54a7249
-Size (libuv-1.34.2.tar.gz) = 1245374 bytes
+SHA1 (libuv-1.35.0.tar.gz) = 9dabf6f90bbd328cf4e8f832f92943b1d99dfda5
+RMD160 (libuv-1.35.0.tar.gz) = 26e14319991a4e9c84be63305fa4c55d0921956e
+SHA512 (libuv-1.35.0.tar.gz) = a05bfd7cab6ae74022e7120a48772a6594522fb5bc467c8c05eb4809d7c78b68fa4843d86e2e34a68d439767a27dbc49f3b1dcbc8df85bec64471c1b459989c3
+Size (libuv-1.35.0.tar.gz) = 1253950 bytes
SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
SHA1 (patch-configure.ac) = 06500ab342d1af50f03bc92f2cb4a2ec28db84cc
SHA1 (patch-src_unix_fs.c) = 15b464be3e31c0934732c537c4163b5b96665f63