Po-Chuan Hsieh 2024-10-21 14:33:40 +08:00
parent a732323ff7
commit 233bc5c64d
No known key found for this signature in database
GPG Key ID: 9A4BD10F002DD04B
4 changed files with 5 additions and 20 deletions

View File

@ -3,7 +3,7 @@ PORTVERSION= ${NODEJS_PORTVERSION}
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= https://nodejs.org/dist/v${PORTVERSION}/
PKGNAMESUFFIX= 22
PKGNAMESUFFIX= ${PORTVERSION:R:R}
MAINTAINER= sunpoet@FreeBSD.org
COMMENT= V8 JavaScript for client and server

View File

@ -1 +1 @@
NODEJS_PORTVERSION= 22.9.0
NODEJS_PORTVERSION= 22.10.0

View File

@ -1,3 +1,3 @@
TIMESTAMP = 1728632272
SHA256 (node-v22.9.0.tar.xz) = a55aeb368dee93432f610127cf94ce682aac07b93dcbbaadd856df122c9239df
SIZE (node-v22.9.0.tar.xz) = 46950408
TIMESTAMP = 1729240326
SHA256 (node-v22.10.0.tar.xz) = 3180710d3130ad9df01466abf010e408d41b374be54301d1480d10eca73558e0
SIZE (node-v22.10.0.tar.xz) = 47009048

View File

@ -1,15 +0,0 @@
Obtained from: https://github.com/nodejs/node/pull/54528
--- src/compile_cache.cc.orig 2024-09-03 03:18:45 UTC
+++ src/compile_cache.cc
@@ -8,6 +8,10 @@
#include "path.h"
#include "zlib.h"
+#ifdef NODE_IMPLEMENTS_POSIX_CREDENTIALS
+#include <unistd.h> // getuid
+#endif
+
namespace node {
std::string Uint32ToHex(uint32_t crc) {
std::string str;