libuv: updated to 1.16.0
Version 1.16.0 * win: change st_blksize from `2048` to `4096` * unix,win: add fs open flags, map O_DIRECT|O_DSYNC * win, fs: fix non-symlink reparse points * test: fix -Wstrict-prototypes warnings * unix, windows: map ENOTTY errno * unix: fall back to fsync() if F_FULLFSYNC fails * unix: do not close invalid kqueue fd after fork * zos: reset epoll data after fork * zos: skip fork_threadpool_queue_work_simple * test: keep platform_output as first test * win: fix non-English dlopen error message * unix,win: add uv_os_getppid() * test: fix const qualification compiler warning * doc: mark uv_default_loop() as not thread safe * win, pipe: null-initialize stream->shutdown_req * tty, win: get SetWinEventHook pointer at startup * test: no extra new line in skipped test output * pipe: allow access from other users * unix,win: add uv_if_{indextoname,indextoiid}
This commit is contained in:
parent
ccbbbba0c9
commit
c81d4f3619
2 changed files with 7 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
# $NetBSD: Makefile,v 1.24 2017/10/06 04:22:47 adam Exp $
|
||||
# $NetBSD: Makefile,v 1.25 2017/11/07 08:07:35 adam Exp $
|
||||
|
||||
DISTNAME= libuv-1.15.0
|
||||
DISTNAME= libuv-1.16.0
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/}
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
$NetBSD: distinfo,v 1.21 2017/10/06 15:58:15 kamil Exp $
|
||||
$NetBSD: distinfo,v 1.22 2017/11/07 08:07:35 adam Exp $
|
||||
|
||||
SHA1 (libuv-1.15.0.tar.gz) = 13a67a735516b2ec638af1d28b0aee07cb73b724
|
||||
RMD160 (libuv-1.15.0.tar.gz) = 4ec99f081b755c7670ff86f8f9ede55f9077a112
|
||||
SHA512 (libuv-1.15.0.tar.gz) = 46b9feb3959e73521f9e499881799c961db3ff1dcdd780537e774dfaf6145430cb98e9558cf3110624fa35a7117350868afdcccb30abf275f7648f11b3de4afa
|
||||
Size (libuv-1.15.0.tar.gz) = 1158746 bytes
|
||||
SHA1 (libuv-1.16.0.tar.gz) = 7e46cec43d4705e2830ee2febb8097df22a9c40a
|
||||
RMD160 (libuv-1.16.0.tar.gz) = ea84e1fec56912529726a41179d37a66e5396688
|
||||
SHA512 (libuv-1.16.0.tar.gz) = c828a26d3bfbde40cb272087e1aa20bfb0dd93efc4d71d3917bd68a760d373acd40f0c8186a980cf9e1a66693e816bea35b8c9c026f5a051c3334ac7bbba9e95
|
||||
Size (libuv-1.16.0.tar.gz) = 1165381 bytes
|
||||
SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
|
||||
SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd
|
||||
SHA1 (patch-src_unix_fs.c) = 21fffa99df9528aedee0c6fe299d28ff5110d2ba
|
||||
|
|
Loading…
Reference in a new issue