From 2d973a4b968baafe15d876ff9bb08a549c13bfee Mon Sep 17 00:00:00 2001 From: Schrijvers Luc Date: Tue, 17 Dec 2024 14:19:49 +0100 Subject: [PATCH] nodejs20, revbump, switch to ssl3 (#11469) --- net-libs/nodejs/nodejs20-20.15.1.recipe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-libs/nodejs/nodejs20-20.15.1.recipe b/net-libs/nodejs/nodejs20-20.15.1.recipe index d8c9ae6e5..955ec4fb4 100644 --- a/net-libs/nodejs/nodejs20-20.15.1.recipe +++ b/net-libs/nodejs/nodejs20-20.15.1.recipe @@ -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 "