pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libuv libuv: updated to 1.20.0



details:   https://anonhg.NetBSD.org/pkgsrc/rev/18e69db54af7
branches:  trunk
changeset: 378203:18e69db54af7
user:      adam <adam%pkgsrc.org@localhost>
date:      Tue Apr 03 14:21:21 2018 +0000

description:
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:

 devel/libuv/Makefile |   7 +++----
 devel/libuv/distinfo |  10 +++++-----
 2 files changed, 8 insertions(+), 9 deletions(-)

diffs (41 lines):

diff -r 3eba6a873b47 -r 18e69db54af7 devel/libuv/Makefile
--- a/devel/libuv/Makefile      Tue Apr 03 13:21:25 2018 +0000
+++ b/devel/libuv/Makefile      Tue Apr 03 14:21:21 2018 +0000
@@ -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@localhost
 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 -r 3eba6a873b47 -r 18e69db54af7 devel/libuv/distinfo
--- a/devel/libuv/distinfo      Tue Apr 03 13:21:25 2018 +0000
+++ b/devel/libuv/distinfo      Tue Apr 03 14:21:21 2018 +0000
@@ -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



Home | Main Index | Thread Index | Old Index