libuv: updated to 1.48.0

Changes since version 1.47.0:

* misc: remove deprecated stalebot file (Jameson Nash)
* build: disable windows asan buildbot (Ben Noordhuis)
* test: don't run tcp_writealot under msan (Ben Noordhuis)
* build,win: remove extraneous -lshell32 (Ben Noordhuis)
* unix: ignore ifaddrs with NULL ifa_addr (Stephen Gallagher)
* unix,win: utility for setting priority for thread (Hao Hu)
* pipe: add back error handling to connect / bind (Jameson Nash)
* test: check if ipv6 link-local traffic is routable (Ben Noordhuis)
* win: remove check for UV_PIPE_NO_TRUNCATE (Jameson Nash)
* linux: disable io_uring on hppa below kernel 6.1.51 (matoro)
* unix,win: fix read past end of pipe name buffer (Ben Noordhuis)
* unix: unbreak macOS < 10.14 (Sergey Fedorov)
* aix: disable ipv6 link local (Abdirahim Musse)
* doc: move cjihrig to emeriti (cjihrig)
* unix: correct pwritev conditional (Bo Anderson)
* test_fs.c: Fix issue on 32-bit systems using btrfs (Stephen Gallagher)
* misc: ignore libuv-release-tool files (Jameson Nash)
* win: honor NoDefaultCurrentDirectoryInExePath env var (Ardi Nugraha)
* idna: fix compilation warning (Saúl Ibarra Corretgé)
* linux: remove HAVE_IFADDRS_H macro (Ben Noordhuis)
* test: skip tcp-write-in-a-row on IBM i (Abdirahim Musse)
* build,win: work around missing uuid.dll on MinGW (Anton Bachin)
* win: stop using deprecated names (Matheus Izvekov)
* unix,win: fix busy loop with zero timeout timers (Matheus Izvekov)
* aix,ibmi: use uv_interface_addresses instead of getifaddrs (Abdirahim Musse)
* linux: fix bind/connect for abstract sockets (Santiago Gimeno)
* win: replace c99 comments with c89 comments (Trevor Flynn)
* build: add .cache clangd folder to .gitignore (Juan José Arboleda)
* unix: support full TCP keep-alive on Solaris (Andy Pan)
* freebsd: fix F_KINFO file path handling (David Carlier)
* linux: retry fs op if unsupported by io_uring (Santiago Gimeno)
* freebsd: fix build on non-intel archs (David Carlier)
* unix: optimize uv__tcp_keepalive cpp directives (Andy Pan)
* linux: disable io_uring on ppc64 and ppc64le (Brad King)
* doc: add very basic Security Policy document (Santiago Gimeno)
* build: re-enable msvc-asan job on CI (Jameson Nash)
* win/spawn: optionally run executable paths with no file extension (Brad King)
* win: fix ESRCH implementation (Jameson Nash)
* unix,win: reset the timer queue on stop (Santiago Gimeno)
* fix: always zero-terminate idna output (Ben Noordhuis)
* fix: reject zero-length idna inputs (Ben Noordhuis)
* test: empty strings are not valid IDNA (Santiago Gimeno)
* Merge pull request from GHSA-f74f-cvh7-c6q6 (Ben Noordhuis)
This commit is contained in:
adam 2024-02-08 06:18:00 +00:00
parent e42b177249
commit 577693be56
2 changed files with 10 additions and 9 deletions

View File

@ -1,6 +1,6 @@
# $NetBSD: Makefile,v 1.81 2023/11/07 19:55:21 adam Exp $
# $NetBSD: Makefile,v 1.82 2024/02/08 06:18:00 adam Exp $
DISTNAME= libuv-1.47.0
DISTNAME= libuv-1.48.0
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=libuv/}
GITHUB_TAG= v${PKGVERSION_NOREV}
@ -10,10 +10,10 @@ 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
USE_CC_FEATURES+= c11
USE_CC_FEATURES= c11
FORCE_CC_STD= c11 # stdatomic.h
USE_LANGUAGES= c
USE_LIBTOOL= yes
USE_TOOLS+= autoconf automake pkg-config
USE_FEATURES+= strnlen
@ -21,6 +21,7 @@ GNU_CONFIGURE= yes
# 3 test failures as of 1.31.0
# https://github.com/libuv/libuv/issues/2437
# connect_unspecified, tcp_open, udp_open
TEST_ENV= UV_RUN_AS_ROOT=yes
TEST_TARGET= check
INSTALLATION_DIRS+= include/uv

View File

@ -1,8 +1,8 @@
$NetBSD: distinfo,v 1.79 2023/11/07 19:55:21 adam Exp $
$NetBSD: distinfo,v 1.80 2024/02/08 06:18:00 adam Exp $
BLAKE2s (libuv-1.47.0.tar.gz) = c913f7bc36832af07958da698541f62d09967028ef3797cb648f5ec59a5bb776
SHA512 (libuv-1.47.0.tar.gz) = 3d0e76c4e29c5de14fddda07409f8db30dc64261d1c0bdfce7f70eb8f5ac911707fe662e81c4f117e4068cb0728158fc2b8255f8aa497c0f688e46c7fb93a5b3
Size (libuv-1.47.0.tar.gz) = 1316016 bytes
BLAKE2s (libuv-1.48.0.tar.gz) = a3b7815237843e58b4ff1552e74d078f15be4fac9983cc46187db91b70d88ae7
SHA512 (libuv-1.48.0.tar.gz) = 81a9580bc51c22385de4dab748968477b5e552aa25f901c376e3ffac624e0e05362b48239222e826cad900329f9a7cbdb080794fb4ada9ca14196efc2969cc57
Size (libuv-1.48.0.tar.gz) = 1322626 bytes
SHA1 (patch-autogen.sh) = 99790076b91d579eb55506749e4803ab7cdfaa4c
SHA1 (patch-src_unix_core.c) = fb2d24e7d842f6739f14c191ee30c71f56113081
SHA1 (patch-src_unix_darwin-proctitle.c) = e726550cdd884a1fa73f6ea79592df643f954e97