Received: by mail.netbsd.org (Postfix, from userid 605) id EE42484D92; Fri, 6 Oct 2017 04:22:48 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8111784D7E for ; Fri, 6 Oct 2017 04:22:48 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Q_Sa7Gr2tvYe for ; Fri, 6 Oct 2017 04:22:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 0191C84CDD for ; Fri, 6 Oct 2017 04:22:48 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id EE782FBC7; Fri, 6 Oct 2017 04:22:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150726376740730" MIME-Version: 1.0 Date: Fri, 6 Oct 2017 04:22:47 +0000 From: "Adam Ciarcinski" Subject: CVS commit: pkgsrc/devel/libuv To: pkgsrc-changes@NetBSD.org Reply-To: adam@netbsd.org X-Mailer: log_accum Message-Id: <20171006042247.EE782FBC7@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_150726376740730 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Fri Oct 6 04:22:47 UTC 2017 Modified Files: pkgsrc/devel/libuv: Makefile distinfo Log Message: libuv: update to 1.15.0 Version 1.15.0 (Stable) * unix: limit uv__has_forked_with_cfrunloop to macOS * win: fix buffer size in uv__getpwuid_r() * win,tty: improve SIGWINCH support * unix: use fchmod() in uv_fs_copyfile() * unix: support copying empty files * unix: truncate destination in uv_fs_copyfile() * win,build: keep cwd when setting build environment * test: add NetBSD support to test-udp-ipv6.c * unix: add NetBSD support in core.c * linux: increase thread stack size with musl libc * netbsd: correct uv_exepath() on NetBSD * test: clean up semaphore after use * win,build: bump vswhere_usability_wrapper to 2.0.0 * win: let UV_PROCESS_WINDOWS_HIDE hide consoles * zos: lock protect global epoll list in epoll_ctl * zos: change platform name to match python * android: fix getifaddrs() * netbsd: implement uv__tty_is_slave() * zos: fix readlink for mounts with system variables * test: sort the tests alphabetically * windows: fix compilation warnings * build: avoid -fstrict-aliasing compile option * win: remove unused variables * unix: remove unused variables * netbsd: disable poll_bad_fdtype on NetBSD * netbsd: use uv__cloexec and uv__nonblock * test: fix udp_multicast_join6 on NetBSD * unix,win: add uv_mutex_init_recursive() * netbsd: do not exclude IPv6 functionality * fsevents: watch files with fsevents on macos 10.7+ * unix: retry on ENOBUFS in sendmsg(2) To generate a diff of this commit: cvs rdiff -u -r1.23 -r1.24 pkgsrc/devel/libuv/Makefile cvs rdiff -u -r1.19 -r1.20 pkgsrc/devel/libuv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150726376740730 Content-Disposition: inline Content-Length: 1764 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/devel/libuv/Makefile diff -u pkgsrc/devel/libuv/Makefile:1.23 pkgsrc/devel/libuv/Makefile:1.24 --- pkgsrc/devel/libuv/Makefile:1.23 Fri Sep 8 07:21:44 2017 +++ pkgsrc/devel/libuv/Makefile Fri Oct 6 04:22:47 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.23 2017/09/08 07:21:44 adam Exp $ +# $NetBSD: Makefile,v 1.24 2017/10/06 04:22:47 adam Exp $ -DISTNAME= libuv-1.14.1 +DISTNAME= libuv-1.15.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/} Index: pkgsrc/devel/libuv/distinfo diff -u pkgsrc/devel/libuv/distinfo:1.19 pkgsrc/devel/libuv/distinfo:1.20 --- pkgsrc/devel/libuv/distinfo:1.19 Fri Sep 8 07:21:44 2017 +++ pkgsrc/devel/libuv/distinfo Fri Oct 6 04:22:47 2017 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.19 2017/09/08 07:21:44 adam Exp $ +$NetBSD: distinfo,v 1.20 2017/10/06 04:22:47 adam Exp $ -SHA1 (libuv-1.14.1.tar.gz) = 4e6b927fdf01de025bcbf41adf64a3589eca3ef1 -RMD160 (libuv-1.14.1.tar.gz) = e80e8c78a98681eaedfdf43164ba8f5ebd7a3999 -SHA512 (libuv-1.14.1.tar.gz) = de78909e92757ce024a48d5a12a1aedd8015d7135cee374965dc38c07c29352ea411a31921910653728b3f73aca0275382cbf2130144da65e50a472b17849ade -Size (libuv-1.14.1.tar.gz) = 1157777 bytes +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 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232 SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd SHA1 (patch-src_unix_fs.c) = 21fffa99df9528aedee0c6fe299d28ff5110d2ba --_----------=_150726376740730--