Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

v14.1.0 proposal #33103

Merged
merged 93 commits into from Apr 29, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
93 commits
Select commit Hold shift + click to select a range
87605f0
doc: add juanarbol as collaborator
juanarbol Apr 17, 2020
fc71a85
doc: add N-API version 6 to table
mhdawson Apr 13, 2020
ca7e0a2
src: remove redundant v8::HeapSnapshot namespace
juanarbol Apr 14, 2020
22ccf2b
tools: decrease timeout in test.py
addaleax Apr 15, 2020
307e43d
src: elevate v8 namespaces
nimit95 Apr 15, 2020
b12204e
test: changed function to arrow function
nimit95 Apr 16, 2020
ccf6d3e
doc: add `tsc-agenda` to onboarding labels list
Trott Apr 13, 2020
2ab4ebc
stream: simplify Writable.end()
ronag Apr 16, 2020
7f49812
stream: inline unbuffered _write
ronag Apr 16, 2020
36a4f54
stream: close iterator in Readable.from
vadzim Apr 14, 2020
b957895
lib: remove unnecesary else block
ddazal Apr 3, 2020
03d02d7
fs: remove unnecessary else statement
JesuHrz Apr 4, 2020
f9b8988
src: remove validation of unreachable code
juanarbol Apr 13, 2020
861eb39
n-api: detect deadlocks in thread-safe function
Apr 6, 2020
a8ed8f5
doc: synch SECURITY.md with website
Trott Apr 17, 2020
a133ac1
perf_hooks: remove unnecessary assignment when name is undefined
rickyes Apr 18, 2020
baa8231
fs: extract kWriteFileMaxChunkSize constant
rickyes Apr 3, 2020
57c170c
doc: fix typo in zlib.md
chenmnkken Apr 17, 2020
68b7c80
doc: fix usage of folder and directory terms in fs.md
karan1205 Apr 18, 2020
c9ae385
test: mark test-child-process-fork-args as flaky on Windows
puzpuzpuz Apr 20, 2020
fa71073
doc: corrected ERR_SOCKET_CANNOT_SEND message
willarmiros Apr 14, 2020
4221b1c
src: fix null deref in AllocatedBuffer::clear
fowles Apr 16, 2020
f6be140
doc: fix typo in security-release-process.md
SASUKE40 Apr 19, 2020
8663fd5
module: partial doc removal of --experimental-modules
MylesBorins Apr 18, 2020
6fc4d17
http2: refactor and cleanup http2
jasnell Apr 15, 2020
3086813
tls: move getAllowUnauthorized to internal/options
jasnell Apr 18, 2020
ca5ebcf
tools: fix mkcodecache when run with ASAN
addaleax Apr 14, 2020
eaf841d
module: improve error for invalid package targets
MylesBorins Apr 17, 2020
b5b3efe
doc: add more info to v14 changelog
devsnek Apr 21, 2020
4dd3a7d
doc: set module version 83 to node 14
Flarna Apr 21, 2020
21d314e
module: exports not exported for null resolutions
guybedford Apr 14, 2020
4ef91a6
http2: wait for secureConnect before initializing
bcoe Apr 21, 2020
4c643c0
fs: update validateOffsetLengthRead in utils.js
daemon1024 Apr 17, 2020
95e897e
src: use using NewStringType
rickyes Apr 14, 2020
fa7d969
tools: remove unused code in doc generation tool
Trott Apr 18, 2020
005c2ba
doc: elevate diagnostic report to tier1
gireeshpunathil Mar 25, 2020
aec7bc7
doc: remove repeated word in modules.md
kodekage Apr 19, 2020
7647860
stream: finished should complete with read-only Duplex
ronag Apr 21, 2020
bbed1e5
deps: V8: cherry-pick e1eac1b16c96
Apr 21, 2020
180b935
stream: pipeline should only destroy un-finished streams
ronag Apr 21, 2020
7abc61f
stream: refactor Writable buffering
ronag Dec 15, 2019
1a2b3eb
stream: fix broken pipeline test
ronag Apr 23, 2020
b4ef062
test: test-async-wrap-constructor prefer forEach
dericop Apr 3, 2020
71f9023
doc: add angle brackets around implicit links
nschonni Apr 6, 2020
2bde116
doc: ignore no-literal-urls in changelogs
nschonni Apr 6, 2020
f92b398
doc: convert bare email addresses to mailto links
nschonni Apr 23, 2020
bf331b4
doc: ignore no-literal-urls in README
nschonni Apr 23, 2020
98b30b0
lib: simplify function process.emitWarning
himself65 Apr 22, 2020
30c2b0f
src: deprecate embedder APIs with replacements
addaleax Apr 14, 2020
45e188b
test: refactor events tests for invalid listeners
edsadr Apr 11, 2020
7e9f88e
doc: updated directory entry information
Apr 12, 2020
988c2fe
test: better error validations for event-capture
edsadr Apr 10, 2020
4c10b5f
stream: consistent punctuation
ronag Apr 19, 2020
bc755fc
src: fix compiler warnings in node_http2.cc
danbev Apr 23, 2020
d82c3c2
src: delete MicroTaskPolicy namespace
juanarbol Apr 14, 2020
737bd62
lib: unnecessary const assignment for class
yashLadha Apr 21, 2020
4b6aa07
inspector: only write coverage in fully bootstrapped Environments
joyeecheung Apr 21, 2020
c21f1f0
stream: removes unnecessary params
JesuHrz Apr 20, 2020
4143c74
vm: add importModuleDynamically option to compileFunction
devsnek Apr 21, 2020
44c157e
src: assignment to valid type
yashLadha Apr 16, 2020
2bb4ac4
stream: avoid drain for sync streams
ronag Apr 16, 2020
e07c4ff
stream: fix sync write perf regression
ronag Apr 23, 2020
8fad112
test: remove timers-blocking-callback
Fishrock123 Apr 15, 2020
f116825
doc: avoid tautology in README
ishaanjain1898 Apr 22, 2020
31c797c
http: doc deprecate abort and improve docs
ronag Apr 13, 2020
1af08e1
buffer,n-api: fix double ArrayBuffer::Detach() during cleanup
addaleax Apr 24, 2020
b50333e
deps: V8: backport 3f8dc4b2e5ba
ryzokuken Apr 22, 2020
323da6f
tls: add highWaterMark option for connect
rickyes Apr 11, 2020
b12f163
deps: upgrade openssl sources to 1.1.1g
hassaanp Apr 21, 2020
fad188f
deps: update archs files for OpenSSL-1.1.1g
hassaanp Apr 21, 2020
184e80a
stream: don't wait for close on legacy streams
ronag Apr 25, 2020
a534d82
doc: add documentation for transferList arg at worker threads
juanarbol Apr 16, 2020
c84d802
worker: fix process.env var empty key access
bl-ue Apr 26, 2020
d10c2c6
src: fix empty-named env var assertion failure
bl-ue Apr 18, 2020
23eda41
src: do not compare against wide characters
bl-ue Apr 19, 2020
4035cbe
cluster: removed unused addressType argument from constructor
yashLadha Apr 21, 2020
4abc45a
module: do not warn when accessing `__esModule` of unfinished exports
addaleax Apr 24, 2020
c82c084
util,readline: NFC-normalize strings before getStringWidth
addaleax Apr 25, 2020
11ea13f
test: refactor test-async-hooks-constructor
himself65 Apr 25, 2020
401ab61
doc: document major finished changes in v14
ronag Apr 25, 2020
59b64ad
src: add AsyncWrapObject constructor template factory
Qard Apr 25, 2020
8a4de2e
doc: improve release documentation
targos Apr 24, 2020
cb4d8ce
module: refactor condition
MylesBorins Apr 22, 2020
14e559d
doc: make openssl maintenance position independent
sam-github Apr 21, 2020
91e30e3
build: fix vcbuild error for missing Visual Studio
Hakerh400 Apr 4, 2020
794b879
doc: improve WHATWG url constructor code example
lirantal Apr 11, 2020
343c6ac
doc: assign missing deprecation code
richardlau Apr 27, 2020
68656cf
n-api: fix false assumption on napi_async_context structures
legendecas Apr 19, 2020
6a8e266
tools: update ESLint to 7.0.0-rc.0
himself65 Apr 25, 2020
3fed735
doc: fix LTS replaceme tags
addaleax Apr 24, 2020
56f50ae
deps: patch V8 to 8.1.307.31
targos Apr 26, 2020
ae157b8
stream: don't emit end after close
ronag Apr 26, 2020
9ffd8e7
2020-04-29, Version 14.1.0 (Current)
BethGriggs Apr 27, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions BUILDING.md
Expand Up @@ -204,7 +204,7 @@ For use of AVX2,
* nasm version 2.10 or higher in Windows

Please refer to
https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_ia32cap.html for details.
<https://www.openssl.org/docs/man1.1.1/man3/OPENSSL_ia32cap.html> for details.

If compiling without one of the above, use `configure` with the
`--openssl-no-asm` flag. Otherwise, `configure` will fail.
Expand Down Expand Up @@ -277,7 +277,7 @@ $ make -j4
If you run into a `No module named 'distutils.spawn'` error when executing
`./configure`, please try `python3 -m pip install --upgrade setuptools` or
`sudo apt install python3-distutils -y`.
For more information, see https://github.com/nodejs/node/issues/30189.
For more information, see <https://github.com/nodejs/node/issues/30189>.

The `-j4` option will cause `make` to run 4 simultaneous compilation jobs which
may reduce build time. For more information, see the
Expand Down
3 changes: 2 additions & 1 deletion CHANGELOG.md
Expand Up @@ -31,7 +31,8 @@ release.
</tr>
<tr>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.0.0">14.0.0</a></b><br/>
<b><a href="doc/changelogs/CHANGELOG_V14.md#14.1.0">14.1.0</a></b><br/>
<a href="doc/changelogs/CHANGELOG_V14.md#14.0.0">14.0.0</a><br/>
</td>
<td valign="top">
<b><a href="doc/changelogs/CHANGELOG_V13.md#13.12.0">13.12.0</a></b><br/>
Expand Down
5 changes: 4 additions & 1 deletion README.md
@@ -1,3 +1,4 @@
<!--lint disable no-literal-urls-->
<p align="center">
<a href="https://nodejs.org/">
<img
Expand Down Expand Up @@ -79,7 +80,7 @@ contains the latest Carbon (Node.js 8) release.
#### Nightly Releases
<https://nodejs.org/download/nightly/>

Each directory name and filename contains a date (in UTC time) and the commit
Each directory name and filename contains a date (in UTC) and the commit
SHA at the HEAD of the release.

#### API Documentation
Expand Down Expand Up @@ -331,6 +332,8 @@ For information about the governance of the Node.js project, see
**João Reis** &lt;reis@janeasystems.com&gt;
* [joyeecheung](https://github.com/joyeecheung) -
**Joyee Cheung** &lt;joyeec9h3@gmail.com&gt; (she/her)
* [juanarbol](https://github.com/juanarbol) -
**Juan José Arboleda** &lt;soyjuanarbol@gmail.com&gt; (he/him)
* [JungMinu](https://github.com/JungMinu) -
**Minwoo Jung** &lt;nodecorelab@gmail.com&gt; (he/him)
* [kfarnung](https://github.com/kfarnung) -
Expand Down
3 changes: 1 addition & 2 deletions SECURITY.md
Expand Up @@ -11,8 +11,7 @@ handling your submission.
After the initial reply to your report, the security team will endeavor to keep
you informed of the progress being made towards a fix and full announcement,
and may ask for additional information or guidance surrounding the reported
issue. These updates will be sent at least every five days; in practice, this
is more likely to be every 24-48 hours.
issue.

### Node.js Bug Bounty Program

Expand Down
7 changes: 4 additions & 3 deletions benchmark/streams/writable-manywrites.js
Expand Up @@ -7,11 +7,12 @@ const bench = common.createBenchmark(main, {
n: [2e6],
sync: ['yes', 'no'],
writev: ['yes', 'no'],
callback: ['yes', 'no']
callback: ['yes', 'no'],
len: [1024, 32 * 1024]
});

function main({ n, sync, writev, callback }) {
const b = Buffer.allocUnsafe(1024);
function main({ n, sync, writev, callback, len }) {
const b = Buffer.allocUnsafe(len);
const s = new Writable();
sync = sync === 'yes';

Expand Down
2 changes: 1 addition & 1 deletion common.gypi
Expand Up @@ -35,7 +35,7 @@

# Reset this number to 0 on major V8 upgrades.
# Increment by one for each non-official patch applied to deps/v8.
'v8_embedder_string': '-node.30',
'v8_embedder_string': '-node.32',

##### V8 defaults for Node.js #####

Expand Down
5 changes: 3 additions & 2 deletions deps/openssl/config/archs/BSD-x86/asm/configdata.pm
Expand Up @@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86",
tdirs => [ "ossl_shim" ],
version => "1.1.1f",
version_num => "0x1010106fL",
version => "1.1.1g",
version_num => "0x1010107fL",
);

our %target = (
Expand Down Expand Up @@ -7413,6 +7413,7 @@ our %unified_info = (
[
".",
"include",
"crypto/modes",
],
"crypto/rand/drbg_lib.o" =>
[
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86/asm/crypto/buildinf.h
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Tue Mar 31 13:06:25 2020 UTC"
#define DATE "built on: Tue Apr 21 13:28:30 2020 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
5 changes: 3 additions & 2 deletions deps/openssl/config/archs/BSD-x86/asm_avx2/configdata.pm
Expand Up @@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86",
tdirs => [ "ossl_shim" ],
version => "1.1.1f",
version_num => "0x1010106fL",
version => "1.1.1g",
version_num => "0x1010107fL",
);

our %target = (
Expand Down Expand Up @@ -7413,6 +7413,7 @@ our %unified_info = (
[
".",
"include",
"crypto/modes",
],
"crypto/rand/drbg_lib.o" =>
[
Expand Down
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Tue Mar 31 13:06:27 2020 UTC"
#define DATE "built on: Tue Apr 21 13:28:32 2020 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
5 changes: 3 additions & 2 deletions deps/openssl/config/archs/BSD-x86/no-asm/configdata.pm
Expand Up @@ -110,8 +110,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86",
tdirs => [ "ossl_shim" ],
version => "1.1.1f",
version_num => "0x1010106fL",
version => "1.1.1g",
version_num => "0x1010107fL",
);

our %target = (
Expand Down Expand Up @@ -7363,6 +7363,7 @@ our %unified_info = (
[
".",
"include",
"crypto/modes",
],
"crypto/rand/drbg_lib.o" =>
[
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86/no-asm/crypto/buildinf.h
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86"
#define DATE "built on: Tue Mar 31 13:06:30 2020 UTC"
#define DATE "built on: Tue Apr 21 13:28:34 2020 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
5 changes: 3 additions & 2 deletions deps/openssl/config/archs/BSD-x86_64/asm/configdata.pm
Expand Up @@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86_64",
tdirs => [ "ossl_shim" ],
version => "1.1.1f",
version_num => "0x1010106fL",
version => "1.1.1g",
version_num => "0x1010107fL",
);

our %target = (
Expand Down Expand Up @@ -7502,6 +7502,7 @@ our %unified_info = (
[
".",
"include",
"crypto/modes",
],
"crypto/rand/drbg_lib.o" =>
[
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/BSD-x86_64/asm/crypto/buildinf.h
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Tue Mar 31 13:06:31 2020 UTC"
#define DATE "built on: Tue Apr 21 13:28:35 2020 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
5 changes: 3 additions & 2 deletions deps/openssl/config/archs/BSD-x86_64/asm_avx2/configdata.pm
Expand Up @@ -111,8 +111,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86_64",
tdirs => [ "ossl_shim" ],
version => "1.1.1f",
version_num => "0x1010106fL",
version => "1.1.1g",
version_num => "0x1010107fL",
);

our %target = (
Expand Down Expand Up @@ -7502,6 +7502,7 @@ our %unified_info = (
[
".",
"include",
"crypto/modes",
],
"crypto/rand/drbg_lib.o" =>
[
Expand Down
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Tue Mar 31 13:06:37 2020 UTC"
#define DATE "built on: Tue Apr 21 13:28:40 2020 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
5 changes: 3 additions & 2 deletions deps/openssl/config/archs/BSD-x86_64/no-asm/configdata.pm
Expand Up @@ -110,8 +110,8 @@ our %config = (
sourcedir => ".",
target => "BSD-x86_64",
tdirs => [ "ossl_shim" ],
version => "1.1.1f",
version_num => "0x1010106fL",
version => "1.1.1g",
version_num => "0x1010107fL",
);

our %target = (
Expand Down Expand Up @@ -7384,6 +7384,7 @@ our %unified_info = (
[
".",
"include",
"crypto/modes",
],
"crypto/rand/drbg_lib.o" =>
[
Expand Down
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: BSD-x86_64"
#define DATE "built on: Tue Mar 31 13:06:43 2020 UTC"
#define DATE "built on: Tue Apr 21 13:28:45 2020 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
7 changes: 4 additions & 3 deletions deps/openssl/config/archs/VC-WIN32/asm/configdata.pm
Expand Up @@ -115,8 +115,8 @@ our %config = (
sourcedir => ".",
target => "VC-WIN32",
tdirs => [ "ossl_shim" ],
version => "1.1.1f",
version_num => "0x1010106fL",
version => "1.1.1g",
version_num => "0x1010107fL",
);

our %target = (
Expand All @@ -132,7 +132,7 @@ our %target = (
LDFLAGS => "/nologo /debug",
MT => "mt",
MTFLAGS => "-nologo",
RANLIB => "CODE(0x55e4d97a23c8)",
RANLIB => "CODE(0x555663f9f6e8)",
RC => "rc",
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s",
Expand Down Expand Up @@ -7460,6 +7460,7 @@ our %unified_info = (
[
".",
"include",
"crypto/modes",
],
"crypto/rand/drbg_lib.o" =>
[
Expand Down
2 changes: 1 addition & 1 deletion deps/openssl/config/archs/VC-WIN32/asm/crypto/buildinf.h
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: "
#define DATE "built on: Tue Mar 31 13:08:59 2020 UTC"
#define DATE "built on: Tue Apr 21 13:30:38 2020 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
7 changes: 4 additions & 3 deletions deps/openssl/config/archs/VC-WIN32/asm_avx2/configdata.pm
Expand Up @@ -115,8 +115,8 @@ our %config = (
sourcedir => ".",
target => "VC-WIN32",
tdirs => [ "ossl_shim" ],
version => "1.1.1f",
version_num => "0x1010106fL",
version => "1.1.1g",
version_num => "0x1010107fL",
);

our %target = (
Expand All @@ -132,7 +132,7 @@ our %target = (
LDFLAGS => "/nologo /debug",
MT => "mt",
MTFLAGS => "-nologo",
RANLIB => "CODE(0x55e7fe7b8518)",
RANLIB => "CODE(0x557555fd4548)",
RC => "rc",
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
aes_asm_src => "aes_core.c aes_cbc.c vpaes-x86.s aesni-x86.s",
Expand Down Expand Up @@ -7460,6 +7460,7 @@ our %unified_info = (
[
".",
"include",
"crypto/modes",
],
"crypto/rand/drbg_lib.o" =>
[
Expand Down
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: "
#define DATE "built on: Tue Mar 31 13:09:01 2020 UTC"
#define DATE "built on: Tue Apr 21 13:30:40 2020 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
7 changes: 4 additions & 3 deletions deps/openssl/config/archs/VC-WIN32/no-asm/configdata.pm
Expand Up @@ -114,8 +114,8 @@ our %config = (
sourcedir => ".",
target => "VC-WIN32",
tdirs => [ "ossl_shim" ],
version => "1.1.1f",
version_num => "0x1010106fL",
version => "1.1.1g",
version_num => "0x1010107fL",
);

our %target = (
Expand All @@ -131,7 +131,7 @@ our %target = (
LDFLAGS => "/nologo /debug",
MT => "mt",
MTFLAGS => "-nologo",
RANLIB => "CODE(0x56297fab3cf8)",
RANLIB => "CODE(0x55b7cbf3ba68)",
RC => "rc",
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/shared-info.pl" ],
aes_asm_src => "aes_core.c aes_cbc.c",
Expand Down Expand Up @@ -7410,6 +7410,7 @@ our %unified_info = (
[
".",
"include",
"crypto/modes",
],
"crypto/rand/drbg_lib.o" =>
[
Expand Down
Expand Up @@ -11,7 +11,7 @@
*/

#define PLATFORM "platform: "
#define DATE "built on: Tue Mar 31 13:09:04 2020 UTC"
#define DATE "built on: Tue Apr 21 13:30:42 2020 UTC"

/*
* Generate compiler_flags as an array of individual characters. This is a
Expand Down
7 changes: 4 additions & 3 deletions deps/openssl/config/archs/VC-WIN64-ARM/no-asm/configdata.pm
Expand Up @@ -113,8 +113,8 @@ our %config = (
sourcedir => ".",
target => "VC-WIN64-ARM",
tdirs => [ "ossl_shim" ],
version => "1.1.1f",
version_num => "0x1010106fL",
version => "1.1.1g",
version_num => "0x1010107fL",
);

our %target = (
Expand All @@ -128,7 +128,7 @@ our %target = (
LDFLAGS => "/nologo /debug",
MT => "mt",
MTFLAGS => "-nologo",
RANLIB => "CODE(0x55d021518948)",
RANLIB => "CODE(0x561bd9d97ee8)",
RC => "rc",
_conf_fname_int => [ "Configurations/00-base-templates.conf", "Configurations/00-base-templates.conf", "Configurations/10-main.conf", "Configurations/10-main.conf", "Configurations/50-win-onecore.conf", "Configurations/shared-info.pl" ],
aes_asm_src => "aes_core.c aes_cbc.c",
Expand Down Expand Up @@ -7404,6 +7404,7 @@ our %unified_info = (
[
".",
"include",
"crypto/modes",
],
"crypto/rand/drbg_lib.o" =>
[
Expand Down