node-linux-arm64 14.20.1 → 14.21.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (78) hide show
  1. package/CHANGELOG.md +111 -0
  2. package/LICENSE +123 -50
  3. package/bin/node +0 -0
  4. package/include/node/common.gypi +1 -1
  5. package/include/node/config.gypi +165 -165
  6. package/include/node/js_native_api.h +2 -0
  7. package/include/node/js_native_api_types.h +2 -1
  8. package/include/node/node_api.h +2 -0
  9. package/include/node/node_version.h +2 -2
  10. package/include/node/openssl/archs/BSD-x86/asm/crypto/buildinf.h +1 -1
  11. package/include/node/openssl/archs/BSD-x86/asm_avx2/crypto/buildinf.h +1 -1
  12. package/include/node/openssl/archs/BSD-x86/no-asm/crypto/buildinf.h +1 -1
  13. package/include/node/openssl/archs/BSD-x86_64/asm/crypto/buildinf.h +1 -1
  14. package/include/node/openssl/archs/BSD-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  15. package/include/node/openssl/archs/BSD-x86_64/no-asm/crypto/buildinf.h +1 -1
  16. package/include/node/openssl/archs/VC-WIN32/asm/crypto/buildinf.h +1 -1
  17. package/include/node/openssl/archs/VC-WIN32/asm_avx2/crypto/buildinf.h +1 -1
  18. package/include/node/openssl/archs/VC-WIN32/no-asm/crypto/buildinf.h +1 -1
  19. package/include/node/openssl/archs/VC-WIN64-ARM/no-asm/crypto/buildinf.h +1 -1
  20. package/include/node/openssl/archs/VC-WIN64A/asm/crypto/buildinf.h +1 -1
  21. package/include/node/openssl/archs/VC-WIN64A/asm_avx2/crypto/buildinf.h +1 -1
  22. package/include/node/openssl/archs/VC-WIN64A/no-asm/crypto/buildinf.h +1 -1
  23. package/include/node/openssl/archs/aix-gcc/asm/crypto/buildinf.h +1 -1
  24. package/include/node/openssl/archs/aix-gcc/asm_avx2/crypto/buildinf.h +1 -1
  25. package/include/node/openssl/archs/aix-gcc/no-asm/crypto/buildinf.h +1 -1
  26. package/include/node/openssl/archs/aix64-gcc/asm/crypto/buildinf.h +1 -1
  27. package/include/node/openssl/archs/aix64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  28. package/include/node/openssl/archs/aix64-gcc/no-asm/crypto/buildinf.h +1 -1
  29. package/include/node/openssl/archs/darwin-i386-cc/asm/crypto/buildinf.h +1 -1
  30. package/include/node/openssl/archs/darwin-i386-cc/asm_avx2/crypto/buildinf.h +1 -1
  31. package/include/node/openssl/archs/darwin-i386-cc/no-asm/crypto/buildinf.h +1 -1
  32. package/include/node/openssl/archs/darwin64-arm64-cc/asm/crypto/buildinf.h +1 -1
  33. package/include/node/openssl/archs/darwin64-arm64-cc/asm_avx2/crypto/buildinf.h +1 -1
  34. package/include/node/openssl/archs/darwin64-arm64-cc/no-asm/crypto/buildinf.h +1 -1
  35. package/include/node/openssl/archs/darwin64-x86_64-cc/asm/crypto/buildinf.h +1 -1
  36. package/include/node/openssl/archs/darwin64-x86_64-cc/asm_avx2/crypto/buildinf.h +1 -1
  37. package/include/node/openssl/archs/darwin64-x86_64-cc/no-asm/crypto/buildinf.h +1 -1
  38. package/include/node/openssl/archs/linux-aarch64/asm/crypto/buildinf.h +1 -1
  39. package/include/node/openssl/archs/linux-aarch64/asm_avx2/crypto/buildinf.h +1 -1
  40. package/include/node/openssl/archs/linux-aarch64/no-asm/crypto/buildinf.h +1 -1
  41. package/include/node/openssl/archs/linux-armv4/asm/crypto/buildinf.h +1 -1
  42. package/include/node/openssl/archs/linux-armv4/asm_avx2/crypto/buildinf.h +1 -1
  43. package/include/node/openssl/archs/linux-armv4/no-asm/crypto/buildinf.h +1 -1
  44. package/include/node/openssl/archs/linux-elf/asm/crypto/buildinf.h +1 -1
  45. package/include/node/openssl/archs/linux-elf/asm_avx2/crypto/buildinf.h +1 -1
  46. package/include/node/openssl/archs/linux-elf/no-asm/crypto/buildinf.h +1 -1
  47. package/include/node/openssl/archs/linux-ppc/asm/crypto/buildinf.h +1 -1
  48. package/include/node/openssl/archs/linux-ppc/asm_avx2/crypto/buildinf.h +1 -1
  49. package/include/node/openssl/archs/linux-ppc/no-asm/crypto/buildinf.h +1 -1
  50. package/include/node/openssl/archs/linux-ppc64/asm/crypto/buildinf.h +1 -1
  51. package/include/node/openssl/archs/linux-ppc64/asm_avx2/crypto/buildinf.h +1 -1
  52. package/include/node/openssl/archs/linux-ppc64/no-asm/crypto/buildinf.h +1 -1
  53. package/include/node/openssl/archs/linux-ppc64le/asm/crypto/buildinf.h +1 -1
  54. package/include/node/openssl/archs/linux-ppc64le/asm_avx2/crypto/buildinf.h +1 -1
  55. package/include/node/openssl/archs/linux-ppc64le/no-asm/crypto/buildinf.h +1 -1
  56. package/include/node/openssl/archs/linux-x32/asm/crypto/buildinf.h +1 -1
  57. package/include/node/openssl/archs/linux-x32/asm_avx2/crypto/buildinf.h +1 -1
  58. package/include/node/openssl/archs/linux-x32/no-asm/crypto/buildinf.h +1 -1
  59. package/include/node/openssl/archs/linux-x86_64/asm/crypto/buildinf.h +1 -1
  60. package/include/node/openssl/archs/linux-x86_64/asm_avx2/crypto/buildinf.h +1 -1
  61. package/include/node/openssl/archs/linux-x86_64/no-asm/crypto/buildinf.h +1 -1
  62. package/include/node/openssl/archs/linux32-s390x/asm/crypto/buildinf.h +1 -1
  63. package/include/node/openssl/archs/linux32-s390x/asm_avx2/crypto/buildinf.h +1 -1
  64. package/include/node/openssl/archs/linux32-s390x/no-asm/crypto/buildinf.h +1 -1
  65. package/include/node/openssl/archs/linux64-mips64/asm/crypto/buildinf.h +1 -1
  66. package/include/node/openssl/archs/linux64-mips64/asm_avx2/crypto/buildinf.h +1 -1
  67. package/include/node/openssl/archs/linux64-mips64/no-asm/crypto/buildinf.h +1 -1
  68. package/include/node/openssl/archs/linux64-s390x/asm/crypto/buildinf.h +1 -1
  69. package/include/node/openssl/archs/linux64-s390x/asm_avx2/crypto/buildinf.h +1 -1
  70. package/include/node/openssl/archs/linux64-s390x/no-asm/crypto/buildinf.h +1 -1
  71. package/include/node/openssl/archs/solaris-x86-gcc/asm/crypto/buildinf.h +1 -1
  72. package/include/node/openssl/archs/solaris-x86-gcc/asm_avx2/crypto/buildinf.h +1 -1
  73. package/include/node/openssl/archs/solaris-x86-gcc/no-asm/crypto/buildinf.h +1 -1
  74. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm/crypto/buildinf.h +1 -1
  75. package/include/node/openssl/archs/solaris64-x86_64-gcc/asm_avx2/crypto/buildinf.h +1 -1
  76. package/include/node/openssl/archs/solaris64-x86_64-gcc/no-asm/crypto/buildinf.h +1 -1
  77. package/include/node/openssl/opensslv.h +2 -2
  78. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -11,6 +11,9 @@
11
11
  </tr>
12
12
  <tr>
13
13
  <td valign="top">
14
+ <a href="#14.21.2">14.21.2</a><br/>
15
+ <a href="#14.21.1">14.21.1</a><br/>
16
+ <a href="#14.21.0">14.21.0</a><br/>
14
17
  <a href="#14.20.1">14.20.1</a><br/>
15
18
  <a href="#14.20.0">14.20.0</a><br/>
16
19
  <a href="#14.19.3">14.19.3</a><br/>
@@ -75,6 +78,114 @@
75
78
  * [io.js](CHANGELOG_IOJS.md)
76
79
  * [Archive](CHANGELOG_ARCHIVE.md)
77
80
 
81
+ <a id="14.21.2"></a>
82
+
83
+ ## 2022-12-13, Version 14.21.2 'Fermium' (LTS), @richardlau
84
+
85
+ ### Notable Changes
86
+
87
+ #### OpenSSL 1.1.1s
88
+
89
+ This update is a bugfix release and does not address any security
90
+ vulnerabilities.
91
+
92
+ #### Root certificates updated to NSS 3.85
93
+
94
+ Certificates added:
95
+ * Autoridad de Certificacion Firmaprofesional CIF A62634068
96
+ * Certainly Root E1
97
+ * Certainly Root R1
98
+ * D-TRUST BR Root CA 1 2020
99
+ * D-TRUST EV Root CA 1 2020
100
+ * DigiCert TLS ECC P384 Root G5
101
+ * DigiCert TLS RSA4096 Root G5
102
+ * E-Tugra Global Root CA ECC v3
103
+ * E-Tugra Global Root CA RSA v3
104
+ * HiPKI Root CA - G1
105
+ * ISRG Root X2
106
+ * Security Communication ECC RootCA1
107
+ * Security Communication RootCA3
108
+ * Telia Root CA v2
109
+ * vTrus ECC Root CA
110
+ * vTrus Root CA
111
+
112
+ Certificates removed:
113
+ * Cybertrust Global Root
114
+ * DST Root CA X3
115
+ * GlobalSign Root CA - R2
116
+ * Hellenic Academic and Research Institutions RootCA 2011
117
+
118
+ #### Time zone update to 2022f
119
+
120
+ Time zone data has been updated to 2022f. This includes changes to Daylight
121
+ Savings Time (DST) for Fiji and Mexico. For more information, see
122
+ https://mm.icann.org/pipermail/tz-announce/2022-October/000075.html.
123
+
124
+ ### Commits
125
+
126
+ * \[[`436a596e99`](https://github.com/nodejs/node/commit/436a596e99)] - **crypto**: update root certificates (Luigi Pinca) [#45490](https://github.com/nodejs/node/pull/45490)
127
+ * \[[`4b422d34af`](https://github.com/nodejs/node/commit/4b422d34af)] - **deps**: V8: cherry-pick d2db7fa7f786 (Richard Lau) [#45785](https://github.com/nodejs/node/pull/45785)
128
+ * \[[`625f4bf3a9`](https://github.com/nodejs/node/commit/625f4bf3a9)] - **deps**: update corepack to 0.15.1 (Node.js GitHub Bot) [#45331](https://github.com/nodejs/node/pull/45331)
129
+ * \[[`48a9810de8`](https://github.com/nodejs/node/commit/48a9810de8)] - **deps**: update corepack to 0.15.0 (Node.js GitHub Bot) [#45235](https://github.com/nodejs/node/pull/45235)
130
+ * \[[`9f4e64b603`](https://github.com/nodejs/node/commit/9f4e64b603)] - **deps**: update timezone to 2022f (Richard Lau) [#45521](https://github.com/nodejs/node/pull/45521)
131
+ * \[[`f297b6bd21`](https://github.com/nodejs/node/commit/f297b6bd21)] - **deps**: update archs files for OpenSSL-1.1.1s (RafaelGSS) [#45272](https://github.com/nodejs/node/pull/45272)
132
+ * \[[`11629fef15`](https://github.com/nodejs/node/commit/11629fef15)] - **deps**: upgrade openssl sources to 1.1.1s (RafaelGSS) [#45272](https://github.com/nodejs/node/pull/45272)
133
+ * \[[`c3a90c4b44`](https://github.com/nodejs/node/commit/c3a90c4b44)] - **http2**: fix memory leak when nghttp2 hd threshold is reached (rogertyang) [#41502](https://github.com/nodejs/node/pull/41502)
134
+ * \[[`785dc3efee`](https://github.com/nodejs/node/commit/785dc3efee)] - **module**: cjs-module-lexer WebAssembly fallback (Guy Bedford) [#43612](https://github.com/nodejs/node/pull/43612)
135
+ * \[[`2dbeb889f6`](https://github.com/nodejs/node/commit/2dbeb889f6)] - **node-api**: handle no support for external buffers (Michael Dawson) [#45181](https://github.com/nodejs/node/pull/45181)
136
+ * \[[`5b2ea124f3`](https://github.com/nodejs/node/commit/5b2ea124f3)] - **test**: add test to validate changelogs for releases (Richard Lau) [#45325](https://github.com/nodejs/node/pull/45325)
137
+ * \[[`f13f889956`](https://github.com/nodejs/node/commit/f13f889956)] - **test**: add a test to ensure the correctness of timezone upgrades (Darshan Sen) [#45299](https://github.com/nodejs/node/pull/45299)
138
+ * \[[`5608e6fa72`](https://github.com/nodejs/node/commit/5608e6fa72)] - **tools**: update certdata.txt (Luigi Pinca) [#45490](https://github.com/nodejs/node/pull/45490)
139
+ * \[[`d6f1d7107b`](https://github.com/nodejs/node/commit/d6f1d7107b)] - **tools**: have test-asan use ubuntu-20.04 (Filip Skokan) [#45581](https://github.com/nodejs/node/pull/45581)
140
+ * \[[`370a00f737`](https://github.com/nodejs/node/commit/370a00f737)] - **tools**: make license-builder.sh comply with shellcheck 0.8.0 (Rich Trott) [#41258](https://github.com/nodejs/node/pull/41258)
141
+
142
+ <a id="14.21.1"></a>
143
+
144
+ ## 2022-11-04, Version 14.21.1 'Fermium' (LTS), @BethGriggs
145
+
146
+ This is a security release.
147
+
148
+ ### Notable changes
149
+
150
+ The following CVEs are fixed in this release:
151
+
152
+ * **[CVE-2022-43548](https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-43548)**: DNS rebinding in --inspect via invalid octal IP address (Medium)
153
+
154
+ More detailed information on each of the vulnerabilities can be found in [November 2022 Security Releases](https://nodejs.org/en/blog/vulnerability/november-2022-security-releases/) blog post.
155
+
156
+ ### Commits
157
+
158
+ * \[[`2b433af094`](https://github.com/nodejs/node/commit/2b433af094)] - **inspector**: harden IP address validation again (Tobias Nießen) [nodejs-private/node-private#354](https://github.com/nodejs-private/node-private/pull/354)
159
+
160
+ <a id="14.21.0"></a>
161
+
162
+ ## 2022-11-01, Version 14.21.0 'Fermium' (LTS), @danielleadams
163
+
164
+ ### Notable changes
165
+
166
+ * **deps**:
167
+ * update corepack to 0.14.2 (Node.js GitHub Bot) [#44775](https://github.com/nodejs/node/pull/44775)
168
+ * **src**:
169
+ * add --openssl-shared-config option (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
170
+
171
+ ### Commits
172
+
173
+ * \[[`773f587912`](https://github.com/nodejs/node/commit/773f587912)] - **deps**: cherry-pick libuv/libuv\@3a7b955 (Ben Noordhuis) [#43950](https://github.com/nodejs/node/pull/43950)
174
+ * \[[`a1dea66956`](https://github.com/nodejs/node/commit/a1dea66956)] - **deps**: cherry-pick libuv/libuv\@abb109f (Ben Noordhuis) [#43950](https://github.com/nodejs/node/pull/43950)
175
+ * \[[`98c49d81f5`](https://github.com/nodejs/node/commit/98c49d81f5)] - **deps**: update corepack to 0.14.2 (Node.js GitHub Bot) [#44775](https://github.com/nodejs/node/pull/44775)
176
+ * \[[`18c43c8518`](https://github.com/nodejs/node/commit/18c43c8518)] - **deps**: update timezone to tz2022e (Richard Lau) [#45094](https://github.com/nodejs/node/pull/45094)
177
+ * \[[`a1f8e4db48`](https://github.com/nodejs/node/commit/a1f8e4db48)] - **deps**: update corepack to 0.14.1 (Node.js GitHub Bot) [#44704](https://github.com/nodejs/node/pull/44704)
178
+ * \[[`e55389ca86`](https://github.com/nodejs/node/commit/e55389ca86)] - **deps**: update corepack to 0.14.0 (Node.js GitHub Bot) [#44509](https://github.com/nodejs/node/pull/44509)
179
+ * \[[`0227462418`](https://github.com/nodejs/node/commit/0227462418)] - **deps**: update corepack to 0.13.0 (Node.js GitHub Bot) [#44318](https://github.com/nodejs/node/pull/44318)
180
+ * \[[`ee24c320ea`](https://github.com/nodejs/node/commit/ee24c320ea)] - **deps**: update corepack to 0.12.3 (Node.js GitHub Bot) [#44229](https://github.com/nodejs/node/pull/44229)
181
+ * \[[`28e9891449`](https://github.com/nodejs/node/commit/28e9891449)] - **deps**: update corepack to 0.12.2 (Node.js GitHub Bot) [#44159](https://github.com/nodejs/node/pull/44159)
182
+ * \[[`b6972c9df2`](https://github.com/nodejs/node/commit/b6972c9df2)] - **deps**: update corepack to 0.12.1 (Node.js GitHub Bot) [#43965](https://github.com/nodejs/node/pull/43965)
183
+ * \[[`9d6cb3b5f1`](https://github.com/nodejs/node/commit/9d6cb3b5f1)] - **deps**: update corepack to 0.12.0 (Node.js GitHub Bot) [#43748](https://github.com/nodejs/node/pull/43748)
184
+ * \[[`fa6c276b4f`](https://github.com/nodejs/node/commit/fa6c276b4f)] - **deps**: update Corepack to 0.11.2 (Maël Nison) [#43402](https://github.com/nodejs/node/pull/43402)
185
+ * \[[`4f83d75626`](https://github.com/nodejs/node/commit/4f83d75626)] - **(SEMVER-MAJOR)** **src,doc,test**: add --openssl-shared-config option (Daniel Bevenius) [#43124](https://github.com/nodejs/node/pull/43124)
186
+ * \[[`9487028043`](https://github.com/nodejs/node/commit/9487028043)] - **test**: fix intl tests on small-icu builds (Antoine du Hamel) [#41939](https://github.com/nodejs/node/pull/41939)
187
+ * \[[`a1d52097f8`](https://github.com/nodejs/node/commit/a1d52097f8)] - **tools**: add more options to track flaky tests (Antoine du Hamel) [#43954](https://github.com/nodejs/node/pull/43954)
188
+
78
189
  <a id="14.20.1"></a>
79
190
 
80
191
  ## 2022-09-23, Version 14.20.1 'Fermium' (LTS), @bengl
package/LICENSE CHANGED
@@ -636,56 +636,129 @@ The externally maintained libraries used by Node.js are:
636
636
 
637
637
  - OpenSSL, located at deps/openssl, is licensed as follows:
638
638
  """
639
- Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
640
-
641
- Redistribution and use in source and binary forms, with or without
642
- modification, are permitted provided that the following conditions
643
- are met:
644
-
645
- 1. Redistributions of source code must retain the above copyright
646
- notice, this list of conditions and the following disclaimer.
647
-
648
- 2. Redistributions in binary form must reproduce the above copyright
649
- notice, this list of conditions and the following disclaimer in
650
- the documentation and/or other materials provided with the
651
- distribution.
652
-
653
- 3. All advertising materials mentioning features or use of this
654
- software must display the following acknowledgment:
655
- "This product includes software developed by the OpenSSL Project
656
- for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
657
-
658
- 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
659
- endorse or promote products derived from this software without
660
- prior written permission. For written permission, please contact
661
- openssl-core@openssl.org.
662
-
663
- 5. Products derived from this software may not be called "OpenSSL"
664
- nor may "OpenSSL" appear in their names without prior written
665
- permission of the OpenSSL Project.
666
-
667
- 6. Redistributions of any form whatsoever must retain the following
668
- acknowledgment:
669
- "This product includes software developed by the OpenSSL Project
670
- for use in the OpenSSL Toolkit (http://www.openssl.org/)"
671
-
672
- THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
673
- EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
674
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
675
- PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
676
- ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
677
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
678
- NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
679
- LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
680
- HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
681
- STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
682
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
683
- OF THE POSSIBILITY OF SUCH DAMAGE.
684
- ====================================================================
685
-
686
- This product includes cryptographic software written by Eric Young
687
- (eay@cryptsoft.com). This product includes software written by Tim
688
- Hudson (tjh@cryptsoft.com).
639
+ LICENSE ISSUES
640
+ ==============
641
+
642
+ The OpenSSL toolkit stays under a double license, i.e. both the conditions of
643
+ the OpenSSL License and the original SSLeay license apply to the toolkit.
644
+ See below for the actual license texts.
645
+
646
+ OpenSSL License
647
+ ---------------
648
+
649
+ /* ====================================================================
650
+ * Copyright (c) 1998-2019 The OpenSSL Project. All rights reserved.
651
+ *
652
+ * Redistribution and use in source and binary forms, with or without
653
+ * modification, are permitted provided that the following conditions
654
+ * are met:
655
+ *
656
+ * 1. Redistributions of source code must retain the above copyright
657
+ * notice, this list of conditions and the following disclaimer.
658
+ *
659
+ * 2. Redistributions in binary form must reproduce the above copyright
660
+ * notice, this list of conditions and the following disclaimer in
661
+ * the documentation and/or other materials provided with the
662
+ * distribution.
663
+ *
664
+ * 3. All advertising materials mentioning features or use of this
665
+ * software must display the following acknowledgment:
666
+ * "This product includes software developed by the OpenSSL Project
667
+ * for use in the OpenSSL Toolkit. (http://www.openssl.org/)"
668
+ *
669
+ * 4. The names "OpenSSL Toolkit" and "OpenSSL Project" must not be used to
670
+ * endorse or promote products derived from this software without
671
+ * prior written permission. For written permission, please contact
672
+ * openssl-core@openssl.org.
673
+ *
674
+ * 5. Products derived from this software may not be called "OpenSSL"
675
+ * nor may "OpenSSL" appear in their names without prior written
676
+ * permission of the OpenSSL Project.
677
+ *
678
+ * 6. Redistributions of any form whatsoever must retain the following
679
+ * acknowledgment:
680
+ * "This product includes software developed by the OpenSSL Project
681
+ * for use in the OpenSSL Toolkit (http://www.openssl.org/)"
682
+ *
683
+ * THIS SOFTWARE IS PROVIDED BY THE OpenSSL PROJECT ``AS IS'' AND ANY
684
+ * EXPRESSED OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
685
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
686
+ * PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE OpenSSL PROJECT OR
687
+ * ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
688
+ * SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
689
+ * NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
690
+ * LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
691
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT,
692
+ * STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
693
+ * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED
694
+ * OF THE POSSIBILITY OF SUCH DAMAGE.
695
+ * ====================================================================
696
+ *
697
+ * This product includes cryptographic software written by Eric Young
698
+ * (eay@cryptsoft.com). This product includes software written by Tim
699
+ * Hudson (tjh@cryptsoft.com).
700
+ *
701
+ */
702
+
703
+ Original SSLeay License
704
+ -----------------------
705
+
706
+ /* Copyright (C) 1995-1998 Eric Young (eay@cryptsoft.com)
707
+ * All rights reserved.
708
+ *
709
+ * This package is an SSL implementation written
710
+ * by Eric Young (eay@cryptsoft.com).
711
+ * The implementation was written so as to conform with Netscapes SSL.
712
+ *
713
+ * This library is free for commercial and non-commercial use as long as
714
+ * the following conditions are aheared to. The following conditions
715
+ * apply to all code found in this distribution, be it the RC4, RSA,
716
+ * lhash, DES, etc., code; not just the SSL code. The SSL documentation
717
+ * included with this distribution is covered by the same copyright terms
718
+ * except that the holder is Tim Hudson (tjh@cryptsoft.com).
719
+ *
720
+ * Copyright remains Eric Young's, and as such any Copyright notices in
721
+ * the code are not to be removed.
722
+ * If this package is used in a product, Eric Young should be given attribution
723
+ * as the author of the parts of the library used.
724
+ * This can be in the form of a textual message at program startup or
725
+ * in documentation (online or textual) provided with the package.
726
+ *
727
+ * Redistribution and use in source and binary forms, with or without
728
+ * modification, are permitted provided that the following conditions
729
+ * are met:
730
+ * 1. Redistributions of source code must retain the copyright
731
+ * notice, this list of conditions and the following disclaimer.
732
+ * 2. Redistributions in binary form must reproduce the above copyright
733
+ * notice, this list of conditions and the following disclaimer in the
734
+ * documentation and/or other materials provided with the distribution.
735
+ * 3. All advertising materials mentioning features or use of this software
736
+ * must display the following acknowledgement:
737
+ * "This product includes cryptographic software written by
738
+ * Eric Young (eay@cryptsoft.com)"
739
+ * The word 'cryptographic' can be left out if the rouines from the library
740
+ * being used are not cryptographic related :-).
741
+ * 4. If you include any Windows specific code (or a derivative thereof) from
742
+ * the apps directory (application code) you must include an acknowledgement:
743
+ * "This product includes software written by Tim Hudson (tjh@cryptsoft.com)"
744
+ *
745
+ * THIS SOFTWARE IS PROVIDED BY ERIC YOUNG ``AS IS'' AND
746
+ * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
747
+ * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
748
+ * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
749
+ * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
750
+ * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
751
+ * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
752
+ * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
753
+ * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
754
+ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
755
+ * SUCH DAMAGE.
756
+ *
757
+ * The licence and distribution terms for any publically available version or
758
+ * derivative of this code cannot be changed. i.e. this code cannot simply be
759
+ * copied and put under another distribution licence
760
+ * [including the GNU Public Licence.]
761
+ */
689
762
  """
690
763
 
691
764
  - Punycode.js, located at lib/punycode.js, is licensed as follows:
package/bin/node CHANGED
Binary file
@@ -36,7 +36,7 @@
36
36
 
37
37
  # Reset this number to 0 on major V8 upgrades.
38
38
  # Increment by one for each non-official patch applied to deps/v8.
39
- 'v8_embedder_string': '-node.87',
39
+ 'v8_embedder_string': '-node.88',
40
40
 
41
41
  ##### V8 defaults for Node.js #####
42
42