Browse Source

upgrading package: node13 13.1.0 -> 13.2.0

master
parent
commit
86150f680f
  1. 104
      node13/node13.patch
  2. 6
      node13/node13.spec

104
node13/node13.patch

@ -1,7 +1,7 @@
Index: common.gypi Index: common.gypi
--- common.gypi.orig 2019-10-10 08:24:02.000000000 +0200 --- common.gypi.orig 2019-11-21 22:13:59.000000000 +0100
+++ common.gypi 2019-10-10 11:20:26.999520000 +0200 +++ common.gypi 2019-11-22 07:31:30.753689000 +0100
@@ -190,7 +190,7 @@ @@ -164,7 +164,7 @@
}], }],
], ],
}, },
@ -10,7 +10,7 @@ Index: common.gypi
'conditions': [ 'conditions': [
['OS=="solaris"', { ['OS=="solaris"', {
# pull in V8's postmortem metadata # pull in V8's postmortem metadata
@@ -354,7 +354,7 @@ @@ -334,7 +334,7 @@
'ldflags': [ '-pthread' ], 'ldflags': [ '-pthread' ],
}], }],
[ 'OS in "linux freebsd openbsd solaris android aix cloudabi"', { [ 'OS in "linux freebsd openbsd solaris android aix cloudabi"', {
@ -19,7 +19,7 @@ Index: common.gypi
'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++1y' ], 'cflags_cc': [ '-fno-rtti', '-fno-exceptions', '-std=gnu++1y' ],
'ldflags': [ '-rdynamic' ], 'ldflags': [ '-rdynamic' ],
'target_conditions': [ 'target_conditions': [
@@ -452,10 +452,7 @@ @@ -432,10 +432,7 @@
'-fno-strict-aliasing', '-fno-strict-aliasing',
], ],
'WARNING_CFLAGS': [ 'WARNING_CFLAGS': [
@ -32,8 +32,8 @@ Index: common.gypi
}, },
'target_conditions': [ 'target_conditions': [
Index: deps/uv/common.gypi Index: deps/uv/common.gypi
--- deps/uv/common.gypi.orig 2019-10-10 08:24:03.000000000 +0200 --- deps/uv/common.gypi.orig 2019-11-21 22:14:01.000000000 +0100
+++ deps/uv/common.gypi 2019-10-10 11:20:26.999682000 +0200 +++ deps/uv/common.gypi 2019-11-22 07:31:30.753841000 +0100
@@ -46,7 +46,7 @@ @@ -46,7 +46,7 @@
'Release': { 'Release': {
'defines': [ 'NDEBUG' ], 'defines': [ 'NDEBUG' ],
@ -44,9 +44,9 @@ Index: deps/uv/common.gypi
'msvs_settings': { 'msvs_settings': {
'VCCLCompilerTool': { 'VCCLCompilerTool': {
Index: deps/uv/uv.gyp Index: deps/uv/uv.gyp
--- deps/uv/uv.gyp.orig 2019-10-10 08:24:03.000000000 +0200 --- deps/uv/uv.gyp.orig 2019-11-21 22:14:01.000000000 +0100
+++ deps/uv/uv.gyp 2019-10-10 11:20:26.999831000 +0200 +++ deps/uv/uv.gyp 2019-11-22 07:31:30.753989000 +0100
@@ -176,7 +176,7 @@ @@ -178,7 +178,7 @@
'src/unix/udp.c', 'src/unix/udp.c',
], ],
'link_settings': { 'link_settings': {
@ -56,8 +56,8 @@ Index: deps/uv/uv.gyp
['OS=="solaris"', { ['OS=="solaris"', {
'ldflags': [ '-pthreads' ], 'ldflags': [ '-pthreads' ],
Index: deps/v8/src/base/platform/platform-freebsd.cc Index: deps/v8/src/base/platform/platform-freebsd.cc
--- deps/v8/src/base/platform/platform-freebsd.cc.orig 2019-10-10 08:24:03.000000000 +0200 --- deps/v8/src/base/platform/platform-freebsd.cc.orig 2019-11-21 22:14:01.000000000 +0100
+++ deps/v8/src/base/platform/platform-freebsd.cc 2019-10-10 11:20:26.999967000 +0200 +++ deps/v8/src/base/platform/platform-freebsd.cc 2019-11-22 07:31:30.754116000 +0100
@@ -25,6 +25,7 @@ @@ -25,6 +25,7 @@
#include <strings.h> // index #include <strings.h> // index
@ -67,9 +67,9 @@ Index: deps/v8/src/base/platform/platform-freebsd.cc
#undef MAP_TYPE #undef MAP_TYPE
Index: deps/v8/src/builtins/base.tq Index: deps/v8/src/builtins/base.tq
--- deps/v8/src/builtins/base.tq.orig 2019-10-10 08:24:03.000000000 +0200 --- deps/v8/src/builtins/base.tq.orig 2019-11-21 22:14:01.000000000 +0100
+++ deps/v8/src/builtins/base.tq 2019-10-10 11:20:27.000638000 +0200 +++ deps/v8/src/builtins/base.tq 2019-11-22 07:31:30.754589000 +0100
@@ -477,9 +477,6 @@ @@ -546,9 +546,6 @@
} }
extern class JSArray extends JSObject { extern class JSArray extends JSObject {
@ -79,7 +79,7 @@ Index: deps/v8/src/builtins/base.tq
length: Number; length: Number;
} }
@@ -493,15 +490,6 @@ @@ -562,15 +559,6 @@
}; };
} }
@ -95,7 +95,7 @@ Index: deps/v8/src/builtins/base.tq
// A HeapObject with a JSArray map, and either fast packed elements, or fast // A HeapObject with a JSArray map, and either fast packed elements, or fast
// holey elements when the global NoElementsProtector is not invalidated. // holey elements when the global NoElementsProtector is not invalidated.
transient type FastJSArray extends JSArray; transient type FastJSArray extends JSArray;
@@ -2969,10 +2957,6 @@ @@ -3178,10 +3166,6 @@
return UnsafeCast<Map>( return UnsafeCast<Map>(
LoadNativeContext(context)[JS_ARRAY_PACKED_ELEMENTS_MAP_INDEX]); LoadNativeContext(context)[JS_ARRAY_PACKED_ELEMENTS_MAP_INDEX]);
} }
@ -106,7 +106,7 @@ Index: deps/v8/src/builtins/base.tq
macro GetProxyRevocableResultMap(implicit context: Context)(): Map { macro GetProxyRevocableResultMap(implicit context: Context)(): Map {
return UnsafeCast<Map>( return UnsafeCast<Map>(
LoadNativeContext(context)[PROXY_REVOCABLE_RESULT_MAP_INDEX]); LoadNativeContext(context)[PROXY_REVOCABLE_RESULT_MAP_INDEX]);
@@ -3508,11 +3492,6 @@ @@ -3719,11 +3703,6 @@
unreachable; unreachable;
} }
@ -119,8 +119,8 @@ Index: deps/v8/src/builtins/base.tq
if (value == V8_INFINITY) { if (value == V8_INFINITY) {
return true; return true;
Index: deps/v8/src/wasm/wasm-result.cc Index: deps/v8/src/wasm/wasm-result.cc
--- deps/v8/src/wasm/wasm-result.cc.orig 2019-10-10 08:24:04.000000000 +0200 --- deps/v8/src/wasm/wasm-result.cc.orig 2019-11-21 22:14:01.000000000 +0100
+++ deps/v8/src/wasm/wasm-result.cc 2019-10-10 11:20:27.000761000 +0200 +++ deps/v8/src/wasm/wasm-result.cc 2019-11-22 07:31:30.754719000 +0100
@@ -2,6 +2,8 @@ @@ -2,6 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
@ -131,8 +131,8 @@ Index: deps/v8/src/wasm/wasm-result.cc
#include "src/execution/isolate-inl.h" #include "src/execution/isolate-inl.h"
Index: lib/dns.js Index: lib/dns.js
--- lib/dns.js.orig 2019-10-10 08:24:05.000000000 +0200 --- lib/dns.js.orig 2019-11-21 22:14:03.000000000 +0100
+++ lib/dns.js 2019-10-10 11:20:27.000892000 +0200 +++ lib/dns.js 2019-11-22 07:31:30.754853000 +0100
@@ -142,6 +142,10 @@ @@ -142,6 +142,10 @@
req.hostname = hostname; req.hostname = hostname;
req.oncomplete = all ? onlookupall : onlookup; req.oncomplete = all ? onlookupall : onlookup;
@ -145,14 +145,14 @@ Index: lib/dns.js
req, toASCII(hostname), family, hints, verbatim req, toASCII(hostname), family, hints, verbatim
); );
Index: lib/internal/modules/cjs/loader.js Index: lib/internal/modules/cjs/loader.js
--- lib/internal/modules/cjs/loader.js.orig 2019-10-10 08:24:05.000000000 +0200 --- lib/internal/modules/cjs/loader.js.orig 2019-11-22 07:31:30.755170000 +0100
+++ lib/internal/modules/cjs/loader.js 2019-10-10 11:20:27.001112000 +0200 +++ lib/internal/modules/cjs/loader.js 2019-11-22 21:39:45.314066000 +0100
@@ -1092,7 +1092,10 @@ @@ -1247,7 +1247,10 @@
} else { path.resolve(process.execPath, '..') :
prefixDir = path.resolve(process.execPath, '..', '..'); path.resolve(process.execPath, '..', '..');
}
- var paths = [path.resolve(prefixDir, 'lib', 'node')]; - let paths = [path.resolve(prefixDir, 'lib', 'node')];
+ var paths = [ + let paths = [
+ path.resolve(prefixDir, '..', 'lib', 'node', 'usr'), + path.resolve(prefixDir, '..', 'lib', 'node', 'usr'),
+ path.resolve(prefixDir, '..', 'lib', 'node', 'pkg') + path.resolve(prefixDir, '..', 'lib', 'node', 'pkg')
+ ]; + ];
@ -160,8 +160,8 @@ Index: lib/internal/modules/cjs/loader.js
if (homeDir) { if (homeDir) {
paths.unshift(path.resolve(homeDir, '.node_libraries')); paths.unshift(path.resolve(homeDir, '.node_libraries'));
Index: src/inspector_socket_server.cc Index: src/inspector_socket_server.cc
--- src/inspector_socket_server.cc.orig 2019-10-10 08:24:05.000000000 +0200 --- src/inspector_socket_server.cc.orig 2019-11-21 22:14:03.000000000 +0100
+++ src/inspector_socket_server.cc 2019-10-10 11:20:27.001264000 +0200 +++ src/inspector_socket_server.cc 2019-11-22 07:31:30.755425000 +0100
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
bool include_protocol); bool include_protocol);
namespace { namespace {
@ -172,8 +172,8 @@ Index: src/inspector_socket_server.cc
}; };
Index: src/node_constants.cc Index: src/node_constants.cc
--- src/node_constants.cc.orig 2019-10-10 08:24:05.000000000 +0200 --- src/node_constants.cc.orig 2019-11-21 22:14:03.000000000 +0100
+++ src/node_constants.cc 2019-10-10 11:20:27.001523000 +0200 +++ src/node_constants.cc 2019-11-22 07:31:30.755616000 +0100
@@ -36,10 +36,10 @@ @@ -36,10 +36,10 @@
@ -189,8 +189,8 @@ Index: src/node_constants.cc
#endif // HAVE_OPENSSL #endif // HAVE_OPENSSL
Index: src/node_crypto.cc Index: src/node_crypto.cc
--- src/node_crypto.cc.orig 2019-10-10 08:24:05.000000000 +0200 --- src/node_crypto.cc.orig 2019-11-21 22:14:03.000000000 +0100
+++ src/node_crypto.cc 2019-10-10 11:20:27.002228000 +0200 +++ src/node_crypto.cc 2019-11-22 07:31:30.756354000 +0100
@@ -38,17 +38,17 @@ @@ -38,17 +38,17 @@
#include "util-inl.h" #include "util-inl.h"
#include "v8.h" #include "v8.h"
@ -219,8 +219,8 @@ Index: src/node_crypto.cc
#include <cerrno> #include <cerrno>
#include <climits> // INT_MAX #include <climits> // INT_MAX
Index: src/node_crypto.h Index: src/node_crypto.h
--- src/node_crypto.h.orig 2019-10-10 08:24:05.000000000 +0200 --- src/node_crypto.h.orig 2019-11-21 22:14:03.000000000 +0100
+++ src/node_crypto.h 2019-10-10 11:20:27.002405000 +0200 +++ src/node_crypto.h 2019-11-22 07:31:30.756523000 +0100
@@ -33,8 +33,8 @@ @@ -33,8 +33,8 @@
#include "v8.h" #include "v8.h"
@ -233,9 +233,9 @@ Index: src/node_crypto.h
namespace node { namespace node {
namespace crypto { namespace crypto {
Index: src/tls_wrap.h Index: src/tls_wrap.h
--- src/tls_wrap.h.orig 2019-10-10 08:24:05.000000000 +0200 --- src/tls_wrap.h.orig 2019-11-21 22:14:03.000000000 +0100
+++ src/tls_wrap.h 2019-10-10 11:20:27.002528000 +0200 +++ src/tls_wrap.h 2019-11-22 07:31:30.756640000 +0100
@@ -31,7 +31,7 @@ @@ -30,7 +30,7 @@
#include "stream_wrap.h" #include "stream_wrap.h"
#include "v8.h" #include "v8.h"
@ -245,9 +245,9 @@ Index: src/tls_wrap.h
#include <string> #include <string>
Index: src/util.h Index: src/util.h
--- src/util.h.orig 2019-10-10 08:24:05.000000000 +0200 --- src/util.h.orig 2019-11-21 22:14:03.000000000 +0100
+++ src/util.h 2019-10-10 11:20:27.002686000 +0200 +++ src/util.h 2019-11-22 07:31:30.756808000 +0100
@@ -146,14 +146,23 @@ @@ -152,14 +152,23 @@
} \ } \
} while (0) } while (0)
@ -271,7 +271,7 @@ Index: src/util.h
#define CHECK_IMPLIES(a, b) CHECK(!(a) || (b)) #define CHECK_IMPLIES(a, b) CHECK(!(a) || (b))
#ifdef DEBUG #ifdef DEBUG
@@ -181,6 +190,7 @@ @@ -187,6 +196,7 @@
#endif #endif
@ -280,8 +280,8 @@ Index: src/util.h
ERROR_AND_ABORT("Unreachable code reached" __VA_OPT__(": ") __VA_ARGS__) ERROR_AND_ABORT("Unreachable code reached" __VA_OPT__(": ") __VA_ARGS__)
Index: tools/install.py Index: tools/install.py
--- tools/install.py.orig 2019-10-10 08:24:06.000000000 +0200 --- tools/install.py.orig 2019-11-21 22:14:03.000000000 +0100
+++ tools/install.py 2019-10-10 11:20:27.002803000 +0200 +++ tools/install.py 2019-11-22 07:31:30.756937000 +0100
@@ -151,10 +151,7 @@ @@ -151,10 +151,7 @@
action(['deps/v8/tools/gdbinit'], 'share/doc/node/') action(['deps/v8/tools/gdbinit'], 'share/doc/node/')
action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/') action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/')
@ -295,8 +295,8 @@ Index: tools/install.py
if 'true' == variables.get('node_install_npm'): npm_files(action) if 'true' == variables.get('node_install_npm'): npm_files(action)
Index: tools/v8_gypfiles/toolchain.gypi Index: tools/v8_gypfiles/toolchain.gypi
--- tools/v8_gypfiles/toolchain.gypi.orig 2019-10-10 08:24:06.000000000 +0200 --- tools/v8_gypfiles/toolchain.gypi.orig 2019-11-21 22:14:04.000000000 +0100
+++ tools/v8_gypfiles/toolchain.gypi 2019-10-10 11:20:27.003028000 +0200 +++ tools/v8_gypfiles/toolchain.gypi 2019-11-22 07:31:30.757164000 +0100
@@ -1123,12 +1123,6 @@ @@ -1123,12 +1123,6 @@
['OS=="solaris"', { ['OS=="solaris"', {
'defines': [ '__C99FEATURES__=1' ], # isinf() etc. 'defines': [ '__C99FEATURES__=1' ], # isinf() etc.
@ -333,9 +333,9 @@ Index: tools/v8_gypfiles/toolchain.gypi
'cflags': ['-O2'], 'cflags': ['-O2'],
'cflags!': ['-O3'], 'cflags!': ['-O3'],
Index: tools/v8_gypfiles/v8.gyp Index: tools/v8_gypfiles/v8.gyp
--- tools/v8_gypfiles/v8.gyp.orig 2019-10-10 08:24:06.000000000 +0200 --- tools/v8_gypfiles/v8.gyp.orig 2019-11-21 22:14:04.000000000 +0100
+++ tools/v8_gypfiles/v8.gyp 2019-10-10 11:20:27.003252000 +0200 +++ tools/v8_gypfiles/v8.gyp 2019-11-22 07:31:30.757407000 +0100
@@ -86,8 +86,7 @@ @@ -90,8 +90,7 @@
"<(V8_ROOT)/src/builtins/typed-array-some.tq", "<(V8_ROOT)/src/builtins/typed-array-some.tq",
"<(V8_ROOT)/src/builtins/typed-array-subarray.tq", "<(V8_ROOT)/src/builtins/typed-array-subarray.tq",
"<(V8_ROOT)/src/builtins/typed-array.tq", "<(V8_ROOT)/src/builtins/typed-array.tq",

6
node13/node13.spec

@ -22,8 +22,8 @@
## ##
# package version # package version
%define V_opkg 13.1.0 %define V_opkg 13.2.0
%define V_dist 13.1.0 %define V_dist 13.2.0
# package information # package information
Name: node13 Name: node13
@ -36,7 +36,7 @@ Class: PLUS
Group: Web Group: Web
License: MIT/BSD License: MIT/BSD
Version: %{V_opkg} Version: %{V_opkg}
Release: 20191106 Release: 20191122
# package options # package options
%option with_icu yes %option with_icu yes

Loading…
Cancel
Save