Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zstd: update to 1.5.7 #3864

Merged
merged 1 commit into from
Feb 25, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build/zstd/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
. ../../lib/build.sh

PROG=zstd
VER=1.5.6
VER=1.5.7
PKG=compress/zstd
SUMMARY="Zstandard"
DESC="Zstandard is a real-time compression algorithm, providing high "
Expand Down
2 changes: 1 addition & 1 deletion build/zstd/patches/cpudetect.patch
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
diff -wpruN --no-dereference '--exclude=*.orig' a~/programs/util.c a/programs/util.c
--- a~/programs/util.c 1970-01-01 00:00:00
+++ a/programs/util.c 1970-01-01 00:00:00
@@ -1603,7 +1603,7 @@ int UTIL_countCores(int logical)
@@ -1598,7 +1598,7 @@ int UTIL_countCores(int logical)
return numCores;
}

Expand Down
Loading