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:           Fri May 19 20:35:47 UTC 2023

Modified Files:
        pkgsrc/devel/libuv: Makefile PLIST distinfo
        pkgsrc/devel/libuv/patches: patch-autogen.sh patch-src_unix_fs.c

Log Message:
libuv: updated to 1.45.0

Version 1.45.0 (Stable)

Changes since version 1.44.2:

* win: remove stdint-msvc2008.h (Ben Noordhuis)
* android: remove pthread-fixes.c (Ben Noordhuis)
* build: enable MSVC_RUNTIME_LIBRARY setting (自发对称破缺)
* unix: switch to c11 atomics (Ben Noordhuis)
* unix: don't accept() connections in a loop (Ben Noordhuis)
* win: fix off-by-1 buffer overrun in uv_exepath() (Ben Noordhuis)
* build: switch ci from macos-10.15 to macos-11 (Ben Noordhuis)
* win: fix thread race in uv_cwd() and uv_chdir() (Ben Noordhuis)
* unix,win: remove UV_HANDLE_SHUTTING flag (Santiago Gimeno)
* win: support Windows 11 in uv_os_uname() (Luan Devecchi)
* unix: fix uv_getrusage() ru_maxrss reporting (Ben Noordhuis)
* doc: add note about offset -1 in uv_fs_read/write (Steven Schveighoffer)
* test: fix musl libc.a dlerror() test expectation (Ben Noordhuis)
* kqueue: DRY file descriptor deletion logic (Ben Noordhuis)
* linux: teach uv_get_constrained_memory() cgroupsv2 (Ben Noordhuis)
* build: upgrade qemu-user-static package (Ben Noordhuis)
* linux: move epoll.c back into linux-core.c (Ben Noordhuis)
* unix: remove pre-macos 10.8 compatibility hack (Ben Noordhuis)
* unix,win: fix memory leak in uv_fs_scandir() (Ben Noordhuis)
* build: restore qemu download logic (Ben Noordhuis)
* win: fix uv__pipe_accept memory leak (number201724)
* doc: update LINKS.md (Daniel)
* unix: simplify atomic op in uv_tty_reset_mode() (Ben Noordhuis)
* build: add LIBUV_BUILD_SHARED cmake option (Christian Clason)
* linux: remove unused or obsolete syscall wrappers (Ben Noordhuis)
* linux: merge files back into single file (Ben Noordhuis)
* stream: process more than one write req per loop tick (ywave620)
* unix,win: give thread pool threads an 8 MB stack (Ben Noordhuis)
* build: add MemorySanitizer (MSAN) support (Ben Noordhuis)
* doc: add uv_poll_cb status==UV_EBADF note (jensbjorgensen)
* build: support AddressSanitizer on MSVC (Jameson Nash)
* win,pipe: improve method of obtaining pid for ipc (number201724)
* thread: add support for affinity (daomingq)
* include: map ENODATA error code (Ben Noordhuis)
* build: remove bashism from autogen.sh (Santiago Gimeno)
* win,tcp,udp: remove "active streams" optimization (Saúl Ibarra Corretgé)
* win: drop code checking for Windows XP / Server 2k3 (Saúl Ibarra Corretgé)
* unix,win: fix 'sprintf' is deprecated warning (twosee)
* doc: mention close_cb can be NULL (Qix)
* win: optimize udp receive performance (ywave620)
* win: fix an incompatible types warning (twosee)
* doc: document 0 return value for free/total memory (Ben Noordhuis)
* darwin: use hw.cpufrequency again for frequency info (Jameson Nash)
* win,test: change format of TEST_PIPENAME's (Santiago Gimeno)
* win,pipe: fixes in uv_pipe_connect() (Santiago Gimeno)
* misc: fix return value of memory functions (theanarkh)
* src: add new metrics APIs (Trevor Norris)
* thread: add uv_thread_getcpu() (daomingq)
* build: don't use ifaddrs.h on solaris 10 (Edward Humes)
* unix,win: add uv_get_available_memory() (Tim Besard)
* test: fix -Wunused-but-set-variable warnings (Ben Noordhuis)
* doc: bump min supported linux and freebsd versions (Ben Noordhuis)
* Add Socket Runtime to the LINKS.md (Sergey Rubanov)
* unix: drop kfreebsd support (Ben Noordhuis)
* win: fix fstat for pipes and character files (Stefan Stojanovic)
* win: fix -Wunused-variable warning (Ben Noordhuis)
* win: fix -Wunused-function warning (Ben Noordhuis)
* build: drop qemu-alpha from ci matrix (Ben Noordhuis)
* win: move child_stdio_buffer out of uv_process_t (Santiago Gimeno)
* test: fix some unreachable code warnings (Santiago Gimeno)
* linux: simplify uv_uptime() (Ben Noordhuis)
* test: unflake fs_event_watch_dir test (Ben Noordhuis)
* darwin: remove unused fsevents symbol lookups (Ben Noordhuis)
* build: add define guard around UV_EXTERN (Zvicii)
* build: add UndefinedBehaviorSanitizer support (Ben Noordhuis)
* build: enable platform_output test on qemu (Ben Noordhuis)
* linux: handle cpu hotplugging in uv_cpu_info() (Ben Noordhuis)
* build: remove unnecessary policy setting (dundargoc)
* docs: add vcpkg instruction step (Jack·Boos·Yu)
* win,fs: fix readlink errno for a non-symlink file (Darshan Sen)
* misc: extend getpw to take uid as an argument (Jameson Nash)
* unix,win: use static_assert when available (Ben Noordhuis)
* docs: delete code Makefile (Jameson Nash)
* docs: add CI for docs PRs (Jameson Nash)
* docs: update Sphinx version on RTD (Jameson Nash)
* doc: clean up license file (Ben Noordhuis)
* test: fix some warnings when compiling tests (panran)
* build,win: add mingw-w64 CI configuration (Jameson Nash)
* build: add CI for distcheck (Jameson Nash)
* unix: remove busy loop from uv_async_send (Jameson Nash)
* doc: document uv_fs_cb type (Tamás Bálint Misius)
* build: Improve build by cmake for Cygwin (erw7)
* build: add libuv:: namespace to libuvConfig.cmake (AJ Heller)
* test: fix ThreadSanitizer thread leak warning (Ben Noordhuis)
* test: fix ThreadSanitizer data race warning (Ben Noordhuis)
* test: fix ThreadSanitizer data race warning (Ben Noordhuis)
* test: fix ThreadSanitizer data race warning (Ben Noordhuis)
* test: cond-skip fork_threadpool_queue_work_simple (Ben Noordhuis)
* test: cond-skip signal_multiple_loops (Ben Noordhuis)
* test: cond-skip tcp_writealot (Ben Noordhuis)
* build: promote tsan ci to must-pass (Ben Noordhuis)
* build: add CI for OpenBSD and FreeBSD (James McCoy)
* build,test: fix distcheck errors (Jameson Nash)
* test: remove bad tty window size assumption (Ben Noordhuis)
* darwin,process: feed kevent the signal to reap children (Jameson Nash)
* unix: abort on clock_gettime() error (Ben Noordhuis)
* test: remove timing-sensitive check (Ben Noordhuis)
* unix: DRY and fix tcp bind error path (Jameson Nash)
* macos: fix fsevents thread race conditions (Ben Noordhuis)
* win: fix leak in uv_chdir (Trevor Norris)
* test: make valgrind happy (Trevor Norris)
* barrier: wait for prior out before next in (Jameson Nash)
* test: fix visual studio 2015 build error (Ben Noordhuis)
* linux: fix ceph copy error truncating readonly files (Bruno Passeri)
* test: silence more valgrind warnings (Trevor Norris)
* doc: add entries to LINKS.md (Trevor Norris)
* win,unix: change execution order of timers (Trevor Norris)
* doc: add trevnorris to maintainers (Trevor Norris)
* linux: remove epoll_pwait() emulation code path (Ben Noordhuis)
* linux: replace unsafe macro with inline function (Ben Noordhuis)
* linux: remove arm oabi support (Ben Noordhuis)
* unix,sunos: SO_REUSEPORT not valid on all sockets (Stacey Marshall)
* doc: consistent single backquote in misc.rst (Jason Zhang)
* src: switch to use C11 atomics where available (Trevor Norris)
* test: don't use static buffer for formatting (Ben Noordhuis)
* linux: introduce io_uring support (Ben Noordhuis)
* linux: fix academic valgrind warning (Ben Noordhuis)
* test: disable signal test under ASan and MSan (Ben Noordhuis)
* linux: add IORING_OP_OPENAT support (Ben Noordhuis)
* linux: add IORING_OP_CLOSE support (Ben Noordhuis)
* linux: remove bug workaround for obsolete kernels (Ben Noordhuis)
* doc: update active maintainers list (Ben Noordhuis)
* test: add ASSERT_OK (Trevor Norris)
* src: fix events/events_waiting metrics counter (Trevor Norris)
* unix,win: add uv_clock_gettime() (Ben Noordhuis)
* build: remove freebsd and openbsd buildbots (Ben Noordhuis)
* win: fix race condition in uv__init_console() (sivadeilra)
* linux: fix logic bug in sqe ring space check (Ben Noordhuis)
* linux: use io_uring to batch epoll_ctl calls (Ben Noordhuis)
* macos: update minimum supported version (Santiago Gimeno)
* docs: fix some typos (cui fliter)
* unix: use memcpy() instead of type punning (Ben Noordhuis)
* test: add additional assert (Mohammed Keyvanzadeh)
* build: export compile_commands.json (Lewis Russell)
* win,process: write minidumps when sending SIGQUIT (Elliot Saba)
* unix: constrained_memory should return UINT64_MAX (Tim Besard)
* unix: handle CQ overflow in iou ring (Santiago Gimeno)
* unix: remove clang compiler warning pragmas (Ben Noordhuis)
* win: fix mingw build (gengjiawen)
* test: fix -Wbool-compare compiler warning (Ben Noordhuis)
* win: define MiniDumpWithAvxXStateContext always (Santiago Gimeno)
* freebsd: hard-code UV_ENODATA definition (Santiago Gimeno)
* linux: work around EOWNERDEAD io_uring kernel bug (Ben Noordhuis)
* linux: fix WRITEV with lots of bufs using io_uring (Santiago Gimeno)


To generate a diff of this commit:
cvs rdiff -u -r1.75 -r1.76 pkgsrc/devel/libuv/Makefile
cvs rdiff -u -r1.7 -r1.8 pkgsrc/devel/libuv/PLIST
cvs rdiff -u -r1.76 -r1.77 pkgsrc/devel/libuv/distinfo
cvs rdiff -u -r1.2 -r1.3 pkgsrc/devel/libuv/patches/patch-autogen.sh
cvs rdiff -u -r1.6 -r1.7 pkgsrc/devel/libuv/patches/patch-src_unix_fs.c

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.75 pkgsrc/devel/libuv/Makefile:1.76
--- pkgsrc/devel/libuv/Makefile:1.75    Fri Jul 15 13:16:36 2022
+++ pkgsrc/devel/libuv/Makefile Fri May 19 20:35:47 2023
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.75 2022/07/15 13:16:36 adam Exp $
+# $NetBSD: Makefile,v 1.76 2023/05/19 20:35:47 adam Exp $
 
-DISTNAME=      libuv-1.44.2
+DISTNAME=      libuv-1.45.0
 CATEGORIES=    devel
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=libuv/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
@@ -23,8 +23,8 @@ INSTALLATION_DIRS+=   include/uv
 
 .include "../../mk/bsd.prefs.mk"
 
-.if !empty(MACHINE_PLATFORM:MSunOS-5.[0-9]-*) || \
-    !empty(MACHINE_PLATFORM:MSunOS-5.10-*)
+.if ${MACHINE_PLATFORM:MSunOS-5.[0-9]-*} || \
+    ${MACHINE_PLATFORM:MSunOS-5.10-*}
 CFLAGS+=       -DSUNOS_NO_IFADDRS
 .endif
 

Index: pkgsrc/devel/libuv/PLIST
diff -u pkgsrc/devel/libuv/PLIST:1.7 pkgsrc/devel/libuv/PLIST:1.8
--- pkgsrc/devel/libuv/PLIST:1.7        Mon Mar  7 18:31:30 2022
+++ pkgsrc/devel/libuv/PLIST    Fri May 19 20:35:47 2023
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.7 2022/03/07 18:31:30 adam Exp $
+@comment $NetBSD: PLIST,v 1.8 2023/05/19 20:35:47 adam Exp $
 include/uv.h
 include/uv/aix.h
 include/uv/bsd.h
@@ -7,7 +7,6 @@ include/uv/errno.h
 include/uv/linux.h
 include/uv/os390.h
 include/uv/posix.h
-include/uv/stdint-msvc2008.h
 include/uv/sunos.h
 include/uv/threadpool.h
 include/uv/tree.h

Index: pkgsrc/devel/libuv/distinfo
diff -u pkgsrc/devel/libuv/distinfo:1.76 pkgsrc/devel/libuv/distinfo:1.77
--- pkgsrc/devel/libuv/distinfo:1.76    Fri Jul 15 13:16:36 2022
+++ pkgsrc/devel/libuv/distinfo Fri May 19 20:35:47 2023
@@ -1,12 +1,12 @@
-$NetBSD: distinfo,v 1.76 2022/07/15 13:16:36 adam Exp $
+$NetBSD: distinfo,v 1.77 2023/05/19 20:35:47 adam Exp $
 
-BLAKE2s (libuv-1.44.2.tar.gz) = 9bef21a241a086270d69b5b9a27d6daa1dfaab6ab6f07e3a39be2ad8d94826b0
-SHA512 (libuv-1.44.2.tar.gz) = d21c890787b0b364fafa5fc0cbbff296bc2ca269e1991d2f7f35fcb37b8634da377466f5af5a4245425fcf876ae6870d100ab32b12bce64f8e0b01fd25a1bc83
-Size (libuv-1.44.2.tar.gz) = 1309062 bytes
-SHA1 (patch-autogen.sh) = 29ab54fdb4e718f0e54a7c8a072b17fcf94c01c5
+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
+SHA1 (patch-autogen.sh) = 99790076b91d579eb55506749e4803ab7cdfaa4c
 SHA1 (patch-src_unix_core.c) = fb2d24e7d842f6739f14c191ee30c71f56113081
 SHA1 (patch-src_unix_darwin-proctitle.c) = e726550cdd884a1fa73f6ea79592df643f954e97
-SHA1 (patch-src_unix_fs.c) = 80529332f27a4faa2733448169d24436901b601a
+SHA1 (patch-src_unix_fs.c) = db98c4c44ee65131db535c97da59ecc3c95f2732
 SHA1 (patch-src_unix_netbsd.c) = 071a2a853f9a73dc72e24d63316aa21b28669469
 SHA1 (patch-src_unix_tty.c) = 157be1b1272dc38b3605a9822316e6cb2ddb6f22
 SHA1 (patch-src_unix_udp.c) = 9f03175bcc9c4e3097033309d9dd935ff5f10b02

Index: pkgsrc/devel/libuv/patches/patch-autogen.sh
diff -u pkgsrc/devel/libuv/patches/patch-autogen.sh:1.2 pkgsrc/devel/libuv/patches/patch-autogen.sh:1.3
--- pkgsrc/devel/libuv/patches/patch-autogen.sh:1.2     Fri Jul 15 13:16:36 2022
+++ pkgsrc/devel/libuv/patches/patch-autogen.sh Fri May 19 20:35:47 2023
@@ -1,18 +1,10 @@
-$NetBSD: patch-autogen.sh,v 1.2 2022/07/15 13:16:36 adam Exp $
+$NetBSD: patch-autogen.sh,v 1.3 2023/05/19 20:35:47 adam Exp $
 
-Portability fix.
-Use libtoolize on Darwin instead of glibtoolize
+On Darwin, use libtoolize instead of glibtoolize
 
---- autogen.sh.orig    2022-07-12 16:16:33.000000000 +0000
+--- autogen.sh.orig    2023-05-19 11:21:01.000000000 +0000
 +++ autogen.sh
-@@ -17,15 +17,12 @@
- set -eu
- cd `dirname "$0"`
- 
--if [ "${1:-dev}" == "release" ]; then
-+if [ "${1:-dev}" = "release" ]; then
-     export LIBUV_RELEASE=true
- else
+@@ -23,9 +23,6 @@ else
      export LIBUV_RELEASE=false
  fi
  

Index: pkgsrc/devel/libuv/patches/patch-src_unix_fs.c
diff -u pkgsrc/devel/libuv/patches/patch-src_unix_fs.c:1.6 pkgsrc/devel/libuv/patches/patch-src_unix_fs.c:1.7
--- pkgsrc/devel/libuv/patches/patch-src_unix_fs.c:1.6  Fri Jan 28 21:13:10 2022
+++ pkgsrc/devel/libuv/patches/patch-src_unix_fs.c      Fri May 19 20:35:47 2023
@@ -1,20 +1,20 @@
-$NetBSD: patch-src_unix_fs.c,v 1.6 2022/01/28 21:13:10 schmonz Exp $
+$NetBSD: patch-src_unix_fs.c,v 1.7 2023/05/19 20:35:47 adam Exp $
 
 Fix portability on NetBSD.
 Apply MacPorts patch-libuv-legacy.diff for pre-10.7 platforms.
 
---- src/unix/fs.c.orig 2022-01-04 14:18:00.000000000 +0000
+--- src/unix/fs.c.orig 2023-05-19 11:21:01.000000000 +0000
 +++ src/unix/fs.c
-@@ -1060,7 +1060,7 @@ static ssize_t uv__fs_sendfile(uv_fs_t* 
+@@ -1053,7 +1053,7 @@ static ssize_t uv__fs_sendfile(uv_fs_t* 
  
      return -1;
    }
--#elif defined(__APPLE__)           || \
-+#elif (defined(__APPLE__) && MAC_OS_X_VERSION_MAX_ALLOWED >= 1050) || \
-       defined(__DragonFly__)       || \
-       defined(__FreeBSD__)         || \
-       defined(__FreeBSD_kernel__)
-@@ -1427,7 +1427,7 @@ static void uv__to_stat(struct stat* src
+-#elif defined(__APPLE__) || defined(__DragonFly__) || defined(__FreeBSD__)
++#elif (defined(__APPLE__) && MAC_OS_X_VERSION_MAX_ALLOWED >= 1050) || defined(__DragonFly__) || defined(__FreeBSD__)
+   {
+     off_t len;
+     ssize_t r;
+@@ -1431,7 +1431,7 @@ static void uv__to_stat(struct stat* src
    dst->st_blksize = src->st_blksize;
    dst->st_blocks = src->st_blocks;
  
@@ -23,7 +23,7 @@ Apply MacPorts patch-libuv-legacy.diff f
    dst->st_atim.tv_sec = src->st_atimespec.tv_sec;
    dst->st_atim.tv_nsec = src->st_atimespec.tv_nsec;
    dst->st_mtim.tv_sec = src->st_mtimespec.tv_sec;
-@@ -1454,7 +1454,6 @@ static void uv__to_stat(struct stat* src
+@@ -1458,7 +1458,6 @@ static void uv__to_stat(struct stat* src
      defined(__DragonFly__)   || \
      defined(__FreeBSD__)     || \
      defined(__OpenBSD__)     || \
@@ -31,7 +31,7 @@ Apply MacPorts patch-libuv-legacy.diff f
      defined(_GNU_SOURCE)     || \
      defined(_BSD_SOURCE)     || \
      defined(_SVID_SOURCE)    || \
-@@ -1466,8 +1465,7 @@ static void uv__to_stat(struct stat* src
+@@ -1470,8 +1469,7 @@ static void uv__to_stat(struct stat* src
    dst->st_mtim.tv_nsec = src->st_mtim.tv_nsec;
    dst->st_ctim.tv_sec = src->st_ctim.tv_sec;
    dst->st_ctim.tv_nsec = src->st_ctim.tv_nsec;



Home | Main Index | Thread Index | Old Index