pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/archivers/zstd zstd: updated to 1.4.4



details:   https://anonhg.NetBSD.org/pkgsrc/rev/571ccafe7b18
branches:  trunk
changeset: 404144:571ccafe7b18
user:      adam <adam%pkgsrc.org@localhost>
date:      Wed Nov 06 17:13:08 2019 +0000

description:
zstd: updated to 1.4.4

Zstandard v1.4.4
This release includes some major performance improvements and new CLI features, which make it a recommended upgrade.

perf: Improved decompression speed, by > 10%
perf: Better compression speed when re-using a context
perf: Fix compression ratio when compressing large files with small dictionary
perf: zstd reference encoder can generate RLE blocks
perf: minor generic speed optimization
api: new ability to extract sequences from the parser for analysis
api: fixed decoding of magic-less frames
api: fixed ZSTD_initCStream_advanced() performance with fast modes, reported by @QrczakMK
cli: Named pipes support
cli: short tar's extension support
cli: command --output-dir-flat=DIE , generates target files into requested directory
cli: commands --stream-size=# and --size-hint=#
cli: command --exclude-compressed
cli: faster -t test mode
cli: improved some error messages
cli: fix rare deadlock condition within dictionary builder
build: single-file decoder with emscripten compilation script
build: fixed zlibWrapper compilation on Visual Studio, reported by @bluenlive
build: fixed deprecation warning for certain gcc version, reported by @jasonma163
build: fix compilation on old gcc versions
build: improved installation directories for cmake script, by Dmitri Shubin
pack: modified pkgconfig, for better integration into openwrt, requested by @neheb
misc: Improved documentation : ZSTD_CLEVEL, DYNAMIC_BMI2, ZSTD_CDict, function deprecation, zstd format
misc: fixed educational decoder : accept larger literals section, and removed UNALIGNED() macro

diffstat:

 archivers/zstd/Makefile |   4 ++--
 archivers/zstd/distinfo |  10 +++++-----
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (30 lines):

diff -r 6e5cd4ca4e67 -r 571ccafe7b18 archivers/zstd/Makefile
--- a/archivers/zstd/Makefile   Wed Nov 06 16:49:48 2019 +0000
+++ b/archivers/zstd/Makefile   Wed Nov 06 17:13:08 2019 +0000
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.25 2019/08/20 13:04:52 adam Exp $
+# $NetBSD: Makefile,v 1.26 2019/11/06 17:13:08 adam Exp $
 
-DISTNAME=      zstd-1.4.3
+DISTNAME=      zstd-1.4.4
 CATEGORIES=    archivers
 MASTER_SITES=  ${MASTER_SITE_GITHUB:=facebook/}
 GITHUB_TAG=    v${PKGVERSION_NOREV}
diff -r 6e5cd4ca4e67 -r 571ccafe7b18 archivers/zstd/distinfo
--- a/archivers/zstd/distinfo   Wed Nov 06 16:49:48 2019 +0000
+++ b/archivers/zstd/distinfo   Wed Nov 06 17:13:08 2019 +0000
@@ -1,9 +1,9 @@
-$NetBSD: distinfo,v 1.22 2019/08/20 13:04:52 adam Exp $
+$NetBSD: distinfo,v 1.23 2019/11/06 17:13:08 adam Exp $
 
-SHA1 (zstd-1.4.3.tar.gz) = aa9628839ba5032482f4df805d1f15aa485583cf
-RMD160 (zstd-1.4.3.tar.gz) = 4717c7880cf3d7b39d45022c775c85bea66b6b07
-SHA512 (zstd-1.4.3.tar.gz) = ccda90c7437635f92d0db39dfba3604e256f1f08284c35c042763a54b0ead45dca8e7fa3e5cf8032292d1dd9eefc1369e23f78a80d9335d69170563090677d5f
-Size (zstd-1.4.3.tar.gz) = 1911868 bytes
+SHA1 (zstd-1.4.4.tar.gz) = 8ec1a47b704001c1804b8670a3c86f4baf035c07
+RMD160 (zstd-1.4.4.tar.gz) = 985ec5b18af21a520bb74df70a0f9e6c1b70b75f
+SHA512 (zstd-1.4.4.tar.gz) = 8209837e8eb14e474dfe21d5511085f46cef93b03ab77613fd41e7b8be652418231c38852669c8e0b55b78ad41ea2cb8008d0da122a83f8f27e32b5c86f045cf
+Size (zstd-1.4.4.tar.gz) = 1962617 bytes
 SHA1 (patch-Makefile) = daf9d1946513ee24a4c4c187ec80878e9a578744
 SHA1 (patch-lib_Makefile) = ed367b656573b2ff05c9992f1e80338706aaf81d
 SHA1 (patch-programs_Makefile) = c7e961ce61ee5f0e81f1f31c55e7fb9be5a5b710



Home | Main Index | Thread Index | Old Index