aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorBradley T. Hughes <bhughes@FreeBSD.org>2018-08-27 11:31:18 +0000
committerBradley T. Hughes <bhughes@FreeBSD.org>2018-08-27 11:31:18 +0000
commit5c22e647dc2519d7bd362a8bc7d5cc8db68e2431 (patch)
treec0c95abdf84d4e32e52723fdc74db675410325c8 /www
parent0edd863acf412d03e5eb15f724e0625e7d6ddebb (diff)
downloadports-5c22e647dc2519d7bd362a8bc7d5cc8db68e2431.tar.gz
ports-5c22e647dc2519d7bd362a8bc7d5cc8db68e2431.zip
www/node: Update 10.7.0_1 -> 10.9.0
This is a security release addressing multiple vulnerabilities. Users are recommended to upgrade as soon as possible. https://nodejs.org/en/blog/vulnerability/august-2018-security-releases/ https://nodejs.org/en/blog/release/v10.9.0/ While here, refresh patches with `make makepatch` MFH: 2018Q3 Security: 0904e81f-a89d-11e8-afbb-bc5ff4f77b71 Sponsored by: Miles AS
Notes
Notes: svn path=/head/; revision=478194
Diffstat (limited to 'www')
-rw-r--r--www/node/Makefile3
-rw-r--r--www/node/distinfo6
-rw-r--r--www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi4
-rw-r--r--www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi4
-rw-r--r--www/node/files/patch-deps_v8_src_arm_cpu-arm.cc4
-rw-r--r--www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc4
-rw-r--r--www/node/files/patch-deps_v8_src_libsampler_sampler.cc4
7 files changed, 14 insertions, 15 deletions
diff --git a/www/node/Makefile b/www/node/Makefile
index af681efe5cba..f07c07badea1 100644
--- a/www/node/Makefile
+++ b/www/node/Makefile
@@ -1,8 +1,7 @@
# $FreeBSD$
PORTNAME= node
-PORTVERSION= 10.7.0
-PORTREVISION= 1
+PORTVERSION= 10.9.0
DISTVERSIONPREFIX= v
CATEGORIES= www
MASTER_SITES= http://nodejs.org/dist/v${PORTVERSION}/
diff --git a/www/node/distinfo b/www/node/distinfo
index aefda18f3d5f..42077a719194 100644
--- a/www/node/distinfo
+++ b/www/node/distinfo
@@ -1,3 +1,3 @@
-TIMESTAMP = 1532014421
-SHA256 (node-v10.7.0.tar.gz) = b9691cbc6e6a2e209a9b8cb88fd942802236dae06652080f582304dbdd505ad2
-SIZE (node-v10.7.0.tar.gz) = 35561927
+TIMESTAMP = 1534540377
+SHA256 (node-v10.9.0.tar.gz) = 1ed31ba75080b16193f1c7a351807481b1f7da08bfaf7172bc07f0cf07e6ea71
+SIZE (node-v10.9.0.tar.gz) = 35848393
diff --git a/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi b/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi
index a8818f21ef37..85b909f2cdb2 100644
--- a/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi
+++ b/www/node/files/patch-deps_openssl_config_archs_linux-elf_asm_openssl.gypi
@@ -1,6 +1,6 @@
---- deps/openssl/config/archs/linux-elf/asm/openssl.gypi.orig 2018-05-11 12:05:18 UTC
+--- deps/openssl/config/archs/linux-elf/asm/openssl.gypi.orig 2018-08-15 13:53:23 UTC
+++ deps/openssl/config/archs/linux-elf/asm/openssl.gypi
-@@ -681,10 +681,10 @@
+@@ -683,10 +683,10 @@
'POLY1305_ASM',
],
'openssl_cflags_linux-elf': [
diff --git a/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi b/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi
index 04aef8478014..58bc7d2602ef 100644
--- a/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi
+++ b/www/node/files/patch-deps_openssl_config_archs_linux-elf_no-asm_openssl.gypi
@@ -1,6 +1,6 @@
---- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2018-05-11 11:01:19 UTC
+--- deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi.orig 2018-08-15 13:53:23 UTC
+++ deps/openssl/config/archs/linux-elf/no-asm/openssl.gypi
-@@ -652,10 +652,10 @@
+@@ -654,10 +654,10 @@
'OPENSSL_PIC',
],
'openssl_cflags_linux-elf': [
diff --git a/www/node/files/patch-deps_v8_src_arm_cpu-arm.cc b/www/node/files/patch-deps_v8_src_arm_cpu-arm.cc
index 2db96bf94057..ceafdbfaa376 100644
--- a/www/node/files/patch-deps_v8_src_arm_cpu-arm.cc
+++ b/www/node/files/patch-deps_v8_src_arm_cpu-arm.cc
@@ -1,4 +1,4 @@
---- deps/v8/src/arm/cpu-arm.cc.orig 2017-06-15 11:55:20 UTC
+--- deps/v8/src/arm/cpu-arm.cc.orig 2018-08-15 13:53:24 UTC
+++ deps/v8/src/arm/cpu-arm.cc
@@ -7,6 +7,9 @@
#ifdef __QNXNTO__
@@ -10,7 +10,7 @@
#else
#include <sys/syscall.h> // for cache flushing.
#endif
-@@ -24,6 +27,9 @@ void CpuFeatures::FlushICache(void* start, size_t size
+@@ -24,6 +27,9 @@ void CpuFeatures::FlushICache(void* star
#if !defined(USE_SIMULATOR)
#if V8_OS_QNX
msync(start, size, MS_SYNC | MS_INVALIDATE_ICACHE);
diff --git a/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc b/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc
index ff6100fe9761..2247e5ad98e1 100644
--- a/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc
+++ b/www/node/files/patch-deps_v8_src_base_platform_platform-freebsd.cc
@@ -1,6 +1,6 @@
---- deps/v8/src/base/platform/platform-freebsd.cc.orig 2018-04-23 19:19:12 UTC
+--- deps/v8/src/base/platform/platform-freebsd.cc.orig 2018-08-15 13:53:24 UTC
+++ deps/v8/src/base/platform/platform-freebsd.cc
-@@ -86,5 +86,47 @@ std::vector<OS::SharedLibraryAddress> OS::GetSharedLib
+@@ -86,5 +86,47 @@ std::vector<OS::SharedLibraryAddress> OS
void OS::SignalCodeMovingGC() {}
diff --git a/www/node/files/patch-deps_v8_src_libsampler_sampler.cc b/www/node/files/patch-deps_v8_src_libsampler_sampler.cc
index d374179cb028..1d8c08afc8e4 100644
--- a/www/node/files/patch-deps_v8_src_libsampler_sampler.cc
+++ b/www/node/files/patch-deps_v8_src_libsampler_sampler.cc
@@ -1,6 +1,6 @@
---- deps/v8/src/libsampler/sampler.cc.orig 2018-04-24 14:41:27 UTC
+--- deps/v8/src/libsampler/sampler.cc.orig 2018-08-15 13:53:25 UTC
+++ deps/v8/src/libsampler/sampler.cc
-@@ -550,9 +550,9 @@ void SignalHandler::FillRegisterState(void* context, R
+@@ -550,9 +550,9 @@ void SignalHandler::FillRegisterState(vo
state->sp = reinterpret_cast<void*>(mcontext.mc_rsp);
state->fp = reinterpret_cast<void*>(mcontext.mc_rbp);
#elif V8_HOST_ARCH_ARM