Skip to content

Commit 5d9ecdd

Browse files
henrikedinevergreen
authored andcommitted
SERVER-43710 Upgrade Zstandard to version 1.4.3
1 parent 9471cc8 commit 5d9ecdd

File tree

480 files changed

+24332
-12008
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

480 files changed

+24332
-12008
lines changed

README.third_party.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ a notice will be included in
5050
| [wiredtiger] | | | <sup>\[<a href="#note_wt" id="ref_wt">2</a>]</sup> |||
5151
| [yaml-cpp] | MIT | 0.6.2 | 0.6.2 | ||
5252
| [Zlib] | Zlib | 1.2.11 | 1.2.11 |||
53-
| [Zstandard] | BSD-3-Clause | 1.4.2 | 1.3.7 |||
53+
| [Zstandard] | BSD-3-Clause | 1.4.3 | 1.4.3 |||
5454

5555
[abseil-cpp]: https://github.com/abseil/abseil-cpp
5656
[ASIO]: https://github.com/chriskohlhoff/asio

src/third_party/SConscript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Import("wiredtiger")
1313
boostSuffix = "-1.70.0"
1414
snappySuffix = '-1.1.7'
1515
zlibSuffix = '-1.2.11'
16-
zstdSuffix = '-1.3.7'
16+
zstdSuffix = '-1.4.3'
1717
pcreSuffix = "-8.42"
1818
mozjsSuffix = '-60'
1919
yamlSuffix = '-0.6.2'

src/third_party/scripts/zstandard_get_sources.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ if grep -q Microsoft /proc/version; then
1818
fi
1919

2020
NAME=zstandard
21-
REVISION=v1.3.7
21+
REVISION=1.4.3
2222
if grep -q Microsoft /proc/version; then
2323
SRC_ROOT=$(wslpath -u $(powershell.exe -Command "Get-ChildItem Env:TEMP | Get-Content | Write-Host"))
2424
SRC_ROOT+="$(mktemp -u /zstandard.XXXXXX)"
@@ -32,8 +32,8 @@ CLONE_DEST=$SRC
3232
if grep -q Microsoft /proc/version; then
3333
CLONE_DEST=$(wslpath -m $SRC)
3434
fi
35-
DEST_DIR=$($GIT_EXE rev-parse --show-toplevel)/src/third_party/$NAME-1.3.7
36-
PATCH_DIR=$($GIT_EXE rev-parse --show-toplevel)/src/third_party/$NAME-1.3.7/patches
35+
DEST_DIR=$($GIT_EXE rev-parse --show-toplevel)/src/third_party/$NAME-$REVISION
36+
PATCH_DIR=$($GIT_EXE rev-parse --show-toplevel)/src/third_party/$NAME-$REVISION/patches
3737
if grep -q Microsoft /proc/version; then
3838
DEST_DIR=$(wslpath -u "$DEST_DIR")
3939
PATCH_DIR=$(wslpath -w $(wslpath -u "$PATCH_DIR"))
@@ -46,7 +46,7 @@ if [ ! -d $SRC ]; then
4646
$GIT_EXE clone https://github.com/facebook/zstd.git $CLONE_DEST
4747

4848
pushd $SRC
49-
$GIT_EXE checkout $REVISION
49+
$GIT_EXE checkout v$REVISION
5050

5151
popd
5252
fi

src/third_party/zstandard-1.3.7/zstd/build/cmake/CMakeModules/GetZstdLibraryVersion.cmake

Lines changed: 0 additions & 9 deletions
This file was deleted.

src/third_party/zstandard-1.3.7/zstd/contrib/meson/README

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/third_party/zstandard-1.3.7/zstd/contrib/meson/meson.build

Lines changed: 0 additions & 144 deletions
This file was deleted.

src/third_party/zstandard-1.3.7/zstd/contrib/meson/meson_options.txt

Lines changed: 0 additions & 3 deletions
This file was deleted.

src/third_party/zstandard-1.3.7/zstd/examples/dictionary_decompression.c

Lines changed: 0 additions & 131 deletions
This file was deleted.

0 commit comments

Comments
 (0)