commit: 699744b9c88d533fa53f4d4b905c456470aba7ed
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 19 09:02:12 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sat Apr 19 09:02:12 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=699744b9
net-libs/nodejs: sync live
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-libs/nodejs/nodejs-99999999.ebuild | 20 ++++++++++++--------
1 file changed, 12 insertions(+), 8 deletions(-)
diff --git a/net-libs/nodejs/nodejs-99999999.ebuild
b/net-libs/nodejs/nodejs-99999999.ebuild
index 6b0ec506c0a3..ad87f25acea9 100644
--- a/net-libs/nodejs/nodejs-99999999.ebuild
+++ b/net-libs/nodejs/nodejs-99999999.ebuild
@@ -33,20 +33,21 @@ REQUIRED_USE="inspector? ( icu ssl )
RESTRICT="!test? ( test )"
-RDEPEND=">=app-arch/brotli-1.0.9:=
+RDEPEND=">=app-arch/brotli-1.1.0:=
dev-db/sqlite:3
- >=dev-libs/libuv-1.46.0:=
- >=dev-libs/simdjson-3.9.1:=
- >=net-dns/c-ares-1.18.1:=
- >=net-libs/nghttp2-1.61.0:=
+ >=dev-libs/libuv-1.49.2:=
+ >=dev-libs/simdjson-3.10.1:=
+ >=net-dns/c-ares-1.34.4:=
+ >=net-libs/nghttp2-1.64.0:=
+ >=net-libs/nghttp3-1.7.0:=
sys-libs/zlib
corepack? ( !sys-apps/yarn )
system-icu? ( >=dev-libs/icu-73:= )
system-ssl? (
- >=net-libs/ngtcp2-1.3.0:=
+ >=net-libs/ngtcp2-1.9.1:=
>=dev-libs/openssl-1.1.1:0=
)
- !system-ssl? ( >=net-libs/ngtcp2-1.3.0:=[-gnutls] )
+ !system-ssl? ( >=net-libs/ngtcp2-1.9.1:=[-gnutls] )
sys-devel/gcc:*"
BDEPEND="${PYTHON_DEPS}
app-alternatives/ninja
@@ -106,7 +107,7 @@ src_prepare() {
fi
# We need to disable mprotect on two files when it builds Bug 694100.
- use pax-kernel && PATCHES+=(
"${FILESDIR}"/${PN}-20.6.0-paxmarking.patch )
+ use pax-kernel && PATCHES+=(
"${FILESDIR}"/${PN}-22.12.0-paxmarking.patch )
# bug 931256
use riscv && PATCHES+=( "${FILESDIR}"/${PN}-22.2.0-riscv.patch )
@@ -143,6 +144,7 @@ src_configure() {
--shared-cares
--shared-libuv
--shared-nghttp2
+ --shared-nghttp3
--shared-ngtcp2
--shared-simdjson
# sindutf is not packaged yet
@@ -279,6 +281,8 @@ src_test() {
drop_tests+=(
test/parallel/test-inspector-emit-protocol-event.js
test/parallel/test-inspector-network-domain.js
+ test/parallel/test-inspector-network-fetch.js
+ test/parallel/test-inspector-network-http.js
test/sequential/test-watch-mode.mjs
)
rm -f "${drop_tests[@]}" || die "disabling tests failed"