Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 320b576

Browse filesBrowse files
nodejs-github-botaduh95
authored andcommitted
deps: update zlib to 1.3.1-e00f703
PR-URL: #61135 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Gürgün Dayıoğlu <hey@gurgun.day>
1 parent 73c0a24 commit 320b576
Copy full SHA for 320b576

2 files changed

+6-11Lines changed: 6 additions & 11 deletions

File tree

Expand file treeCollapse file tree
Open diff view settings
Filter options
Expand file treeCollapse file tree
Open diff view settings
Collapse file

‎deps/zlib/BUILD.gn‎

Copy file name to clipboardExpand all lines: deps/zlib/BUILD.gn
+5-10Lines changed: 5 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -67,15 +67,10 @@ source_set("zlib_common_headers") {
6767
]
6868
}
6969

70-
use_arm_neon_optimizations = false
71-
if ((current_cpu == "arm" || current_cpu == "arm64") &&
72-
!(is_win && !is_clang)) {
73-
# TODO(ritownsend@google.com): Optimizations temporarily disabled for
74-
# Windows on Arm MSVC builds, see http://crbug.com/v8/10012.
75-
if (arm_use_neon) {
76-
use_arm_neon_optimizations = true
77-
}
78-
}
70+
# TODO(ritownsend@google.com): Optimizations temporarily disabled for
71+
# Windows on Arm MSVC builds, see http://crbug.com/v8/10012.
72+
use_arm_neon_optimizations =
73+
(current_cpu == "arm" || current_cpu == "arm64") && !(is_win && !is_clang)
7974

8075
use_x86_x64_optimizations =
8176
(current_cpu == "x86" || current_cpu == "x64") && !is_ios
@@ -367,7 +362,7 @@ component("zlib") {
367362
configs -= [ "//build/config/compiler:chromium_code" ]
368363
configs += [ "//build/config/compiler:no_chromium_code" ]
369364

370-
if (zlib_symbols_visible) {
365+
if (is_posix && zlib_symbols_visible) {
371366
configs -= [ "//build/config/gcc:symbol_visibility_hidden" ]
372367
configs += [ "//build/config/gcc:symbol_visibility_default" ]
373368
}
Collapse file

‎src/zlib_version.h‎

Copy file name to clipboardExpand all lines: src/zlib_version.h
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
// Refer to tools/dep_updaters/update-zlib.sh
33
#ifndef SRC_ZLIB_VERSION_H_
44
#define SRC_ZLIB_VERSION_H_
5-
#define ZLIB_VERSION "1.3.1-63d7e16"
5+
#define ZLIB_VERSION "1.3.1-e00f703"
66
#endif // SRC_ZLIB_VERSION_H_

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.