zstd-1.5.7 has been released. Overview on changes can be found at https://github.com/facebook/zstd/releases/tag/v1.5.7.
Bumped minor of libzstd because of the addition of a new symbol. 'make test' passes all test, and - so far - I observed no issues on my installs. That said, there are something like 105 consumers of zstd. Most of them have not been build- and/or run-tested. Is there someone willing to test the diff below in a bulk build? diff --git Makefile Makefile index 3b6d18883ae..88372b0779f 100644 --- Makefile +++ Makefile @@ -1,9 +1,9 @@ COMMENT = zstandard fast real-time compression algorithm -V = 1.5.6 +V = 1.5.7 DISTNAME = zstd-${V} -SHARED_LIBS = zstd 6.4 # 1.5.6 +SHARED_LIBS = zstd 6.5 # 1.5.7 CATEGORIES = archivers diff --git distinfo distinfo index aecd777277e..a9325949fbf 100644 --- distinfo +++ distinfo @@ -1,2 +1,2 @@ -SHA256 (zstd-1.5.6.tar.gz) = jCngbPQqrMHq/EB3ri7Gxvy5amJhV+BZPV6Co0/UA8E= -SIZE (zstd-1.5.6.tar.gz) = 2406875 +SHA256 (zstd-1.5.7.tar.gz) = 6zPlH0mhXgI5UM14Jcp0pKK0Pbg1SCWsJPwbfuCeb6M= +SIZE (zstd-1.5.7.tar.gz) = 2434947