Received: by mail.netbsd.org (Postfix, from userid 605) id 1518284D4B; Thu, 17 Aug 2017 20:06:49 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 9962384D36 for ; Thu, 17 Aug 2017 20:06: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 F-5E8r1nw632 for ; Thu, 17 Aug 2017 20:06:48 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id C44AB84D22 for ; Thu, 17 Aug 2017 20:06:47 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id B7368FAD0; Thu, 17 Aug 2017 20:06:47 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1503000407175470" MIME-Version: 1.0 Date: Thu, 17 Aug 2017 20:06: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: <20170817200647.B7368FAD0@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. --_----------=_1503000407175470 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: adam Date: Thu Aug 17 20:06:47 UTC 2017 Modified Files: pkgsrc/devel/libuv: Makefile distinfo pkgsrc/devel/libuv/patches: patch-src_unix_thread.c Log Message: Version 1.14.0: * unix: check for NULL in uv_os_unsetenv for parameter name (André Klitzing) * doc: add thread safety warning for process title (Matthew Taylor) * unix: always copy process title into local buffer (Matthew Taylor) * poll: add support for OOB TCP and GPIO interrupts (CurlyMoo) * win,build: fix appveyor properly (Refael Ackermann) * win: include filename in dlopen error message (Ben Noordhuis) * aix: add netmask, mac address into net interfaces (Gireesh Punathil) * unix, windows: map EREMOTEIO errno (Ben Noordhuis) * unix: fix wrong MAC of uv_interface_address (XadillaX) * win,build: fix building from Windows SDK or VS console (Saúl Ibarra Corretgé) * github: fix link to help repo in issue template (Ben Noordhuis) * zos: remove nonexistent include from autotools build (Saúl Ibarra Corretgé) * misc: remove reference to pthread-fixes.h from LICENSE (Saúl Ibarra Corretgé) * docs: fix guide source code example paths (Anticrisis) * android: fix compilation with new NDK versions (Saúl Ibarra Corretgé) * misc: add android-toolchain to .gitignore (Saúl Ibarra Corretgé) * win, fs: support unusual reparse points (Bartosz Sosnowski) * android: fix detection of pthread_condattr_setclock (Saúl Ibarra Corretgé) * android: remove no longer needed check (Saúl Ibarra Corretgé) * doc: update instructions for building on Android (Saúl Ibarra Corretgé) * win, process: support semicolons in PATH variable (Bartosz Sosnowski) * doc: document uv_async_(init|send) return values (Ben Noordhuis) * doc: add Android as a tier 3 supported platform (Saúl Ibarra Corretgé) * unix: add missing semicolon (jBarz) * win, test: fix double close in test runner (Bartosz Sosnowski) * doc: update supported windows version baseline (Ben Noordhuis) * test,zos: skip chown root test (jBarz) * test,zos: use gid=-1 to test spawn_setgid_fails (jBarz) * zos: fix hr timer resolution (jBarz) * android: fix blocking recvmsg due to netlink bug (Jacob Segal) * zos: read more accurate rss info from RSM (jBarz) * win: allow bound/connected socket in uv_tcp_open() (Maciej Szeptuch (Neverous)) * doc: differentiate SmartOS and SunOS support (cjihrig) * unix: make uv_poll_stop() remove fd from pollset (Ben Noordhuis) * unix, windows: add basic uv_fs_copyfile() (cjihrig) To generate a diff of this commit: cvs rdiff -u -r1.21 -r1.22 pkgsrc/devel/libuv/Makefile cvs rdiff -u -r1.17 -r1.18 pkgsrc/devel/libuv/distinfo cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libuv/patches/patch-src_unix_thread.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1503000407175470 Content-Disposition: inline Content-Length: 3177 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.21 pkgsrc/devel/libuv/Makefile:1.22 --- pkgsrc/devel/libuv/Makefile:1.21 Mon Aug 7 10:31:41 2017 +++ pkgsrc/devel/libuv/Makefile Thu Aug 17 20:06:47 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.21 2017/08/07 10:31:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.22 2017/08/17 20:06:47 adam Exp $ -DISTNAME= libuv-1.13.1 +DISTNAME= libuv-1.14.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/} Index: pkgsrc/devel/libuv/distinfo diff -u pkgsrc/devel/libuv/distinfo:1.17 pkgsrc/devel/libuv/distinfo:1.18 --- pkgsrc/devel/libuv/distinfo:1.17 Fri Jul 7 04:09:01 2017 +++ pkgsrc/devel/libuv/distinfo Thu Aug 17 20:06:47 2017 @@ -1,10 +1,10 @@ -$NetBSD: distinfo,v 1.17 2017/07/07 04:09:01 adam Exp $ +$NetBSD: distinfo,v 1.18 2017/08/17 20:06:47 adam Exp $ -SHA1 (libuv-1.13.1.tar.gz) = 1f7bc3ca9b7f793dd61efb4cd6fe738b5f0f2391 -RMD160 (libuv-1.13.1.tar.gz) = 27e7fab6465c7238f01ee674750b8ab99c0636f5 -SHA512 (libuv-1.13.1.tar.gz) = 5d4bbc90f353ea438e8eac3ea0c4e89c09d3f51629c1d06b52072f04d8cccfd7119189ba21ad13eb8df28575e0844fbb1b09ed903bd95f6ea806e6cba353ef1a -Size (libuv-1.13.1.tar.gz) = 1149387 bytes +SHA1 (libuv-1.14.0.tar.gz) = 9b270eeacd161489f014c626c6f0492975c639bd +RMD160 (libuv-1.14.0.tar.gz) = a3e1d2a254fc8859f72912a32937adbff8fda27b +SHA512 (libuv-1.14.0.tar.gz) = a838f2e97250a78861b72458d9278935d9e8151d69de21de19499dfe9d7304d65ce578c007356b75cd4ce2c17735292d93cdb2fcc206d4e2430ee3f9a2fc7222 +Size (libuv-1.14.0.tar.gz) = 1156650 bytes SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232 SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd SHA1 (patch-src_unix_fs.c) = 21fffa99df9528aedee0c6fe299d28ff5110d2ba -SHA1 (patch-src_unix_thread.c) = 6ceab7f30d6bb158ee22b6ca286918dc88204a9c +SHA1 (patch-src_unix_thread.c) = 1ae58ceacc721421019c14eed5830c0a6dcf1768 Index: pkgsrc/devel/libuv/patches/patch-src_unix_thread.c diff -u pkgsrc/devel/libuv/patches/patch-src_unix_thread.c:1.2 pkgsrc/devel/libuv/patches/patch-src_unix_thread.c:1.3 --- pkgsrc/devel/libuv/patches/patch-src_unix_thread.c:1.2 Tue Mar 28 18:44:49 2017 +++ pkgsrc/devel/libuv/patches/patch-src_unix_thread.c Thu Aug 17 20:06:47 2017 @@ -1,16 +1,15 @@ -$NetBSD: patch-src_unix_thread.c,v 1.2 2017/03/28 18:44:49 maya Exp $ +$NetBSD: patch-src_unix_thread.c,v 1.3 2017/08/17 20:06:47 adam Exp $ Use feature test for pthread_condattr_setclock, absent in netbsd-6-0 ---- src/unix/thread.c.orig 2017-02-01 00:38:56.000000000 +0000 +--- src/unix/thread.c.orig 2017-08-16 14:11:33.000000000 +0000 +++ src/unix/thread.c -@@ -424,7 +424,8 @@ int uv_cond_init(uv_cond_t* cond) { +@@ -528,7 +528,7 @@ int uv_cond_init(uv_cond_t* cond) { if (err) return -err; --#if !(defined(__ANDROID__) && defined(HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC)) -+#if defined(HAVE_PTHREAD_CONDATTR_SETCLOCK) && \ -+ (!defined(HAVE_PTHREAD_COND_TIMEDWAIT_MONOTONIC)) +-#if !(defined(__ANDROID_API__) && __ANDROID_API__ < 21) ++#if defined(HAVE_PTHREAD_CONDATTR_SETCLOCK) err = pthread_condattr_setclock(&attr, CLOCK_MONOTONIC); if (err) goto error2; --_----------=_1503000407175470--