Received: by mail.netbsd.org (Postfix, from userid 605) id A4FE784DA2; Sun, 14 Feb 2021 15:01:01 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E151B84D9B for ; Sun, 14 Feb 2021 15:01:00 +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 puSW-T5ynCsh for ; Sun, 14 Feb 2021 15:01:00 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 3096284CED for ; Sun, 14 Feb 2021 15:01:00 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2DCA0FA95; Sun, 14 Feb 2021 15:01:00 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1613314860211560" MIME-Version: 1.0 Date: Sun, 14 Feb 2021 15:01:00 +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: <20210214150100.2DCA0FA95@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1613314860211560 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: adam Date: Sun Feb 14 15:01:00 UTC 2021 Modified Files: pkgsrc/devel/libuv: Makefile distinfo Log Message: libuv: updated to 1.41.0 Version 1.41.0 (Stable) Changes since version 1.40.0: * mailmap: update contact information for richardlau (Richard Lau) * build: add asan checks (gengjiawen) * unix: report bind error in uv_tcp_connect() (Ben Noordhuis) * doc: uv_tcp_bind() never returns UV_EADDRINUSE (Ben Noordhuis) * test: fix pump and tcp_write_batch benchmarks (Santiago Gimeno) * doc: mark IBM i as Tier 2 support (Jesse Gorzinski) * doc,poll: add notes (repeated cb & cancel pending cb) (Elad Nachmias) * linux: fix -Wincompatible-pointer-types warning (Ben Noordhuis) * linux: fix -Wsign-compare warning (Ben Noordhuis) * android: add system call api guards (Ben Noordhuis) * unix,win: harmonize uv_read_start() error handling (Ben Noordhuis) * unix,win: more uv_read_start() argument validation (Ben Noordhuis) * build: turn on -fno-strict-aliasing (Ben Noordhuis) * stream: add uv_pipe and uv_socketpair to the API (Jameson Nash) * unix,win: initialize timer `timeout` field (Ben Noordhuis) * bsd-ifaddrs: improve comments (Darshan Sen) * test: remove unnecessary uv_fs_stat() calls (Ben Noordhuis) * fs: fix utime/futime timestamp rounding errors (Ben Noordhuis) * test: ensure reliable floating point comparison (Jameson Nash) * unix,fs: fix uv_fs_sendfile() (Santiago Gimeno) * unix: fix uv_fs_stat when using statx (Simon Kadisch) * linux,macos: fix uv_set_process_title regression (Momtchil Momtchev) * doc: clarify UDP errors and recvmmsg (Ethel Weston) * test-getaddrinfo: use example.invalid (Drew DeVault) * Revert "build: fix android autotools build" (Bernardo Ramos) * unix,fs: on DVS fs, statx returns EOPNOTSUPP (Mark Klein) * win, fs: mkdir really return UV_EINVAL for invalid names (Nicholas Vavilov) * tools: migrate tools/make_dist_html.py to python3 (Dominique Dumont) * unix: fix uv_uptime() on linux (schamberg97) * unix: check for partial copy_file_range support (Momtchil Momtchev) * win: bump minimum supported version to windows 8 (Ben Noordhuis) * poll,unix: ensure safety of rapid fd reuse (Bob Weinand) * test: fix some warnings (Issam E. Maghni) * unix: fix uv_uptime() regression (Santiago Gimeno) * doc: fix versionadded metadata (cjihrig) * test: fix 'incompatible pointer types' warnings (cjihrig) * unix: check for EXDEV in uv__fs_sendfile() To generate a diff of this commit: cvs rdiff -u -r1.65 -r1.66 pkgsrc/devel/libuv/Makefile cvs rdiff -u -r1.62 -r1.63 pkgsrc/devel/libuv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1613314860211560 Content-Disposition: inline Content-Length: 1801 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.65 pkgsrc/devel/libuv/Makefile:1.66 --- pkgsrc/devel/libuv/Makefile:1.65 Fri Oct 2 12:22:34 2020 +++ pkgsrc/devel/libuv/Makefile Sun Feb 14 15:00:59 2021 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.65 2020/10/02 12:22:34 adam Exp $ +# $NetBSD: Makefile,v 1.66 2021/02/14 15:00:59 adam Exp $ -DISTNAME= libuv-1.40.0 +DISTNAME= libuv-1.41.0 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.62 pkgsrc/devel/libuv/distinfo:1.63 --- pkgsrc/devel/libuv/distinfo:1.62 Fri Oct 2 12:22:34 2020 +++ pkgsrc/devel/libuv/distinfo Sun Feb 14 15:00:59 2021 @@ -1,9 +1,9 @@ -$NetBSD: distinfo,v 1.62 2020/10/02 12:22:34 adam Exp $ +$NetBSD: distinfo,v 1.63 2021/02/14 15:00:59 adam Exp $ -SHA1 (libuv-1.40.0.tar.gz) = ce3e37e8a5c42f905bfa2364f3894173f14beee1 -RMD160 (libuv-1.40.0.tar.gz) = 5daaa8631c4715c88657c4b90ec89ed5fd5e0a38 -SHA512 (libuv-1.40.0.tar.gz) = 14a6880e636e9d046e1f4c86061d7ca5fe0cdae0efb0c6fec6b6ad03b17c626da479d6cc1ae84da281ec04a75e0d56fa99ef25164432cdb246cf59f0964a7e8b -Size (libuv-1.40.0.tar.gz) = 1274587 bytes +SHA1 (libuv-1.41.0.tar.gz) = 5dc9e2e2b6714f2b97bb5993963563dcd0e89f28 +RMD160 (libuv-1.41.0.tar.gz) = a715a00f7ce99d7413b8458d3346284d4f0cc680 +SHA512 (libuv-1.41.0.tar.gz) = bb08a1970a10e8d9571ffea3d021643de30ec212cd51317b98d6cf0cfe55d6877992921fb01d1188a6d466687335b77885685d924f8cb7200a0bec30eee05c65 +Size (libuv-1.41.0.tar.gz) = 1281268 bytes SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232 SHA1 (patch-src_unix_fs.c) = d5afe699254210d9724bf2d02ea4563a92666d4f SHA1 (patch-src_unix_netbsd.c) = 071a2a853f9a73dc72e24d63316aa21b28669469 --_----------=_1613314860211560--