From 6b6d5d91e9231f78a7e3ab44e4b580b1c694f849 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 ++--- 2 files changed, 2 insertions(+), 3 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"), //