Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (Client CN "mail.NetBSD.org", Issuer "mail.NetBSD.org CA" (not verified)) by mollari.NetBSD.org (Postfix) with ESMTPS id E2CDF1A9239 for ; Sun, 16 Jan 2022 22:50:40 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id EFA3384E5A; Sun, 16 Jan 2022 22:50:39 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 358DD84E56 for ; Sun, 16 Jan 2022 22:50:39 +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 HmxiedKtle6N for ; Sun, 16 Jan 2022 22:50:38 +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 7859D84D4C for ; Sun, 16 Jan 2022 22:50:38 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 65A24FB24; Sun, 16 Jan 2022 22:50:38 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1642373438296460" MIME-Version: 1.0 Date: Sun, 16 Jan 2022 22:50:38 +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: <20220116225038.65A24FB24@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1642373438296460 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="UTF-8" Module Name: pkgsrc Committed By: wiz Date: Sun Jan 16 22:50:38 UTC 2022 Modified Files: pkgsrc/devel/libuv: Makefile distinfo Log Message: libuv: update to 1.43.0. 2022.01.05, Version 1.43.0 (Stable) Changes since version 1.42.0: * run test named ip6_sin6_len (Jameson Nash) * docs: fix wrong information about scheduling (Mohamed Edrah) * unix: protect fork in uv_spawn from signals (Jameson Nash) * drop only successfully sent packets post sendmmsg (Supragya Raj) * test: fix typo in test-tty-escape-sequence-processing.c (Ikko Ashimine) * cmake: use standard installation layout always (Sylvain Corlay) * win,spawn: allow UNC path with forward slash (earnal) * win,fsevent: fix uv_fs_event_stop() assert (Ben Noordhuis) * unix: remove redundant include in unix.h ( * doc: mark SmartOS as Tier 3 support ( * doc: fix broken links for netbsd's sysctl manpage ( * misc: adjust stalebot deadline ( * test: remove `dns-server.c` as it is not used anywhere ( * build: fix non-cmake android builds ( * doc: replace pyuv with uvloop ( * asan: fix some tests ( * build: add experimental TSAN configuration ( * pipe: remove useless assertion ( * bsd: destroy mutex in uv__process_title_cleanup() ( * build: add windows build to CI ( * win,fs: fix error code in uv_fs_read() and uv_fs_write() ( Sen) * build: add macos-latest to ci matrix ( * udp: fix &/&& typo in macro condition ( * build: install cmake package module (Petr Menšík) * win: fix build for mingw32 ( * build: fix build failures with MinGW new headers (erw7) * build: fix win build with cmake versions before v3.14 ( * unix: support aarch64 in uv_cpu_info() ( * linux: work around CIFS EPERM bug ( * sunos: Oracle Developer Studio support ( * Revert "sunos: Oracle Developer Studio support ( * sunos: Oracle Developer Studio support ( * stream: permit read after seeing EOF ( * thread: initialize uv_thread_self for all threads ( * kqueue: ignore write-end closed notifications ( * macos: fix the cfdata length in uv__get_cpu_speed ( Bache) * unix,win: add uv_ip_name to get name from sockaddr ( * win,test: fix a few typos (AJ Heller) * zos: use destructor for uv__threadpool_cleanup() ( Zhang) * linux: use MemAvailable instead of MemFree ( * freebsd: call dlerror() only if necessary ( * bsd,windows,zos: fix udp disconnect EINVAL ( To generate a diff of this commit: cvs rdiff -u -r1.68 -r1.69 pkgsrc/devel/libuv/Makefile cvs rdiff -u -r1.67 -r1.68 pkgsrc/devel/libuv/distinfo Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1642373438296460 Content-Disposition: inline Content-Length: 1706 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.68 pkgsrc/devel/libuv/Makefile:1.69 --- pkgsrc/devel/libuv/Makefile:1.68 Mon Jul 26 18:08:47 2021 +++ pkgsrc/devel/libuv/Makefile Sun Jan 16 22:50:38 2022 @@ -1,6 +1,6 @@ -# $NetBSD: Makefile,v 1.68 2021/07/26 18:08:47 adam Exp $ +# $NetBSD: Makefile,v 1.69 2022/01/16 22:50:38 wiz Exp $ -DISTNAME= libuv-1.42.0 +DISTNAME= libuv-1.43.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.67 pkgsrc/devel/libuv/distinfo:1.68 --- pkgsrc/devel/libuv/distinfo:1.67 Tue Oct 26 10:15:30 2021 +++ pkgsrc/devel/libuv/distinfo Sun Jan 16 22:50:38 2022 @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.67 2021/10/26 10:15:30 nia Exp $ +$NetBSD: distinfo,v 1.68 2022/01/16 22:50:38 wiz Exp $ -BLAKE2s (libuv-1.42.0.tar.gz) = dd0738adee58974ab67853e15c0c3d543c63844aefef1a1f3b9b94b5c8a41d69 -SHA512 (libuv-1.42.0.tar.gz) = 29982c975fccb99dcf28c8cc0f9fe9f15a0c546778b0723596a790021441b8be1ccece17f63319b5a1f0ccda8a846c0b544f9259d3482e84e14138461a0d882b -Size (libuv-1.42.0.tar.gz) = 1293478 bytes +BLAKE2s (libuv-1.43.0.tar.gz) = d058d220ac448170de1c2dd554e0ef0e6c362fddf181509ba8d3d416398ae715 +SHA512 (libuv-1.43.0.tar.gz) = 66ee11f8f6fc1313c432858572789cf67acd6364b29a06c73323ab20626e2d6e3d3dcea748cf5d9d4368b40ad7fe0d5fd35e9369c22e531db523703f005248d3 +Size (libuv-1.43.0.tar.gz) = 1295972 bytes SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232 SHA1 (patch-src_unix_fs.c) = d5afe699254210d9724bf2d02ea4563a92666d4f SHA1 (patch-src_unix_netbsd.c) = 071a2a853f9a73dc72e24d63316aa21b28669469 --_----------=_1642373438296460--