Skip to content

Commit 4d8cc76

Browse files
committed
Update to zstd-1.5.5
This release corrects a corruption bug in high compression mode. More information can be found at facebook/zstd#3517. Overview on other changes can be found at https://github.com/facebook/zstd/releases/tag/v1.5.5. Minor of SHLIB has been bumped because of addition of new symbols.
1 parent 47d453b commit 4d8cc76

File tree

3 files changed

+4
-19
lines changed

3 files changed

+4
-19
lines changed

archivers/zstd/Makefile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
COMMENT = zstandard fast real-time compression algorithm
22

3-
V = 1.5.4
3+
V = 1.5.5
44
DISTNAME = zstd-${V}
5-
REVISION = 0
65

7-
SHARED_LIBS = zstd 6.2 # 1.5.4
6+
SHARED_LIBS = zstd 6.3 # 1.5.5
87

98
CATEGORIES = archivers
109

archivers/zstd/distinfo

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
SHA256 (zstd-1.5.4.tar.gz) = D0cJkq7a1UMSbQbvqzRNxfPhcYk4EEVXh9ODRzQ6RCQ=
2-
SIZE (zstd-1.5.4.tar.gz) = 2161536
1+
SHA256 (zstd-1.5.5.tar.gz) = nEOWzIKc+uMZpuJhUgLoKq1BNyBzSC/OKG+seGRtPuQ=
2+
SIZE (zstd-1.5.5.tar.gz) = 2368543

archivers/zstd/patches/patch-programs_fileio_c

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

0 commit comments

Comments
 (0)