Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id ED6DA7A266 for ; Tue, 7 Feb 2017 12:59:34 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id A259C8560A; Tue, 7 Feb 2017 12:59:34 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 32ADC85609 for ; Tue, 7 Feb 2017 12:59:34 +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 WAnnvgkYq6aA for ; Tue, 7 Feb 2017 12:59:33 +0000 (UTC) Received: from cvs.NetBSD.org (unknown [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id AC5938556C for ; Tue, 7 Feb 2017 12:59:33 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id AAB3FFBE4; Tue, 7 Feb 2017 12:59:33 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1486472373247120" MIME-Version: 1.0 Date: Tue, 7 Feb 2017 12:59:33 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/devel/libuv To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20170207125933.AAB3FFBE4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1486472373247120 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Tue Feb 7 12:59:33 UTC 2017 Modified Files: pkgsrc/devel/libuv: Makefile distinfo Log Message: Updated libuv to 1.11.0. 2017.02.02, Version 1.11.0 (Stable) Changes since version 1.10.2: * Now working on version 1.10.3 (cjihrig) * win: added fcntl.h to uv-win.h (Michele Caini) * unix: move function call out of assert (jBarz) * fs: cleanup uv__fs_scandir (Santiago Gimeno) * fs: fix crash in uv_fs_scandir_next (muflub) * win,signal: fix potential deadlock (Bartosz Sosnowski) * unix: use async-signal safe functions between fork and exec (jBarz) * sunos: fix SUNOS_NO_IFADDRS build (Ben Noordhuis) * zos: make platform functional (John Barboza) * doc: add repitition qualifier to version regexs (Daniel Bevenius) * zos: use gyp OS label "os390" on z/OS (John Barboza) * aix: enable uv_get/set_process_title (Howard Hellyer) * zos: use built-in proctitle implementation (John Barboza) * Revert "darwin: use clock_gettime in macOS 10.12" (Chris Araman) * win,test: don't write uninitialized buffer to tty (Bert Belder) * win: define ERROR_ELEVATION_REQUIRED for MinGW (Richard Lau) * aix: re-enable fs watch facility (Gireesh Punathil) To generate a diff of this commit: cvs rdiff -u -r1.12 -r1.13 pkgsrc/devel/libuv/Makefile cvs rdiff -u -r1.10 -r1.11 pkgsrc/devel/libuv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1486472373247120 Content-Disposition: inline Content-Length: 1619 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.12 pkgsrc/devel/libuv/Makefile:1.13 --- pkgsrc/devel/libuv/Makefile:1.12 Mon Jan 16 11:56:22 2017 +++ pkgsrc/devel/libuv/Makefile Tue Feb 7 12:59:33 2017 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.12 2017/01/16 11:56:22 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2017/02/07 12:59:33 wiz Exp $ -DISTNAME= libuv-1.10.2 +DISTNAME= libuv-1.11.0 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/} Index: pkgsrc/devel/libuv/distinfo diff -u pkgsrc/devel/libuv/distinfo:1.10 pkgsrc/devel/libuv/distinfo:1.11 --- pkgsrc/devel/libuv/distinfo:1.10 Mon Jan 16 11:56:22 2017 +++ pkgsrc/devel/libuv/distinfo Tue Feb 7 12:59:33 2017 @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.10 2017/01/16 11:56:22 wiz Exp $ +$NetBSD: distinfo,v 1.11 2017/02/07 12:59:33 wiz Exp $ -SHA1 (libuv-1.10.2.tar.gz) = 9dcbd5b7996dccd96e88d39f480136fb31c016b8 -RMD160 (libuv-1.10.2.tar.gz) = 48024d64851d97f2b754da249f5cba32974220ca -SHA512 (libuv-1.10.2.tar.gz) = 5d9a7c483c3504e10e17c29297d72dee1572dc657d261229cc68efe63cb3abb59f7e7768885ce3eb06f22691e73323158c06dcce29000c81e35ff9888853f080 -Size (libuv-1.10.2.tar.gz) = 1074184 bytes +SHA1 (libuv-1.11.0.tar.gz) = 54f0972aa0d3f6a6036d477b381c01f030f9a2b5 +RMD160 (libuv-1.11.0.tar.gz) = f2ed5e5c457a66625875d9fcd56584feebc94268 +SHA512 (libuv-1.11.0.tar.gz) = fb0415d62a32cfc658bad6c849263ac236d27e9188fac603467173a5ae34fb3ad3e3bfd333e543ebd98b4fd59e0a58a93275e830c4365c058b62bb0c2c802732 +Size (libuv-1.11.0.tar.gz) = 1083067 bytes SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232 --_----------=_1486472373247120--