From d96f921d06d9d706dc424625e95a18c41b7e78be Mon Sep 17 00:00:00 2001 From: "Node.js GitHub Bot" Date: Thu, 29 Jun 2023 05:58:01 +0100 Subject: [PATCH] deps: update zlib to 1.2.13.1-motley-f81f385 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/48541 Reviewed-By: Luigi Pinca Reviewed-By: Antoine du Hamel Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Juan José Arboleda --- deps/zlib/contrib/bench/OWNERS | 0 deps/zlib/google/zip_internal.cc | 5 ++--- doc/contributing/maintaining/maintaining-dependencies.md | 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) delete mode 100644 deps/zlib/contrib/bench/OWNERS diff --git a/deps/zlib/contrib/bench/OWNERS b/deps/zlib/contrib/bench/OWNERS deleted file mode 100644 index e69de29bb2d1d6..00000000000000 diff --git a/deps/zlib/google/zip_internal.cc b/deps/zlib/google/zip_internal.cc index e65d7ce6b5f464..c986e763cccda3 100644 --- a/deps/zlib/google/zip_internal.cc +++ b/deps/zlib/google/zip_internal.cc @@ -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>> - exts(std::initializer_list{ + static const base::NoDestructor> exts( + std::initializer_list{ FILE_PATH_LITERAL("3g2"), // FILE_PATH_LITERAL("3gp"), // FILE_PATH_LITERAL("7z"), // diff --git a/doc/contributing/maintaining/maintaining-dependencies.md b/doc/contributing/maintaining/maintaining-dependencies.md index 163643f55161ef..72e13a05895630 100644 --- a/doc/contributing/maintaining/maintaining-dependencies.md +++ b/doc/contributing/maintaining/maintaining-dependencies.md @@ -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