mirror of https://github.com/nodejs/node.git
deps: update zlib to 1.2.13.1-motley-f81f385
PR-URL: https://github.com/nodejs/node/pull/48541 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Mohammed Keyvanzadeh <mohammadkeyvanzade94@gmail.com> Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>pull/48592/head
parent
5e5a01b7f0
commit
0ffad8afc5
|
@ -407,9 +407,8 @@ Compression GetCompressionMethod(const base::FilePath& path) {
|
|||
|
||||
// Well known filename extensions of files that a likely to be already
|
||||
// compressed. The extensions are in lower case without the leading dot.
|
||||
static const base::NoDestructor<
|
||||
std::unordered_set<StringPiece, base::StringPieceHashImpl<StringPiece>>>
|
||||
exts(std::initializer_list<StringPiece>{
|
||||
static const base::NoDestructor<std::unordered_set<StringPiece>> exts(
|
||||
std::initializer_list<StringPiece>{
|
||||
FILE_PATH_LITERAL("3g2"), //
|
||||
FILE_PATH_LITERAL("3gp"), //
|
||||
FILE_PATH_LITERAL("7z"), //
|
||||
|
|
|
@ -31,7 +31,7 @@ This a list of all the dependencies:
|
|||
* [undici 5.22.1][]
|
||||
* [uvwasi 0.0.16][]
|
||||
* [V8 11.3.244.8][]
|
||||
* [zlib 1.2.13.1-motley-3ca9f16][]
|
||||
* [zlib 1.2.13.1-motley-f81f385][]
|
||||
|
||||
Any code which meets one or more of these conditions should
|
||||
be managed as a dependency:
|
||||
|
@ -311,7 +311,7 @@ See [maintaining-web-assembly][] for more informations.
|
|||
high-performance JavaScript and WebAssembly engine, written in C++.
|
||||
See [maintaining-V8][] for more informations.
|
||||
|
||||
### zlib 1.2.13.1-motley-3ca9f16
|
||||
### zlib 1.2.13.1-motley-f81f385
|
||||
|
||||
The [zlib](https://chromium.googlesource.com/chromium/src/+/refs/heads/main/third_party/zlib)
|
||||
dependency lossless data-compression library,
|
||||
|
@ -349,4 +349,4 @@ performance improvements not currently available in standard zlib.
|
|||
[update-openssl-action]: ../../../.github/workflows/update-openssl.yml
|
||||
[uvwasi 0.0.16]: #uvwasi-0016
|
||||
[v8 11.3.244.8]: #v8-1132448
|
||||
[zlib 1.2.13.1-motley-3ca9f16]: #zlib-12131-motley-3ca9f16
|
||||
[zlib 1.2.13.1-motley-f81f385]: #zlib-12131-motley-f81f385
|
||||
|
|
Loading…
Reference in New Issue