Skip to content

Commit 6162cb8

Browse files
author
adam
committed
libuv: updated to 1.52.1
Changes since version 1.52.0: * misc: add simple clang-tidy setup (Jameson Nash) * unix: check RLIMIT_AS and RLIMIT_DATA in uv_get_constrained_memory (Jameson Nash) * win: add fs-fd-hash-inl.h to tarball (tobil4sk) * unix,win: support NULL loop for sync uv_getaddrinfo (Saúl Ibarra Corretgé) * Fix const-correctness warning in linux.c (Quaylyn Rimer) * build(deps): bump actions/upload-artifact from 6 to 7 (dependabot[bot]) * build(deps): bump actions/download-artifact from 7 to 8 (dependabot[bot]) * unix: fix compilation warnings with GCC 15 (Saúl Ibarra Corretgé) * test: remove conditionals from `uv_thread_self` usage (Yasser Nascimento) * unix: fix discard const (Rudi Heitbaum) * unix: do not cast to char variables that are const char (Rudi Heitbaum) * linux: fix crash if poll callback closes handle before `POLLERR` (Juan José Arboleda)
1 parent 9be610c commit 6162cb8

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

devel/libuv/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# $NetBSD: Makefile,v 1.89 2026/02/11 09:05:25 adam Exp $
1+
# $NetBSD: Makefile,v 1.90 2026/03/07 11:31:59 adam Exp $
22

3-
DISTNAME= libuv-1.52.0
3+
DISTNAME= libuv-1.52.1
44
CATEGORIES= devel
55
MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/}
66
GITHUB_TAG= v${PKGVERSION_NOREV}

devel/libuv/distinfo

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
$NetBSD: distinfo,v 1.87 2026/02/11 09:05:25 adam Exp $
1+
$NetBSD: distinfo,v 1.88 2026/03/07 11:31:59 adam Exp $
22

3-
BLAKE2s (libuv-1.52.0.tar.gz) = c720b14f7598d4eecd085263153e18ac334c31ad65a92a768290c9f301b4e847
4-
SHA512 (libuv-1.52.0.tar.gz) = 920727ebcfae39db665e518d4d90abef0ca838efcddca2b0f5ba0effc38f2d7e60df79fa5e7aa94dba8ea6e8e800d498c89ee01b36e46ed0b455b6c284852fe9
5-
Size (libuv-1.52.0.tar.gz) = 1360877 bytes
3+
BLAKE2s (libuv-1.52.1.tar.gz) = 27306c8780b6a080ba94afdf7210228ca6a4ab508a6075db66b395db4364f6d8
4+
SHA512 (libuv-1.52.1.tar.gz) = c23bb26f8fdcf678dbf14bcee9855830927a40b8ae64dfa287ef1e910f37ad30cb868ecdeaad6f7b2bf3f3fccca1a7282a31b22c547206b672f923d0651f5b0c
5+
Size (libuv-1.52.1.tar.gz) = 1361196 bytes
66
SHA1 (patch-autogen.sh) = 99790076b91d579eb55506749e4803ab7cdfaa4c
77
SHA1 (patch-src_unix_core.c) = f6dbe539369c01e9cb870be8063d8b199393883d
88
SHA1 (patch-src_unix_fs.c) = 510693bb63cac7bf25e04c64e2d231de80b149d1

0 commit comments

Comments
 (0)