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 12 08:27:54 UTC 2022

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.44.1

v1.44.1

Important bugs fixed

macos: don't use thread-unsafe strtok()
process: fix hang after NOTE_EXIT


To generate a diff of this commit:
cvs rdiff -u -r1.72 -r1.73 pkgsrc/devel/libuv/Makefile \
    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.72 pkgsrc/devel/libuv/Makefile:1.73
--- pkgsrc/devel/libuv/Makefile:1.72    Mon Mar  7 18:31:30 2022
+++ pkgsrc/devel/libuv/Makefile Sat Mar 12 08:27:54 2022
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.72 2022/03/07 18:31:30 adam Exp $
+# $NetBSD: Makefile,v 1.73 2022/03/12 08:27:54 adam Exp $
 
-DISTNAME=      libuv-1.44.0
+DISTNAME=      libuv-1.44.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.72 pkgsrc/devel/libuv/distinfo:1.73
--- pkgsrc/devel/libuv/distinfo:1.72    Mon Mar  7 18:31:30 2022
+++ pkgsrc/devel/libuv/distinfo Sat Mar 12 08:27:54 2022
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.72 2022/03/07 18:31:30 adam Exp $
+$NetBSD: distinfo,v 1.73 2022/03/12 08:27:54 adam Exp $
 
-BLAKE2s (libuv-1.44.0.tar.gz) = a67e4478222e7a26ad6cc8677bf23ea6b2b55bb9b35bf1e7717acfcb3a50007d
-SHA512 (libuv-1.44.0.tar.gz) = 190887745150cb534719e5e3a2919ffeb2ee9f986211a286229917b2d42cec8a7b4b00e975ecf5a3a9cb1739e1d45b22660e7cae9411c0f8bd15e2237c024630
-Size (libuv-1.44.0.tar.gz) = 1301452 bytes
+BLAKE2s (libuv-1.44.1.tar.gz) = ef36304ee0763cb9556b4c1bbf655ce044f0c753be019ad2e6ff5c6944128791
+SHA512 (libuv-1.44.1.tar.gz) = 050b5f91540d126bef0a35681f8dd347296d3be32671b1c785494e78f5367b4ab064ece3f594523e09b08bcac284377d5fb123ba441fb570d25c5146aa484c8e
+Size (libuv-1.44.1.tar.gz) = 1301786 bytes
 SHA1 (patch-autogen.sh) = a5f48189bfb17624c545a80626ea311b7755d232
 SHA1 (patch-src_unix_core.c) = fb2d24e7d842f6739f14c191ee30c71f56113081
 SHA1 (patch-src_unix_darwin-proctitle.c) = e726550cdd884a1fa73f6ea79592df643f954e97



Home | Main Index | Thread Index | Old Index