Skip to content

Commit bcdf8e7

Browse files
authored
Merge pull request #3864 from mvwieringen/mvw/zstd
zstd: update to 1.5.7
2 parents cde6bcb + e134530 commit bcdf8e7

File tree

5 files changed

+809
-3
lines changed

5 files changed

+809
-3
lines changed

build/zstd/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
. ../../lib/build.sh
1818

1919
PROG=zstd
20-
VER=1.5.6
20+
VER=1.5.7
2121
PKG=compress/zstd
2222
SUMMARY="Zstandard"
2323
DESC="Zstandard is a real-time compression algorithm, providing high "

build/zstd/patches/cpudetect.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
diff -wpruN --no-dereference '--exclude=*.orig' a~/programs/util.c a/programs/util.c
22
--- a~/programs/util.c 1970-01-01 00:00:00
33
+++ a/programs/util.c 1970-01-01 00:00:00
4-
@@ -1603,7 +1603,7 @@ int UTIL_countCores(int logical)
4+
@@ -1598,7 +1598,7 @@ int UTIL_countCores(int logical)
55
return numCores;
66
}
77

0 commit comments

Comments
 (0)