nodejs20, revbump, switch to ssl3 (#11469)

This commit is contained in:
Schrijvers Luc
2024-12-17 14:19:49 +01:00
committed by GitHub
parent 8a19fef688
commit 2d973a4b96

View File

@@ -7,7 +7,7 @@ to be done, Node will sleep."
HOMEPAGE="https://nodejs.org/"
COPYRIGHT="2006-2019 The Node.js Foundation"
LICENSE="BSD (2-clause)"
REVISION="1"
REVISION="2"
SOURCE_URI="https://nodejs.org/dist/v$portVersion/node-v$portVersion.tar.gz"
CHECKSUM_SHA256="da228a0c27922f02001d9a781793696432096ab2da658eb77d7fc21693f4c5cb"
SOURCE_DIR="node-v$portVersion"
@@ -54,7 +54,7 @@ BUILD_REQUIRES="
devel:libicui18n$secondaryArchSuffix >= 74
devel:libicuuc$secondaryArchSuffix >= 74
devel:libnghttp2$secondaryArchSuffix
devel:libssl$secondaryArchSuffix
devel:libssl$secondaryArchSuffix >= 3
devel:libuv$secondaryArchSuffix
devel:libz$secondaryArchSuffix
"