aboutsummaryrefslogtreecommitdiff
path: root/www/node/files/patch-deps_v8_src_libsampler_sampler.cc
diff options
context:
space:
mode:
authorBradley T. Hughes <bhughes@FreeBSD.org>2019-09-17 19:06:01 +0000
committerBradley T. Hughes <bhughes@FreeBSD.org>2019-09-17 19:06:01 +0000
commitb4643f40a4948540e85b4e77daab76e558b28622 (patch)
tree79fb0e9199ed48be788c3be1ea2b24691599a387 /www/node/files/patch-deps_v8_src_libsampler_sampler.cc
parent0c7c04fa3768e973468c041a3997b51dd5f9eb76 (diff)
downloadports-b4643f40a4948540e85b4e77daab76e558b28622.tar.gz
ports-b4643f40a4948540e85b4e77daab76e558b28622.zip
MFH: r506491 r507478 r509122 r509481
www/node: Update 12.4.0 -> 12.6.0 https://nodejs.org/en/blog/release/v12.5.0/ https://nodejs.org/en/blog/release/v12.6.0/ Sponsored by: Miles AS www/node: Update 12.6.0_1 -> 12.7.0 https://nodejs.org/en/blog/release/v12.7.0/ www/node: Update 12.7.0 -> 12.8.0 https://nodejs.org/en/blog/release/v12.8.0/ The bundled OpenSSL configuration now includes BSD-x86, which this port can now use. The build for i386 is still using the no-asm variant for the time being. Assembler errors in BSD-x86/asm-avx2 need to be investigated to be able to enable asm with the bundled OpenSSL. While here, regenerate all remaining patches with `make makepatch`. Sponsored by: Miles AS www/node: Update 12.8.0 -> 12.8.1 This is a security release. All Node.js users should consult the security release summary at https://nodejs.org/en/blog/vulnerability/aug-2019-security-releases/ for details on patched vulnerabilities. Security: c97a940b-c392-11e9-bb38-000d3ab229d6 Sponsored by: Miles AS Approved by: ports-secteam (joneum)
Notes
Notes: svn path=/branches/2019Q3/; revision=512231
Diffstat (limited to 'www/node/files/patch-deps_v8_src_libsampler_sampler.cc')
-rw-r--r--www/node/files/patch-deps_v8_src_libsampler_sampler.cc4
1 files changed, 2 insertions, 2 deletions
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 1f61ee4d2b1b..afbb11c9dab0 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 2019-04-23 12:30:43 UTC
+--- deps/v8/src/libsampler/sampler.cc.orig 2019-08-06 20:46:24 UTC
+++ deps/v8/src/libsampler/sampler.cc
-@@ -466,9 +466,13 @@ void SignalHandler::FillRegisterState(void* context, R
+@@ -470,9 +470,13 @@ void SignalHandler::FillRegisterState(void* context, R
state->sp = reinterpret_cast<void*>(mcontext.mc_rsp);
state->fp = reinterpret_cast<void*>(mcontext.mc_rbp);
#elif V8_HOST_ARCH_ARM