diff options
author | adam <adam@pkgsrc.org> | 2018-04-03 14:21:21 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2018-04-03 14:21:21 +0000 |
commit | 75cad101e0db71b2acab5757a1f0c603eac83001 (patch) | |
tree | 37b1c7806b8cb615c019b375e013013261e1ab46 /devel/libuv | |
parent | 389186cd557d0ad0e9254c8701ab87dc420fab4c (diff) | |
download | pkgsrc-75cad101e0db71b2acab5757a1f0c603eac83001.tar.gz |
libuv: updated to 1.20.0
1.20.0:
* unix,spawn: respect user stdio flags for new pipe
* Revert "Revert "unix,tcp: avoid marking server sockets connected""
* req: revisions to uv_req_t handling
* win: remove unnecessary initialization
* win: update uv_os_homedir() to use uv_os_getenv()
* test: fix tcp_oob test flakiness
* posix: fix uv__pollfds_del() for invalidated fd's
* doc: README: add note on installing gyp
* unix: refactor uv_os_homedir to use uv_os_getenv
* unix: fix several instances of lost errno
* win,tty: update several TODO comments
* unix: add UV_FS_COPYFILE_FICLONE support
* test: fix connect_unspecified
* unix,win: add UV_FS_COPYFILE_FICLONE_FORCE support
* win: use long directory name for handle->dirw
* build: build with -D_FILE_OFFSET_BITS=64 again
* win, fs: fix uv_fs_unlink for +R -A files
* win, fs: use FILE_WRITE_ATTRIBUTES when opening files
* unix: use __PASE__ on IBM i platforms
* test,freebsd: fix flaky poll tests
* test: increase connection timeout to 1 second
* win,tcp: handle canceled connect with ECANCELED
Diffstat (limited to 'devel/libuv')
-rw-r--r-- | devel/libuv/Makefile | 7 | ||||
-rw-r--r-- | devel/libuv/distinfo | 10 |
2 files changed, 8 insertions, 9 deletions
diff --git a/devel/libuv/Makefile b/devel/libuv/Makefile index 7fa92872616..b82954c817b 100644 --- a/devel/libuv/Makefile +++ b/devel/libuv/Makefile @@ -1,16 +1,15 @@ -# $NetBSD: Makefile,v 1.31 2018/02/22 08:44:14 adam Exp $ +# $NetBSD: Makefile,v 1.32 2018/04/03 14:21:21 adam Exp $ -DISTNAME= libuv-1.19.2 +DISTNAME= libuv-1.20.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/} +GITHUB_TAG= v${PKGVERSION_NOREV} MAINTAINER= agc@pkgsrc.org HOMEPAGE= https://github.com/libuv/libuv COMMENT= Cross-platform asychronous I/O LICENSE= mit AND 2-clause-bsd AND isc AND modified-bsd -GITHUB_TAG= v${PKGVERSION_NOREV} - USE_LIBTOOL= yes USE_TOOLS+= autoconf automake pkg-config GNU_CONFIGURE= yes diff --git a/devel/libuv/distinfo b/devel/libuv/distinfo index 86848b9b29d..ba34109e4f2 100644 --- a/devel/libuv/distinfo +++ b/devel/libuv/distinfo @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.29 2018/02/22 08:44:14 adam Exp $ +$NetBSD: distinfo,v 1.30 2018/04/03 14:21:21 adam Exp $ -SHA1 (libuv-1.19.2.tar.gz) = 990973a95d848aa7b5e9a79b73fbf2af3d579af8 -RMD160 (libuv-1.19.2.tar.gz) = be0a64e1722e5f256c2d89588b19855abaaff5b9 -SHA512 (libuv-1.19.2.tar.gz) = 4fa879e34c51ae428ebf72ce80873b8d12994ae1560f9d3577a693653bfd5bd4b4fda7ff457b98b5e60fc82546658300401d6545d677f31d2cd66be3d82e02da -Size (libuv-1.19.2.tar.gz) = 1176076 bytes +SHA1 (libuv-1.20.0.tar.gz) = 0439aa9e497d2f07e6378bbe29c728c09bb40c87 +RMD160 (libuv-1.20.0.tar.gz) = 45e533e507bd6eabcda485c51e58b2d34cfeedbe +SHA512 (libuv-1.20.0.tar.gz) = 382309cb6e54765b956b03357cb754f49d93505ba0e0122a77f33efca07d7b87966c993a5fd9f9503edd1bcd0f49ca42bd9cd9264cce94c847aebca77d237ba0 +Size (libuv-1.20.0.tar.gz) = 1180231 bytes SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232 SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd SHA1 (patch-src_unix_darwin.c) = 489f73fe81b9dea2acc72a669bf667c560c1deea |