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 Jul  1 09:10:35 UTC 2023

Modified Files:
        pkgsrc/devel/libuv: Makefile distinfo

Log Message:
libuv: updated to 1.46.0

Version 1.46.0 (Stable)

Changes since version 1.45.0:
* Add SHA to ChangeLog (Santiago Gimeno)
* misc: update readthedocs config (Jameson Nash)
* test: remove erroneous RETURN_SKIP (Ben Noordhuis)
* android: disable io_uring support (Ben Noordhuis)
* linux: add some more iouring backed fs ops (Santiago Gimeno)
* build: add autoconf option for disable-maintainer-mode (Jameson Nash)
* fs: use WTF-8 on Windows (Stefan Karpinski)
* unix,win: replace QUEUE with struct uv__queue (Ben Noordhuis)
* linux: fs_read to use io_uring if iovcnt > IOV_MAX (Santiago Gimeno)
* ios: fix uv_getrusage() ru_maxrss calculation (Ben Noordhuis)
* include: update outdated code comment (Ben Noordhuis)
* linux: support abstract unix sockets (Ben Noordhuis)
* unix,win: add UV_PIPE_NO_TRUNCATE flag (Ben Noordhuis)
* unix: add loongarch support (liuxiang88)
* doc: add DPS8M to LINKS.md (Jeffrey H. Johnson)
* include: add EUNATCH errno mapping (Abdirahim Musse)
* src: don't run timers if loop is stopped/unref'd (Trevor Norris)
* win: fix -Wpointer-to-int-cast warning (Ben Noordhuis)
* test,win: fix -Wunused-variable warning (Ben Noordhuis)
* test,win: fix -Wformat warning (Ben Noordhuis)
* linux: work around io_uring IORING_OP_CLOSE bug (Ben Noordhuis)
* win: remove unused functions (Ben Noordhuis)
* bench: add bench to check uv_loop_alive (Trevor Norris)
* test: add uv_cancel test for threadpool (Trevor Norris)
* unix: skip prohibited syscalls on tvOS and watchOS (小明)
* unix,fs: make no_pwritev access thread-safe (Santiago Gimeno)
* unix: fix build for lower versions of Android (小明)


To generate a diff of this commit:
cvs rdiff -u -r1.77 -r1.78 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.77 pkgsrc/devel/libuv/Makefile:1.78
--- pkgsrc/devel/libuv/Makefile:1.77    Wed Jun 28 13:45:23 2023
+++ pkgsrc/devel/libuv/Makefile Sat Jul  1 09:10:35 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.77 2023/06/28 13:45:23 riastradh Exp $
+# $NetBSD: Makefile,v 1.78 2023/07/01 09:10:35 adam Exp $
 
-DISTNAME=      libuv-1.45.0
+DISTNAME=      libuv-1.46.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -10,8 +10,8 @@ HOMEPAGE=     https://github.com/libuv/libuv
 COMMENT=       Cross-platform asychronous I/O
 LICENSE=       mit AND 2-clause-bsd AND isc AND modified-bsd
 
-USE_LANGUAGES+=        c11             # stdatomic.h
-GCC_REQD+=     4.9             # XXX until USE_LANGUAGES knows about c11/gcc49
+USE_LANGUAGES= c11     # stdatomic.h
+GCC_REQD+=     4.9     # XXX until USE_LANGUAGES knows about c11/gcc49
 
 USE_LIBTOOL=   yes
 USE_TOOLS+=    autoconf automake pkg-config
Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.77 pkgsrc/devel/libuv/distinfo:1.78
--- pkgsrc/devel/libuv/distinfo:1.77    Fri May 19 20:35:47 2023
+++ pkgsrc/devel/libuv/distinfo Sat Jul  1 09:10:35 2023
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.77 2023/05/19 20:35:47 adam Exp $
+$NetBSD: distinfo,v 1.78 2023/07/01 09:10:35 adam Exp $
 
-BLAKE2s (libuv-1.45.0.tar.gz) = 6351419a8e8cd6b71777167893a272ab9237d819c7f00df73fb30191e3f2e368
-SHA512 (libuv-1.45.0.tar.gz) = a156dd0ed06bc7c50515f46ef6e5636d870288636f442ce9ec46716e22fdaa664ce49e432f4737c81e9c6013b34ed150e7420ab9fc316ed23281096954359774
-Size (libuv-1.45.0.tar.gz) = 1307245 bytes
+BLAKE2s (libuv-1.46.0.tar.gz) = 20cbe0bb1a8d507bdd8507f67524c70d84188ac67dcc8e90f0e565178aa67a62
+SHA512 (libuv-1.46.0.tar.gz) = e3a7c10ffd909f9b128fb2316e09b8456e87278107178b49368f31ba30e7f62d64e7eba650cc59ef2d7eb178199c7a2c5b5c99b333849200492235116d7aee7a
+Size (libuv-1.46.0.tar.gz) = 1311065 bytes
 SHA1 (patch-autogen.sh) = 99790076b91d579eb55506749e4803ab7cdfaa4c
 SHA1 (patch-src_unix_core.c) = fb2d24e7d842f6739f14c191ee30c71f56113081
 SHA1 (patch-src_unix_darwin-proctitle.c) = e726550cdd884a1fa73f6ea79592df643f954e97



Home | Main Index | Thread Index | Old Index