pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/devel/libuv



Module Name:    pkgsrc
Committed By:   adam
Date:           Sat Mar  7 11:31:59 UTC 2026

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
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)


To generate a diff of this commit:
cvs rdiff -u -r1.89 -r1.90 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.87 -r1.88 pkgsrc/devel/libuv/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/libuv/Makefile
diff -u pkgsrc/devel/libuv/Makefile:1.89 pkgsrc/devel/libuv/Makefile:1.90
--- pkgsrc/devel/libuv/Makefile:1.89    Wed Feb 11 09:05:25 2026
+++ pkgsrc/devel/libuv/Makefile Sat Mar  7 11:31:59 2026
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.89 2026/02/11 09:05:25 adam Exp $
+# $NetBSD: Makefile,v 1.90 2026/03/07 11:31:59 adam Exp $
 
-DISTNAME=      libuv-1.52.0
+DISTNAME=      libuv-1.52.1
 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.87 pkgsrc/devel/libuv/distinfo:1.88
--- pkgsrc/devel/libuv/distinfo:1.87    Wed Feb 11 09:05:25 2026
+++ pkgsrc/devel/libuv/distinfo Sat Mar  7 11:31:59 2026
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.87 2026/02/11 09:05:25 adam Exp $
+$NetBSD: distinfo,v 1.88 2026/03/07 11:31:59 adam Exp $
 
-BLAKE2s (libuv-1.52.0.tar.gz) = c720b14f7598d4eecd085263153e18ac334c31ad65a92a768290c9f301b4e847
-SHA512 (libuv-1.52.0.tar.gz) = 920727ebcfae39db665e518d4d90abef0ca838efcddca2b0f5ba0effc38f2d7e60df79fa5e7aa94dba8ea6e8e800d498c89ee01b36e46ed0b455b6c284852fe9
-Size (libuv-1.52.0.tar.gz) = 1360877 bytes
+BLAKE2s (libuv-1.52.1.tar.gz) = 27306c8780b6a080ba94afdf7210228ca6a4ab508a6075db66b395db4364f6d8
+SHA512 (libuv-1.52.1.tar.gz) = c23bb26f8fdcf678dbf14bcee9855830927a40b8ae64dfa287ef1e910f37ad30cb868ecdeaad6f7b2bf3f3fccca1a7282a31b22c547206b672f923d0651f5b0c
+Size (libuv-1.52.1.tar.gz) = 1361196 bytes
 SHA1 (patch-autogen.sh) = 99790076b91d579eb55506749e4803ab7cdfaa4c
 SHA1 (patch-src_unix_core.c) = f6dbe539369c01e9cb870be8063d8b199393883d
 SHA1 (patch-src_unix_fs.c) = 510693bb63cac7bf25e04c64e2d231de80b149d1



Home | Main Index | Thread Index | Old Index