File nodejs16.changes of Package nodejs16 (Revision 99cf5f505f14c66d022ee9ba5ce04f28)
Currently displaying revision 99cf5f505f14c66d022ee9ba5ce04f28 , Show latest
356
1
-------------------------------------------------------------------
2
Mon Nov 7 09:04:49 UTC 2022 - Adam Majer <adam.majer@suse.de>
3
4
- Update to LTS versino 16.18.1:
5
* inspector: DNS rebinding in --inspect via invalid octal IP
6
(bsc#1205119, CVE-2022-43548)
7
8
-------------------------------------------------------------------
9
Thu Oct 13 08:29:08 UTC 2022 - Adam Majer <adam.majer@suse.de>
10
11
- Update to LTS version 16.18.0:
12
* http: throw error on content-length mismatch
13
* stream: add ReadableByteStream.tee()
14
* deps: npm updated to 8.19.2
15
16
- nodejs-libpath.patch, fix_ci_tests.patch, versioned.patch: refreshed
17
- undici_5.8.1.patch, undici_5.8.2.patch: upstreamed and removed
18
- systemtap.patch: upstream regression
19
20
-------------------------------------------------------------------
21
Mon Sep 26 14:20:03 UTC 2022 - Adam Majer <adam.majer@suse.de>
22
23
- Update to Nodejs 16.17.1:
24
* deps: llhttp updated to 6.0.9
25
+ CVE-2022-32213 bypass via obs-fold mechanic (bsc#1201325)
26
+ Incorrect Parsing of Multi-line Transfer-Encoding
27
(CVE-2022-32215, bsc#1201327)
28
+ Incorrect Parsing of Header Fields (CVE-2022-35256, bsc#1203832)
29
* crypto: fix weak randomness in WebCrypto keygen
30
(CVE-2022-35255, bsc#1203831)
31
32
-------------------------------------------------------------------
33
Sat Sep 17 10:35:31 UTC 2022 - Bruno Pitrus <brunopitrus@hotmail.com>
34
35
- Skip test-fs-utimes-y2K38.js on armv6hl as well as armv7hl.
36
37
-------------------------------------------------------------------
38
Thu Aug 25 14:10:41 UTC 2022 - Adam Majer <adam.majer@suse.de>
39
40
- undici_5.8.1.patch, undici_5.8.2.patch: update undici to 5.8.2
41
(bsc#1202382, CVE-2022-35949, bsc#1202383, CVE-2022-35948)
42
43
-------------------------------------------------------------------
44
Tue Aug 16 14:53:04 UTC 2022 - Adam Majer <adam.majer@suse.de>
45
46
- enable crypto-policies for SLE15 SP4+ and TW (bsc#1200303)
47
- Update to LTS version 16.17.0:
48
* deps: upgrade npm to 8.15.0
49
* Improved interoperability of the Web Crypto API
50
* Updated Undici to 5.8.0 (bsc#1201710, CVE-2022-31150)
51
For full list of changes, see
52
https://github.com/nodejs/node/blob/main/doc/changelogs/CHANGELOG_V16.md#16.17.0
53
54
- nodejs-libpath.patch, versioned.patch: refreshed patches
55
56
-------------------------------------------------------------------
57
Mon Jul 11 12:07:16 UTC 2022 - Adam Majer <adam.majer@suse.de>
58
59
- Update to LTS version 16.16.0:
60
* http: stricter Transfer-Encoding and header separator parsing
61
(bsc#1201325, bsc#1201326, bsc#1201327,
62
CVE-2022-32213, CVE-2022-32214, CVE-2022-32215)
63
* src: fix IPv4 validation in inspector_socket
64
(bsc#1201328, CVE-2022-32212)
65
66
-------------------------------------------------------------------
67
Thu Jun 23 13:42:03 UTC 2022 - Ferdinand Thiessen <rpm@fthiessen.de>
68
69
- Update to LTS version 16.15.1
70
* upgrade npm to 8.11.0 (bsc#1200517, CVE-2022-29244)
71
- Update to LTS version 16.15.0
72
* Add experimental support to the fetch API. This adds the
73
`--experimental-fetch` flag that installs the fetch, Request,
74
Response, Headers, and FormData globals.
75
* Broken x32 support is removed
76
* crypto: Add KeyObject.prototype.equals method
77
* esm: support https remotely and http locally under flag
78
* module: unflag esm jso
79
80
- rebased: nodejs-libpath.patch, npm_search_paths.patch, versioned.patch
81
82
-------------------------------------------------------------------
83
Wed Apr 13 12:55:22 UTC 2022 - Adam Majer <adam.majer@suse.de>
84
85
- update to LTS release 16.14.2:
86
* deps: upgrade openssl sources to OpenSSL_1_1_1n
87
88
- fix_ci_tests.patch: refreshed
89
90
-------------------------------------------------------------------
91
Wed Mar 16 11:01:02 UTC 2022 - Adam Majer <adam.majer@suse.de>
92
93
- update to LTS release 16.14.1:
94
* deps: upgrade npm to 8.5.0
95
* http2: fix memory leak on nghttp2 hd threshold
96
97
- 42342.patch: upstreamed, dropped
98
- versioned.patch: refreshed
99
100
-------------------------------------------------------------------
101
Tue Mar 15 13:29:20 UTC 2022 - Adam Majer <adam.majer@suse.de>
102
103
- 42342.patch: fix expired certificates in unit tests
104
105
-------------------------------------------------------------------
106
Thu Feb 17 12:31:36 UTC 2022 - Adam Majer <adam.majer@suse.de>
107
108
- update to LTS release 16.14.0:
109
* deps: upgrade npm to 8.1.4
110
* child_process: add support for URL to cp.fork
111
* fs: accept URL as argument for fs.rm and fs.rmSync
112
* lib:
113
+ make AbortSignal cloneable/transferable
114
+ add AbortSignal.timeout
115
+ add reason to AbortSignal
116
+ add unsubscribe method to non-active DC channels
117
* process: add getActiveResourcesInfo()
118
* src:
119
+ add x509.fingerprint512 to crypto module
120
+ add flags for controlling process behavior
121
* stream:
122
+ add map and filter methods to readable
123
+ deprecate thenable support
124
* timers: add experimental scheduler api
125
* util:
126
+ add numericSeparator to util.inspect
127
+ always visualize cause property in errors during inspection
128
+ pass through the inspect function to custom inspect functions
129
130
npm_search_paths.patch, versioned.patch: refreshed
131
132
-------------------------------------------------------------------
133
Fri Jan 28 16:09:53 UTC 2022 - Adam Majer <adam.majer@suse.de>
134
135
- Add buildtime version check to determine if we need patched
136
openssl Requires: or already in upstream. (bsc#1192489)
137
138
-------------------------------------------------------------------
139
Tue Jan 18 08:29:18 UTC 2022 - Adam Majer <adam.majer@suse.de>
140
141
- rsa-pss-revert.patch: dropped, since openssl updated with needed
142
functionality
143
144
-------------------------------------------------------------------
145
Tue Jan 11 18:48:04 UTC 2022 - Adam Majer <adam.majer@suse.de>
146
147
- update to 16.13.2:
148
Security update fixing the following issues:
149
150
* Improper handling of URI Subject Alternative Names (Medium)
151
(CVE-2021-44531, bsc#1194511)
152
* Certificate Verification Bypass via String Injection (Medium)
153
(CVE-2021-44532, bsc#1194512)
154
* Incorrect handling of certificate subject and issuer fields (Medium)
155
(CVE-2021-44533, bsc#1194513)
156
* Prototype pollution via console.table properties (Low)
157
(CVE-2022-21824, bsc#1194514)
158
159
-------------------------------------------------------------------
160
Wed Jan 5 20:50:19 UTC 2022 - Adam Majer <adam.majer@suse.de>
161
162
- fix_ci_tests.patch: fix tests on s390x
163
164
-------------------------------------------------------------------
165
Tue Jan 4 12:17:19 UTC 2022 - Adam Majer <adam.majer@suse.de>
166
167
- rsa-pss-revert.patch: temporarily revert functionality requiring
168
newer openssl
169
170
-------------------------------------------------------------------
171
Tue Dec 7 16:42:18 UTC 2021 - Adam Majer <adam.majer@suse.de>
172
173
- Update to 16.13.1:
174
* deps: upgrade npm to 8.1.2
175
* lib: fix regular expression to detect `/` and `\`
176
177
- 40670.patch: upstreamed
178
- fix_ci_tests.patch: refreshed
179
180
-------------------------------------------------------------------
181
Thu Nov 25 12:21:25 UTC 2021 - Guillaume GARDET <guillaume.gardet@opensuse.org>
182
183
- Fix CXXFLAGS in Tumbleweed - boo#1192824
184
185
-------------------------------------------------------------------
186
Tue Nov 9 10:43:16 UTC 2021 - Adam Majer <adam.majer@suse.de>
187
188
- BR python 3.6+
189
190
-------------------------------------------------------------------
191
Sat Nov 6 14:13:02 UTC 2021 - Adam Majer <adam.majer@suse.de>
192
193
- Update to 16.13.0:
194
* Experimental ESM Loader Hooks API
195
https://github.com/nodejs/node/pull/37468
196
* deps: upgrade npm to 8.1.0 (npm team)
197
* vm: add support for import assertions in dynamic imports
198
199
- Changes in 16.11.1:
200
* deps: update llhttp to 6.0.4
201
- HTTP Request Smuggling due to spaced in headers
202
(bsc#1191601, CVE-2021-22959)
203
- HTTP Request Smuggling when parsing the body
204
(bsc#1191602, CVE-2021-22960)
205
206
- Changes in 16.11.0:
207
* deps: update nghttp2 to v1.45.1
208
209
- Changes in 16.10.0:
210
* crypto: add rsa-pss keygen parameters
211
* fs: make open and close stream override optional when unused
212
* http: limit requests per connection
213
The maximum number of requests a socket can handle before closing
214
keep alive connection can be set with server.maxRequestsPerSocket.
215
* src: add --no-global-search-paths cli option
216
* stream: add signal support to pipeline generators
217
218
- Changes in 16.9.0:
219
* Added support for corepack
220
* crypto: add RSA-PSS params to asymmetricKeyDetails
221
* module: support pattern trailers
222
* stream: add stream.compose
223
224
- Changes in 16.8.0:
225
* doc: deprecate type coercion for dns.lookup options
226
* stream: add stream.Duplex.from utility and isDisturbed helper
227
* util: expose toUSVString
228
229
- Changes in 16.7.0:
230
* fs: experimental: add recursive cp method
231
232
- refreshed: fix_ci_tests.patch, flaky_test_rerun.patch,
233
nodejs-libpath.patch, sle12_python3_compat.patch,
234
versioned.patch, node_modules.tar.xz
235
236
-------------------------------------------------------------------
237
Tue Nov 2 14:40:41 UTC 2021 - Dominique Leuenberger <dimstar@opensuse.org>
238
239
- Add 40670.patch: test: fix test-datetime-change-notify after
240
daylight change.
241
242
-------------------------------------------------------------------
243
Fri Oct 15 19:57:42 UTC 2021 - Bernhard Voelker <mail@bernhard-voelker.de>
244
245
- test-skip-y2038-on-32bit-time_t.patch: Add patch to skip the test
246
'test/parallel/test-fs-utimes-y2K38.js' which fails with a FP
247
on platforms with 32-bit time_t.
248
- nodejs16.spec: Reference it.
249
250
-------------------------------------------------------------------
251
Thu Aug 12 13:51:48 UTC 2021 - Adam Majer <adam.majer@suse.de>
252
253
- Update to 16.6.2:
254
* CVE-2021-3672/CVE-2021-22931: Improper handling of untypical
255
characters in domain names (bsc#1189370, bsc#1188881)
256
* CVE-2021-22940: Use after free on close http2 on stream canceling
257
(bsc#1189368)
258
* CVE-2021-22939: Incomplete validation of rejectUnauthorized parameter
259
(bsc#1189369)
260
* deps: upgrade npm to 7.20.3
261
* deps: revert ABI-breaking change from V8 9.2
262
* module: fix ERR_REQUIRE_ESM error for null frames
263
264
- cares_public_headers.patch: don't use private headers
265
266
-------------------------------------------------------------------
267
Mon Aug 2 13:02:58 UTC 2021 - Adam Majer <adam.majer@suse.de>
268
269
- Update to 16.6.0:
270
http2: fixes use after free on close http2 on stream canceling
271
(bsc#1188917, CVE-2021-22930)
272
273
-------------------------------------------------------------------
274
Thu Jul 22 12:18:32 UTC 2021 - Adam Majer <adam.majer@suse.de>
275
276
- legacy_python.patch: fix building with python 3.4 in SLE-12
277
278
-------------------------------------------------------------------
279
Wed Jul 21 21:57:54 UTC 2021 - Adam Majer <adam.majer@suse.de>
280
281
- Update to 16.5.0:
282
* deps: upgrade npm to 7.19.1
283
* fs: allow empty string for temp directory prefix
284
* Node.js now exposes an experimental implementation of the
285
Web Streams API
286
287
-------------------------------------------------------------------
288
Fri Jul 2 15:17:09 UTC 2021 - Adam Majer <adam.majer@suse.de>
289
290
- Update to 16.4.1:
291
deps: libuv upgrade - Out of bounds read (Medium)
292
(bsc#1187973, CVE-2021-22918)
293
294
-------------------------------------------------------------------
295
Thu Jul 1 13:34:05 UTC 2021 - Adam Majer <adam.majer@suse.de>
296
297
- node-gyp_7.1.2.tar.xz: for SLE-12, use latest node-gyp that
298
is compatible with python 3.4
299
300
-------------------------------------------------------------------
301
Wed Jun 23 12:57:04 UTC 2021 - Adam Majer <adam.majer@suse.de>
302
303
- Update to 16.4.0:
304
* async_hooks: stabilize part of AsyncLocalStorage
305
* deps:
306
+ upgrade npm to 7.18.1
307
+ update V8 to 9.1.269.36
308
* dns: allow --dns-result-order to change default dns verbatim
309
310
-------------------------------------------------------------------
311
Mon Jun 21 05:01:32 UTC 2021 - Andreas Schneider <asn@cryptomilk.org>
312
313
- Allow building for Fedora in the OBS
314
315
-------------------------------------------------------------------
316
Fri Jun 4 20:59:13 UTC 2021 - Dirk Müller <dmueller@suse.com>
317
318
- update to 16.3.0:
319
* add -C alias for --conditions flag
320
* add workspaces support to npm install commands
321
322
-------------------------------------------------------------------
323
Mon May 31 16:27:44 UTC 2021 - Adam Majer <adam.majer@suse.de>
324
325
- Use libalternatives instead of update-alternatives
326
327
-------------------------------------------------------------------
328
Thu May 20 14:56:23 UTC 2021 - Adam Majer <adam.majer@suse.de>
329
330
- New upstream version 16.2.0:
331
* async_hooks: use new v8::Context PromiseHook API
332
* deps: npm updated to 7.13.0
333
* lib: support setting process.env.TZ on windows
334
* module: add support for URL to import.meta.resolve
335
* process: add 'worker' event
336
* util: add util.types.isKeyObject and util.types.isCryptoKey
337
338
-------------------------------------------------------------------
339
Wed May 5 11:21:13 UTC 2021 - Adam Majer <adam.majer@suse.de>
340
341
- New upstream version 16.1.0
342
fs: allow no-params fsPromises fileHandle read
343
344
-------------------------------------------------------------------
345
Tue May 4 12:00:35 UTC 2021 - Adam Majer <adam.majer@suse.de>
346
347
- New upstrean version 16.0.0:
348
For complete list of changes since 15.x, please see
349
https://github.com/nodejs/node/blob/master/doc/changelogs/CHANGELOG_V16.md#16.0.0
350
351
-------------------------------------------------------------------
352
Wed Mar 17 12:05:50 UTC 2021 - Adam Majer <adam.majer@suse.de>
353
354
- Import staging 16.x
355
356