nodejs_22: fix build with openssl 3.0.14

This commit is contained in:
Ivan Trubach
2024-07-03 19:51:05 +03:00
committed by K900
parent 513b3bf752
commit bb3a488046
+4 -2
View File
@@ -16,8 +16,10 @@ buildNodejs {
./node-npm-build-npm-package-logic.patch
./use-correct-env-in-tests.patch
(fetchpatch2 {
url = "https://github.com/nodejs/node/commit/534c122de166cb6464b489f3e6a9a544ceb1c913.patch";
hash = "sha256-4q4LFsq4yU1xRwNsM1sJoNVphJCnxaVe2IyL6AeHJ/I=";
# Fixes OpenSSL 3.0.14 compatibility in tests.
# See https://github.com/nodejs/node/pull/53373
url = "https://github.com/nodejs/node/commit/14863e80584e579fd48c55f6373878c821c7ff7e.patch";
hash = "sha256-I7Wjc7DE059a/ZyXAvAqEGvDudPjxQqtkBafckHCFzo=";
})
];
}