Received: by mail.netbsd.org (Postfix, from userid 605) id D12FE84DCC; Tue, 8 May 2018 04:14:31 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 5AA7184DB9 for ; Tue, 8 May 2018 04:14:31 +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 S9-yfLDj_xQg for ; Tue, 8 May 2018 04:14:30 +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 D3CC984D57 for ; Tue, 8 May 2018 04:14:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id C9B1BFBEC; Tue, 8 May 2018 04:14:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1525752870204780" MIME-Version: 1.0 Date: Tue, 8 May 2018 04:14:30 +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: <20180508041430.C9B1BFBEC@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. --_----------=_1525752870204780 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Tue May 8 04:14:30 UTC 2018 Modified Files: pkgsrc/devel/libuv: Makefile distinfo Log Message: libuv: updated to 1.20.3 v1.20.3: * win: add Windows XP support to uv_if_indextoname() * win: fix `'floor' undefined` compiler warning * win, pipe: stop read for overlapped pipe * build: fix utf-8 name of copyright holder * zos: initialize pollfd revents * zos,doc: add system V message queue note * linux: don't use uv__nonblock_ioctl() on sparc To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/devel/libuv/Makefile cvs rdiff -u -r1.31 -r1.32 pkgsrc/devel/libuv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1525752870204780 Content-Disposition: inline Content-Length: 1800 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.33 pkgsrc/devel/libuv/Makefile:1.34 --- pkgsrc/devel/libuv/Makefile:1.33 Mon Apr 23 07:03:12 2018 +++ pkgsrc/devel/libuv/Makefile Tue May 8 04:14:30 2018 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.33 2018/04/23 07:03:12 adam Exp $ +# $NetBSD: Makefile,v 1.34 2018/05/08 04:14:30 adam Exp $ -DISTNAME= libuv-1.20.2 +DISTNAME= libuv-1.20.3 CATEGORIES= devel MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/} GITHUB_TAG= v${PKGVERSION_NOREV} Index: pkgsrc/devel/libuv/distinfo diff -u pkgsrc/devel/libuv/distinfo:1.31 pkgsrc/devel/libuv/distinfo:1.32 --- pkgsrc/devel/libuv/distinfo:1.31 Mon Apr 23 07:03:12 2018 +++ pkgsrc/devel/libuv/distinfo Tue May 8 04:14:30 2018 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.31 2018/04/23 07:03:12 adam Exp $ +$NetBSD: distinfo,v 1.32 2018/05/08 04:14:30 adam Exp $ -SHA1 (libuv-1.20.2.tar.gz) = ce4dde763d6158075ea55faf687212d61d4f97c4 -RMD160 (libuv-1.20.2.tar.gz) = 6a85ed309b29a10404b3591d305e0b417882b1f6 -SHA512 (libuv-1.20.2.tar.gz) = 449dfd15e2953d2a8b9c6160ab39728a87799b3e8595f9e3013467daf69d3561e2c5602172a0596e7c884237cf0d52d3b0f00edde03a7b037dc90b61bce2057c -Size (libuv-1.20.2.tar.gz) = 1180957 bytes +SHA1 (libuv-1.20.3.tar.gz) = 50f41875820c6f1df0aab33f82c5a06c079e55f3 +RMD160 (libuv-1.20.3.tar.gz) = 19d384d8a20c5930b63dc30ebe069e5b3517938c +SHA512 (libuv-1.20.3.tar.gz) = 60ebc0059ec9fdd022aa9d60b2a0340f29e037bf79fa08707f6f2ecca9ec263c7a6466bdc1f94e0875a6a627ee749efa86117dedb22119676a7bafed8b5d77a0 +Size (libuv-1.20.3.tar.gz) = 1181741 bytes SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232 SHA1 (patch-configure.ac) = e6636d522dc9218fc9aee62846426645473cb6cd SHA1 (patch-src_unix_darwin.c) = 489f73fe81b9dea2acc72a669bf667c560c1deea --_----------=_1525752870204780--