Skip to content

Commit 266b628

Browse files
committed
zstd_vendor: update to v1.5.5
Facebook recently published a patch update to fix a data corruption bug in their zstd compression library. See the release notes here: https://github.com/facebook/zstd/releases/tag/v1.5.5 See also the bug-fix patch here: facebook/zstd#3517 Signed-off-by: James Smith <[email protected]>
1 parent 7e91733 commit 266b628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zstd_vendor/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ macro(build_zstd)
3535
# We need to configure the CMake command to build from there instead.
3636
externalproject_add(zstd-${zstd_version}
3737
GIT_REPOSITORY https://github.com/facebook/zstd.git
38-
GIT_TAG 97a3da1df009d4dc67251de0c4b1c9d7fe286fc1 # v1.4.8
38+
GIT_TAG 63779c798237346c2b245c546c40b72a5a5913fe # v1.5.5
3939
GIT_CONFIG advice.detachedHead=false
4040
# Suppress git update due to https://gitlab.kitware.com/cmake/cmake/-/issues/16419
4141
# See https://github.com/ament/uncrustify_vendor/pull/22 for details

0 commit comments

Comments
 (0)